remove GetGlyphTexture
This commit is contained in:
@@ -312,12 +312,6 @@ const glyph &Font::GetGlyph( longchar c ) const
|
|||||||
return *it->second;
|
return *it->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
RageTexture *Font::GetGlyphTexture( longchar c )
|
|
||||||
{
|
|
||||||
glyph &g = const_cast<glyph &> (GetGlyph(c));
|
|
||||||
return g.Texture;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Font::CapsOnly()
|
void Font::CapsOnly()
|
||||||
{
|
{
|
||||||
/* For each uppercase character that we have a mapping for, add
|
/* For each uppercase character that we have a mapping for, add
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ public:
|
|||||||
Font();
|
Font();
|
||||||
~Font();
|
~Font();
|
||||||
|
|
||||||
RageTexture *GetGlyphTexture( longchar c );
|
|
||||||
const glyph &GetGlyph( longchar c ) const;
|
const glyph &GetGlyph( longchar c ) const;
|
||||||
|
|
||||||
int GetLineWidthInSourcePixels( const lstring &szLine ) const;
|
int GetLineWidthInSourcePixels( const lstring &szLine ) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user