GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
text_element_fontstyle Class Reference

#include "txt-eng.h"

Inheritance diagram for text_element_fontstyle:
Inheritance graph
[legend]
Collaboration diagram for text_element_fontstyle:
Collaboration graph
[legend]

Public Types

enum  fontstyle { normal, bold, italic, oblique }
 

Public Member Functions

 text_element_fontstyle (fontstyle st)
 
 ~text_element_fontstyle (void)
 
void accept (text_processor &p)
 
fontstyle get_fontstyle (void) const
 

Private Member Functions

 text_element_fontstyle (void)
 

Private Attributes

fontstyle style
 

Detailed Description

Definition at line 201 of file txt-eng.h.

Member Enumeration Documentation

Enumerator
normal 
bold 
italic 
oblique 

Definition at line 206 of file txt-eng.h.

Constructor & Destructor Documentation

text_element_fontstyle::text_element_fontstyle ( fontstyle  st)
inline

Definition at line 214 of file txt-eng.h.

text_element_fontstyle::~text_element_fontstyle ( void  )
inline

Definition at line 217 of file txt-eng.h.

text_element_fontstyle::text_element_fontstyle ( void  )
private

Member Function Documentation

void text_element_fontstyle::accept ( text_processor p)
inlinevirtual

Implements text_element.

Definition at line 368 of file txt-eng.h.

fontstyle text_element_fontstyle::get_fontstyle ( void  ) const
inline

Definition at line 219 of file txt-eng.h.

Referenced by octave::ft_text_renderer::visit().

Member Data Documentation

fontstyle text_element_fontstyle::style
private

Definition at line 224 of file txt-eng.h.


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