xoreos  0.0.5
Public Attributes | List of all members
Graphics::Aurora::TTFFont::Char Struct Reference

A font character. More...

Public Attributes

float width
 
float tX [4]
 
float tY [4]
 
float vX [4]
 
float vY [4]
 
size_t page
 

Detailed Description

A font character.

Definition at line 83 of file ttffont.h.

Member Data Documentation

◆ page

size_t Graphics::Aurora::TTFFont::Char::page

Definition at line 89 of file ttffont.h.

Referenced by Graphics::Aurora::TTFFont::addChar().

◆ tX

float Graphics::Aurora::TTFFont::Char::tX[4]

Definition at line 86 of file ttffont.h.

Referenced by Graphics::Aurora::TTFFont::addChar().

◆ tY

float Graphics::Aurora::TTFFont::Char::tY[4]

Definition at line 86 of file ttffont.h.

Referenced by Graphics::Aurora::TTFFont::addChar().

◆ vX

float Graphics::Aurora::TTFFont::Char::vX[4]

Definition at line 87 of file ttffont.h.

Referenced by Graphics::Aurora::TTFFont::addChar().

◆ vY

float Graphics::Aurora::TTFFont::Char::vY[4]

Definition at line 87 of file ttffont.h.

Referenced by Graphics::Aurora::TTFFont::addChar().

◆ width

float Graphics::Aurora::TTFFont::Char::width

Definition at line 84 of file ttffont.h.

Referenced by Graphics::Aurora::TTFFont::addChar().


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