Lines Matching refs:pMetric
825 void PspGraphics::GetFontMetric( ImplFontMetricData *pMetric, int ) in GetFontMetric() argument
833 static_cast<ImplFontAttributes&>(*pMetric) = aDFA; in GetFontMetric()
834 pMetric->mbDevice = aDFA.mbDevice; in GetFontMetric()
835 pMetric->mbScalableFont = true; in GetFontMetric()
837 pMetric->mnOrientation = m_pPrinterGfx->GetFontAngle(); in GetFontMetric()
838 pMetric->mnSlant = 0; in GetFontMetric()
845 pMetric->mnWidth = nTextWidth; in GetFontMetric()
846 pMetric->mnAscent = ( aInfo.m_nAscend * nTextHeight + 500 ) / 1000; in GetFontMetric()
847 pMetric->mnDescent = ( aInfo.m_nDescend * nTextHeight + 500 ) / 1000; in GetFontMetric()
848 pMetric->mnIntLeading = ( aInfo.m_nLeading * nTextHeight + 500 ) / 1000; in GetFontMetric()
849 pMetric->mnExtLeading = 0; in GetFontMetric()