Searched refs:glyph_value (Results 1 – 1 of 1) sorted by relevance
122 uint32_t glyph_value = cFont->GetGlyphWidth(glyph_code); in CalcTextInfo() local123 float temp = glyph_value * fontSize / 1000.0; in CalcTextInfo()