* minor cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21890 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -403,9 +403,9 @@ FontEngine::CountFaces() const
|
|||||||
|
|
||||||
// PrepareGlyph
|
// PrepareGlyph
|
||||||
bool
|
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,
|
fLastError = FT_Load_Glyph(fFace, fGlyphIndex,
|
||||||
fHinting ? FT_LOAD_DEFAULT : FT_LOAD_NO_HINTING);
|
fHinting ? FT_LOAD_DEFAULT : FT_LOAD_NO_HINTING);
|
||||||
// fHinting ? FT_LOAD_FORCE_AUTOHINT : FT_LOAD_NO_HINTING);
|
// fHinting ? FT_LOAD_FORCE_AUTOHINT : FT_LOAD_NO_HINTING);
|
||||||
|
|||||||
Reference in New Issue
Block a user