Lines Matching refs:aBundle
739 CHARBUNDLE aBundle; in ImplDoSetFont() local
743 aBundle.usSet = nFallbackLevel + LCID_BASE; in ImplDoSetFont()
748 aBundle.sizfxCell.cy = MAKEFIXED( i_pFont->mnHeight, 0 ); in ImplDoSetFont()
766 aBundle.sizfxCell.cx = MAKEFIXED( nHeight, 0 ); in ImplDoSetFont()
769 aBundle.sizfxCell.cx = MAKEFIXED( i_pFont->mnWidth, 0 ); in ImplDoSetFont()
782 aBundle.ptlAngle.x = mnOrientationX; in ImplDoSetFont()
783 aBundle.ptlAngle.y = mnOrientationY; in ImplDoSetFont()
790 aBundle.ptlAngle.x = 1; in ImplDoSetFont()
791 aBundle.ptlAngle.y = 0; in ImplDoSetFont()
799 aBundle.ptlAngle.x = 1; in ImplDoSetFont()
800 aBundle.ptlAngle.y = 0; in ImplDoSetFont()
803 rc = Ft2SetAttrs( mhPS, PRIM_CHAR, nAttrs, nAttrsDefault, &aBundle ); in ImplDoSetFont()