API Documentation
Loading...
Searching...
No Matches
Font Struct Reference

Information for how to display text data. More...

#include <Font.h>

Collaboration diagram for Font:
[legend]

Public Member Functions

File getFile () const
 
bool operator!= (const Font &font) const
 
bool operator== (const Font &font) const
 
void setFile (const File &file)
 

Public Attributes

uint01 alignment = 0
 
String app_font_name
 
RGBColor color = Constant<RGBColor>::Invalid
 
fltp08 fixed_width = Constant<fltp08>::Invalid
 
uint04 index = 0
 
bool is_bold = false
 
bool is_italic = false
 
bool is_overstrike = false
 
bool is_strikethrough = false
 
bool is_underline = false
 
String name
 
fltp08 pixel_size = Constant<fltp08>::Invalid
 
fltp08 point_size = 0.0
 
fltp08 tab_advance = 0.0
 

Protected Attributes

File m_file
 

Detailed Description

Information for how to display text data.


Member Function Documentation

◆ getFile()

File getFile ( ) const

◆ operator!=()

bool operator!= ( const Font & font) const

◆ operator==()

bool operator== ( const Font & font) const

◆ setFile()

void setFile ( const File & file)
inline

Member Data Documentation

◆ alignment

uint01 alignment = 0

◆ app_font_name

String app_font_name

◆ color

◆ fixed_width

◆ index

uint04 index = 0

◆ is_bold

bool is_bold = false

◆ is_italic

bool is_italic = false

◆ is_overstrike

bool is_overstrike = false

◆ is_strikethrough

bool is_strikethrough = false

◆ is_underline

bool is_underline = false

◆ m_file

File m_file
mutableprotected

◆ name

String name

◆ pixel_size

◆ point_size

fltp08 point_size = 0.0

◆ tab_advance

fltp08 tab_advance = 0.0

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