Searched refs:mnMinKashidaWidth (Results 1 – 1 of 1) sorted by relevance
117 int GetMinKashidaWidth() const { return mnMinKashidaWidth; } in GetMinKashidaWidth()122 mutable int mnMinKashidaWidth; member in ImplWinFontEntry1106 int mnMinKashidaWidth; member in UniscribeLayout1908 && mnMinKashidaWidth1912 int nExtraOfs = (nSubIter++) * mnMinKashidaWidth;1917 … if( (4*nToFillWidth >= mnMinKashidaWidth) // prevent glyph-injection if there is no room1921 if( nToFillWidth < mnMinKashidaWidth )1924 int nOverlap = mnMinKashidaWidth - nToFillWidth;1930 nGlyphWidth = mnMinKashidaWidth;2556 mnMinKashidaWidth = static_cast<int>(mfFontScale * mrWinFontEntry.GetMinKashidaWidth());[all …]