Etterna 0.74.4
|
The components of a glyph (not technically a character). More...
#include <Font.h>
Public Member Functions | |
FontPageTextures * | GetFontPageTextures () const |
glyph () | |
Set up the glyph with default values. | |
Public Attributes | |
FontPage * | m_pPage |
the FontPage that is needed. | |
FontPageTextures | m_FontPageTextures |
the textures for the glyph. | |
int | m_iHadvance { 0 } |
Number of pixels to advance horizontally after drawing this character. | |
float | m_fWidth { 0 } |
Width of the actual rendered character. | |
float | m_fHeight { 0 } |
Height of the actual rendered character. | |
float | m_fHshift { 0 } |
Number of pixels to offset this character when rendering. | |
RectF | m_TexRect |
Texture coordinate rect. | |
The components of a glyph (not technically a character).