Lines Matching refs:mnFontID

145     mnFontID                          = nFontID;  in SetFont()
178 if ( ((*aIter).GetFontID() == mnFontID) in drawGlyphs()
188 maPS3Font.push_back (GlyphSet(mnFontID, mbTextVertical)); in drawGlyphs()
204 if ( !mrFontMgr.isFontDownloadingAllowed( mnFontID ) ) in DrawGlyphs()
210 if( mrFontMgr.getFontType( mnFontID ) != fonttype::TrueType ) in DrawGlyphs()
244 sal_Int32 nAscend = mrFontMgr.getFontAscend( mnFontID ); in DrawGlyphs()
245 sal_Int32 nDescend = mrFontMgr.getFontDescend( mnFontID ); in DrawGlyphs()
342 fontID nRestoreFont = mnFontID; in DrawText()
479 rMgr.getFontInfo( mnFontID, aInfo ); in drawVerticalizedText()
482 rMgr.hasVerticalSubstitutions( mnFontID, pStr, nLen, pGsubFlags ); in drawVerticalizedText()
494 SetFont( mnFontID, in drawVerticalizedText()
508 SetFont( mnFontID, in drawVerticalizedText()
542 SetFont( mnFontID, in drawVerticalizedText()
568 aMessage += rtl::OUStringToOString( mrFontMgr.getPSName(mnFontID), in LicenseWarning()
574 mrFontMgr.getPSName(mnFontID), in LicenseWarning()
599 fonttype::type eType = mrFontMgr.getFontType (mnFontID); in drawText()
602 PSUploadPS1Font (mnFontID); in drawText()
605 && !mrFontMgr.isFontDownloadingAllowed(mnFontID)) in drawText()
611 if( mrFontMgr.getUseOnlyFontEncoding( mnFontID ) ) in drawText()
613 GlyphSet aGSet( mnFontID, mbTextVertical ); in drawText()
621 if ( ((*aIter).GetFontID() == mnFontID) in drawText()
631 maPS3Font.push_back (GlyphSet(mnFontID, mbTextVertical)); in drawText()
702 mpFontSubstitutes->find( mnFontID ); in getFontSubstitute()
742 fontID nFont = mnFontID; in getKernPairs()
746 mpFontSubstitutes->find( mnFontID ); in getKernPairs()