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

CTextExecuteBuffer imps

This commit is contained in:
Jack Andersen
2016-03-19 14:32:30 -10:00
parent 08ccc1be63
commit 7835769a98
13 changed files with 608 additions and 57 deletions

View File

@@ -13,10 +13,13 @@ class CRasterFont;
enum class EJustification
{
Zero = 0
};
enum class EVerticalJustification
{
Zero = 0,
Three = 3
};
enum class EColorType
@@ -30,6 +33,8 @@ enum class EColorType
enum class ETextDirection
{
Horizontal,
Vertical
};
using CTextColor = zeus::CColor;