option icons working, new font format, more theme metrics cleanup

This commit is contained in:
Chris Danford
2002-09-03 22:31:06 +00:00
parent 106531a0f8
commit 7ab487072f
48 changed files with 350 additions and 286 deletions
-2
View File
@@ -33,7 +33,6 @@ public:
int GetWidestLineWidthInSourcePixels() { return m_iWidestLineWidth; };
void CropToWidth( int iWidthInSourcePixels );
void SetLineHeight( int iLineHeight ) { m_iLineHeight = iLineHeight; };
virtual void DrawPrimitives();
@@ -51,7 +50,6 @@ protected:
int m_iNumLines;
int m_iLineWidths[MAX_TEXT_LINES]; // in source pixels
int m_iWidestLineWidth; // in source pixels
int m_iLineHeight;
bool m_bRainbow;
};