Searched refs:fontAttrs (Results 1 – 1 of 1) sorted by relevance
319 FATTRS fontAttrs; in ucs4toindex() local325 memset( &fontAttrs, 0, sizeof( fontAttrs)); in ucs4toindex()326 fontAttrs.usRecordLength = sizeof( FATTRS); in ucs4toindex()327 fontAttrs.usCodePage = 850; in ucs4toindex()328 fontAttrs.fsType = FATTR_TYPE_MBCS; in ucs4toindex()329 fontAttrs.fsFontUse = FATTR_FONTUSE_NOMIX; in ucs4toindex()332 strcpy( fontAttrs.szFacename, "OpenSymbol"); in ucs4toindex()334 strcpy( fontAttrs.szFacename, font); in ucs4toindex()335 rc = Ft2CreateLogFont( hps, NULL, 1L, &fontAttrs); in ucs4toindex()
Completed in 19 milliseconds