Text parser progress, add missing OSFont.c file

This commit is contained in:
2024-10-22 16:12:41 -07:00
parent cc524f13d4
commit a425ca9b42
14 changed files with 572 additions and 40 deletions

View File

@@ -15,6 +15,7 @@ public:
CDrawStringOptions& GetOptions() { return x0_drawStringOptions; }
TToken<CRasterFont>& GetFont() { return *x48_font; }
void SetFont(const TToken<CRasterFont>& font) { x48_font = font; }
rstl::vector<CTextColor>& GetColors() { return x54_colors; }
rstl::vector<bool>& GetOverride() { return x64_colorOverrides; }
void SetLineSpacing(float spacing) { x74_lineSpacing = spacing; }