Home
last modified time | relevance | path

Searched refs:pCurrentFont (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6894 const ImplFontData* pCurrentFont = pFallbackFonts[i] ? pFallbackFonts[i] : pDevFont; in registerGlyphs() local
6896 if( isBuiltinFont( pCurrentFont ) ) in registerGlyphs()
6899 FontEmbedData::iterator it = m_aEmbeddedFonts.find( pCurrentFont ); in registerGlyphs()
6905 m_aEmbeddedFonts[ pCurrentFont ] = EmbedFont(); in registerGlyphs()
6906 m_aEmbeddedFonts[ pCurrentFont ].m_nNormalFontID = nFontID; in registerGlyphs()
6912 const ImplPdfBuiltinFontData* pFD = GetPdfFontData( pCurrentFont ); in registerGlyphs()
6919 else if( pCurrentFont->mbSubsettable ) in registerGlyphs()
6921 FontSubset& rSubset = m_aSubsets[ pCurrentFont ]; in registerGlyphs()
6957 pGlyphWidths[i] = m_aFontCache.getGlyphWidth( pCurrentFont, in registerGlyphs()
6962 else if( pCurrentFont->IsEmbeddable() ) in registerGlyphs()
[all …]