Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6896 if( isBuiltinFont( pCurrentFont ) ) in registerGlyphs()
6905 m_aEmbeddedFonts[ pCurrentFont ] = EmbedFont(); in registerGlyphs()
6906 m_aEmbeddedFonts[ pCurrentFont ].m_nNormalFontID = nFontID; 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()
6971 m_aEmbeddedFonts[ pCurrentFont ] = EmbedFont(); in registerGlyphs()
6972 m_aEmbeddedFonts[ pCurrentFont ].m_nNormalFontID = nFontID; in registerGlyphs()
6974 EmbedFont& rEmbedFont = m_aEmbeddedFonts[pCurrentFont]; in registerGlyphs()
[all …]

Completed in 66 milliseconds