xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Graphics::Aurora::NFTRFont::Glyph Struct Reference
Collaboration diagram for Graphics::Aurora::NFTRFont::Glyph:
Collaboration graph
[legend]

Public Member Functions

 Glyph ()
 
 ~Glyph ()
 

Public Attributes

Common::SeekableReadStreamdata
 
uint16 palMode
 
uint8 width
 
uint8 height
 
uint8 depth
 
uint8 advance
 
uint32 character
 

Detailed Description

Definition at line 69 of file nftrfont.h.

Constructor & Destructor Documentation

◆ Glyph()

Graphics::Aurora::NFTRFont::Glyph::Glyph ( )

Definition at line 81 of file nftrfont.cpp.

◆ ~Glyph()

Graphics::Aurora::NFTRFont::Glyph::~Glyph ( )

Definition at line 84 of file nftrfont.cpp.

Member Data Documentation

◆ advance

uint8 Graphics::Aurora::NFTRFont::Glyph::advance

Definition at line 78 of file nftrfont.h.

◆ character

uint32 Graphics::Aurora::NFTRFont::Glyph::character

Definition at line 80 of file nftrfont.h.

◆ data

Common::SeekableReadStream* Graphics::Aurora::NFTRFont::Glyph::data

Definition at line 70 of file nftrfont.h.

Referenced by Graphics::Aurora::NFTRFont::drawGlyph().

◆ depth

uint8 Graphics::Aurora::NFTRFont::Glyph::depth

Definition at line 76 of file nftrfont.h.

Referenced by Graphics::Aurora::NFTRFont::drawGlyph().

◆ height

uint8 Graphics::Aurora::NFTRFont::Glyph::height

Definition at line 75 of file nftrfont.h.

Referenced by Graphics::Aurora::NFTRFont::drawGlyph().

◆ palMode

uint16 Graphics::Aurora::NFTRFont::Glyph::palMode

Definition at line 72 of file nftrfont.h.

Referenced by Graphics::Aurora::NFTRFont::drawGlyph().

◆ width

uint8 Graphics::Aurora::NFTRFont::Glyph::width

Definition at line 74 of file nftrfont.h.

Referenced by Graphics::Aurora::NFTRFont::drawGlyph().


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