Searched refs:nTestFontCount (Results 1 – 1 of 1) sorted by relevance
604 int nTestFontCount = pTestFontList->Count(); in FindFontSubstitute() local605 if( nTestFontCount > MAX_GFBFONT_COUNT ) in FindFontSubstitute()606 nTestFontCount = MAX_GFBFONT_COUNT; in FindFontSubstitute()609 for( int i = 0; i < nTestFontCount; ++i ) in FindFontSubstitute()
Completed in 24 milliseconds