Searched refs:PVT_FONTSCALE (Results 1 – 1 of 1) sorted by relevance
21 #define PVT_FONTSCALE 0.001f macro1361 PVT_FONTSCALE + in GetWordWidth()1387 return (FX_FLOAT)GetTypeAscent(nFontIndex) * fFontSize * PVT_FONTSCALE; in GetFontAscent()1391 return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * PVT_FONTSCALE; in GetFontDescent()