Home
last modified time | relevance | path

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

/trunk/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()
681 strncpy( (char*)(aFAttrs.szFacename), pFontMetric->szFacename, sizeof( aFAttrs.szFacename ) ); in ImplDoSetFont()
685 strncpy( (char*)(aFAttrs.szFacename), aName.GetBuffer(), sizeof( aFAttrs.szFacename ) ); in ImplDoSetFont()
688 strncpy( (char*)(aFAttrs.szFacename), pFontMetric->szFamilyname, sizeof( aFAttrs.szFacename ) ); in ImplDoSetFont()
691 strncpy( (char*)(aFAttrs.szFacename), pFontMetric->szFacename, sizeof( aFAttrs.szFacename ) ); in ImplDoSetFont()
695 aFAttrs.fsSelection |= FATTR_SEL_ITALIC; in ImplDoSetFont()
[all …]

Completed in 27 milliseconds