Searched refs:rFSInfo (Results 1 – 1 of 1) sorted by relevance
2120 GlyphWidth* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rFSInfo) in emitAsType1() argument2417 rFSInfo.m_aFontBBox = Rectangle( Point( static_cast<long>(maFontBBox[0] * fXFactor), in emitAsType1()2423 rFSInfo.m_nAscent = +rFSInfo.m_aFontBBox.Bottom(); // for capital letters in emitAsType1()2424 rFSInfo.m_nDescent = -rFSInfo.m_aFontBBox.Top(); // for all letters in emitAsType1()2425 rFSInfo.m_nCapHeight = rFSInfo.m_nAscent; // for top-flat capital letters in emitAsType1()2427 rFSInfo.m_nFontType = rEmitter.mbPfbSubset ? FontSubsetInfo::TYPE1_PFB : FontSubsetInfo::TYPE1_PFA; in emitAsType1()2428 rFSInfo.m_aPSName = String( rEmitter.maSubsetName, RTL_TEXTENCODING_UTF8 ); in emitAsType1()
Completed in 30 milliseconds