Lines Matching refs:i_pFont
627 USHORT Os2SalGraphics::ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, int nFallba… in ImplDoSetFont() argument
634 ImplOs2FontData* pFontData = (ImplOs2FontData*)i_pFont->mpFontData; in ImplDoSetFont()
643 aFAttrs.lMaxBaselineExt = i_pFont->mnHeight; in ImplDoSetFont()
644 aFAttrs.lAveCharWidth = i_pFont->mnWidth; in ImplDoSetFont()
661 if ( i_pFont->mnOrientation ) in ImplDoSetFont()
684 ByteString aName( i_pFont->maName.GetToken( 0 ), gsl_getSystemTextEncoding()); in ImplDoSetFont()
694 if ( i_pFont->meItalic != ITALIC_NONE ) in ImplDoSetFont()
696 if ( i_pFont->meWeight > WEIGHT_MEDIUM ) in ImplDoSetFont()
748 aBundle.sizfxCell.cy = MAKEFIXED( i_pFont->mnHeight, 0 ); in ImplDoSetFont()
750 if ( !i_pFont->mnWidth ) in ImplDoSetFont()
762 nHeight = i_pFont->mnHeight; in ImplDoSetFont()
769 aBundle.sizfxCell.cx = MAKEFIXED( i_pFont->mnWidth, 0 ); in ImplDoSetFont()
773 if ( i_pFont->mnOrientation ) in ImplDoSetFont()
778 double alpha = (double)(i_pFont->mnOrientation); in ImplDoSetFont()