Searched refs:m_bUseFontWidth (Results 1 – 2 of 2) sorted by relevance
74 if (m_bUseFontWidth) { in LoadCharMetrics()94 if (m_bUseFontWidth) { in LoadCharMetrics()109 m_bUseFontWidth = !width_array; in LoadCharWidths()266 if (!m_bUseFontWidth && !FontStyleIsFixedPitch(m_Flags)) { in LoadSubstFont()309 return !m_bUseFontWidth; in HasFontWidths()
51 bool m_bUseFontWidth = false; variable