Searched refs:aTTInfo (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2091 TTGlobalFontInfo aTTInfo; in CreateFontSubset() local 2092 ::GetTTGlobalFontInfo( pSftFont, &aTTInfo ); in CreateFontSubset() 2095 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset() 2096 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset() 2097 rInfo.m_nCapHeight = aTTInfo.yMax; // Well ... in CreateFontSubset() 2098 rInfo.m_nAscent = aTTInfo.winAscent; in CreateFontSubset() 2099 rInfo.m_nDescent = aTTInfo.winDescent; in CreateFontSubset() 2103 rInfo.m_nAscent = +aTTInfo.typoAscender; in CreateFontSubset() 2105 rInfo.m_nAscent = +aTTInfo.ascender; in CreateFontSubset() 2107 rInfo.m_nDescent = +aTTInfo.typoDescender; in CreateFontSubset() [all …]
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1577 TTGlobalFontInfo aTTInfo; in CreateFontSubset() local 1578 ::GetTTGlobalFontInfo( aSftTTF.get(), &aTTInfo ); in CreateFontSubset() 1580 rInfo.m_aPSName = ImplSalGetUniString( aTTInfo.psname ); in CreateFontSubset() 1581 rInfo.m_nAscent = +aTTInfo.winAscent; in CreateFontSubset() 1582 rInfo.m_nDescent = -aTTInfo.winDescent; in CreateFontSubset() 1583 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset() 1584 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset() 1585 rInfo.m_nCapHeight = aTTInfo.yMax; // Well ... in CreateFontSubset()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2787 TTGlobalFontInfo aTTInfo; in CreateFontSubset() local 2788 ::GetTTGlobalFontInfo( aSftTTF.get(), &aTTInfo ); in CreateFontSubset() 2790 rInfo.m_aPSName = ImplSalGetUniString( aTTInfo.psname ); in CreateFontSubset() 2791 rInfo.m_nAscent = aTTInfo.winAscent; in CreateFontSubset() 2792 rInfo.m_nDescent = aTTInfo.winDescent; in CreateFontSubset() 2793 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset() 2794 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset() 2795 rInfo.m_nCapHeight = aTTInfo.yMax; // Well ... in CreateFontSubset()
|
Completed in 38 milliseconds