Home
last modified time | relevance | path

Searched refs:aFAttrs (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx636 FATTRS aFAttrs; in ImplDoSetFont() local
640 memset( &aFAttrs, 0, sizeof( FATTRS ) ); in ImplDoSetFont()
641 aFAttrs.usRecordLength = sizeof( FATTRS ); in ImplDoSetFont()
643 aFAttrs.lMaxBaselineExt = i_pFont->mnHeight; in ImplDoSetFont()
644 aFAttrs.lAveCharWidth = i_pFont->mnWidth; in ImplDoSetFont()
654 aFAttrs.lMatch = pFontMetric->lMatch; in ImplDoSetFont()
655 aFAttrs.idRegistry = pFontMetric->idRegistry; in ImplDoSetFont()
656 aFAttrs.usCodePage = pFontMetric->usCodePage; in ImplDoSetFont()
660 aFAttrs.fsFontUse |= FATTR_FONTUSE_OUTLINE; in ImplDoSetFont()
662 aFAttrs.fsFontUse |= FATTR_FONTUSE_TRANSFORMABLE; in ImplDoSetFont()
[all …]