Searched refs:getFontInfo (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 921 if (rMgr.getFontInfo (m_pPrinterGfx->GetFontID(), aInfo)) in GetFontMetric() 1119 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetEmbedFontData() 1189 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetFontEncodingVector()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 830 if (rMgr.getFontInfo (m_pPrinterGfx->GetFontID(), aInfo)) in GetFontMetric() 1013 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetEmbedFontData() 1083 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetFontEncodingVector()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 487 bool getFontInfo( fontID nFontID, PrintFontInfo& rInfo ) const;
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 479 rMgr.getFontInfo( mnFontID, aInfo ); in drawVerticalizedText()
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 2705 bool PrintFontManager::getFontInfo( fontID nFontID, PrintFontInfo& rInfo ) const in getFontInfo() function in PrintFontManager 3724 if( ! getFontInfo( nFont, aFontInfo ) ) in createFontSubset()
|
Completed in 47 milliseconds