2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

CTextParser imps

This commit is contained in:
Jack Andersen
2016-03-20 14:25:53 -10:00
parent 6a2d791269
commit 89daac544f
14 changed files with 548 additions and 87 deletions

View File

@@ -13,13 +13,13 @@ class CRasterFont;
enum class EJustification
{
Zero = 0,
One,
Two,
Three,
Four,
Five,
Six,
Left = 0,
Center,
Right,
Full,
NLeft,
NCenter,
NRight,
Seven,
Eight,
Nine
@@ -27,13 +27,13 @@ enum class EJustification
enum class EVerticalJustification
{
Zero = 0,
One,
Two,
Three,
Four,
Five,
Six,
Top = 0,
Center,
Bottom,
Full,
NTop,
NCenter,
NBottom,
Seven,
Eight,
Nine
@@ -41,10 +41,10 @@ enum class EVerticalJustification
enum class EColorType
{
Zero,
One,
Two,
Three,
Main,
Outline,
Geometry,
Foreground,
Four
};