* minor cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21890 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-08-11 13:31:59 +00:00
parent e4273662d2
commit b595496d03

View File

@ -403,9 +403,9 @@ FontEngine::CountFaces() const
// PrepareGlyph
bool
FontEngine::PrepareGlyph(unsigned glyph_code)
FontEngine::PrepareGlyph(unsigned glyphCode)
{
fGlyphIndex = FT_Get_Char_Index(fFace, glyph_code);
fGlyphIndex = FT_Get_Char_Index(fFace, glyphCode);
fLastError = FT_Load_Glyph(fFace, fGlyphIndex,
fHinting ? FT_LOAD_DEFAULT : FT_LOAD_NO_HINTING);
// fHinting ? FT_LOAD_FORCE_AUTOHINT : FT_LOAD_NO_HINTING);