Searched refs:nGlyphLeft (Results 1 – 1 of 1) sorted by relevance
1836 int FreetypeServerFont::GetGlyphKernValue( int nGlyphLeft, int nGlyphRight ) const in GetGlyphKernValue() argument1842 int nKernVal = mpFontInfo->GetExtraGlyphKernValue( nGlyphLeft, nGlyphRight ); in GetGlyphKernValue()1858 FT_Error rcFT = FT_Get_Kerning( maFaceFT, nGlyphLeft, nGlyphRight, in GetGlyphKernValue()
Completed in 13 milliseconds