This commit is contained in:
Jack Andersen 2016-03-12 09:42:47 -10:00
parent d130e8e1ab
commit c04a2894a0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class CGlyph
float GetStartV() const { return xc_startV; }
float GetEndU() const { return x10_endU; }
float GetEndV() const { return x14_endV; }
s16 GetCellWidth() const { return x18_cellWidth;}
s16 GetCellWidth() const { return x18_cellWidth; }
s16 GetCellHeight() const { return x1a_cellHeight; }
s16 GetBaseline() const { return x1c_baseline; }
s16 GetKernStart() const { return x1e_kernStart; }