Lines Matching refs:pMetric
916 void PspGraphics::GetFontMetric( ImplFontMetricData *pMetric, int ) in GetFontMetric() argument
924 static_cast<ImplFontAttributes&>(*pMetric) = aDFA; in GetFontMetric()
925 pMetric->mbDevice = aDFA.mbDevice; in GetFontMetric()
926 pMetric->mbScalableFont = true; in GetFontMetric()
928 pMetric->mnOrientation = m_pPrinterGfx->GetFontAngle(); in GetFontMetric()
929 pMetric->mnSlant = 0; in GetFontMetric()
936 pMetric->mnWidth = nTextWidth; in GetFontMetric()
937 pMetric->mnAscent = ( aInfo.m_nAscend * nTextHeight + 500 ) / 1000; in GetFontMetric()
938 pMetric->mnDescent = ( aInfo.m_nDescend * nTextHeight + 500 ) / 1000; in GetFontMetric()
939 pMetric->mnIntLeading = ( aInfo.m_nLeading * nTextHeight + 500 ) / 1000; in GetFontMetric()
940 pMetric->mnExtLeading = 0; in GetFontMetric()