kljhfdkjhfjkhdfkjf

This commit is contained in:
Chris Danford
2001-12-19 01:50:57 +00:00
parent 7879b119a4
commit bbc4097826
27 changed files with 795 additions and 225 deletions
+3 -1
View File
@@ -39,9 +39,10 @@ public:
void Draw();
float GetWidthInSourcePixels(); // in logical, pre-scaled units
protected:
bool LoadCharWidths( CString sWidthFilePath );
float GetTextWidthInSourcePixels(); // in logical, pre-scaled units
CString m_sFontName;
float m_fCharWidthsInSourcePixels[NUM_CHARS]; // in soure coordinate space
@@ -49,6 +50,7 @@ protected:
CString m_sText; // the string that the font is displaying
// D3DXCOLOR m_colorTop;
// D3DXCOLOR m_colorBottom;
// bool m_bHasShadow;
};