Searched refs:pOS2 (Results 1 – 1 of 1) sorted by relevance
986 if( pOS2 && (pOS2->version != 0xFFFF) ) in FetchFontMetric()989 switch( pOS2->panose[0] ) in FetchFontMetric()1001 switch( pOS2->panose[3] ) in FetchFontMetric()1018 int nDescent = pOS2->usWinDescent; in FetchFontMetric()1020 nDescent = (short)pOS2->usWinDescent; // interpret it as signed! in FetchFontMetric()1023 if( pOS2->usWinAscent || pOS2->usWinDescent ) // #i30551# in FetchFontMetric()1027 …rTo.mnIntLeading = (long)( (+pOS2->usWinAscent + pOS2->usWinDescent - maFaceFT->units_per_EM) *… in FetchFontMetric()1030 if( (pHHEA != NULL) && (pOS2->usWinAscent || pOS2->usWinDescent) ) in FetchFontMetric()1033 nExtLeading -= (pOS2->usWinAscent + pOS2->usWinDescent); in FetchFontMetric()1042 sal_Bool bCJKCapable = ((pOS2->ulUnicodeRange2 & 0x2DF00000) != 0); in FetchFontMetric()[all …]
Completed in 22 milliseconds