GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
text_element_fontstyle Class Reference

#include "text-engine.h"

Inheritance diagram for text_element_fontstyle:
text_element

Public Types

enum  fontstyle { normal , bold , italic , oblique }
 

Public Member Functions

 text_element_fontstyle ()=delete
 
 text_element_fontstyle (fontstyle st)
 
void accept (text_processor &p)
 
fontstyle get_fontstyle () const
 
- Public Member Functions inherited from text_element
virtual ~text_element ()=default
 

Detailed Description

Definition at line 212 of file text-engine.h.

Member Enumeration Documentation

◆ fontstyle

Enumerator
normal 
bold 
italic 
oblique 

Definition at line 218 of file text-engine.h.

Constructor & Destructor Documentation

◆ text_element_fontstyle() [1/2]

text_element_fontstyle::text_element_fontstyle ( )
delete

◆ text_element_fontstyle() [2/2]

text_element_fontstyle::text_element_fontstyle ( fontstyle  st)
inline

Definition at line 228 of file text-engine.h.

Member Function Documentation

◆ accept()

void text_element_fontstyle::accept ( text_processor p)
inlinevirtual

Implements text_element.

Definition at line 387 of file text-engine.h.

◆ get_fontstyle()

fontstyle text_element_fontstyle::get_fontstyle ( ) const
inline

Definition at line 233 of file text-engine.h.


The documentation for this class was generated from the following file: