Searched refs:fTrueType (Results 1 – 5 of 5) sorted by relevance
119 sal_uInt8 fTrueType : 1; // 0x1:04 when 1, font is a TrueType font member
5820 p->fTrueType = (c2 & 0x04) >> 2; in WW8Fonts()5856 p->fTrueType = (c2 & 0x04) >> 2; in WW8Fonts()
533 *pOut << ", PitchRequest:" << (short)p->prg << ", TrueType:" << (short)p->fTrueType; in DumpFonts()
209 sal_uInt8 fTrueType : 1; // 0x1:04 when 1, font is a TrueType font member
6488 p->fTrueType = 0; in WW8Fonts()6516 p->fTrueType = (c2 & 0x04) >> 2; in WW8Fonts()6561 p->fTrueType = (c2 & 0x04) >> 2; in WW8Fonts()
Completed in 90 milliseconds