Searched refs:aFAttrs (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 636 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 18 milliseconds