search for: pft_done_fac

Displaying 2 results from an estimated 2 matches for "pft_done_fac".

Did you mean: pft_done_face
2006 Mar 15
0
How to setup bitmap fonts?
...is font. I found the folowing section in wine-0.9.9/dlls/gdi/freetype.c: if(!FT_IS_SFNT(ft_face) && (FT_IS_SCALABLE(ft_face) || !(flags & ADDFONT_FORCE_BITMAP))) { /* for now we'll accept TT/OT or bitmap fonts*/ WARN("Ignoring font %s\n", debugstr_a(file)); pFT_Done_Face(ft_face); return FALSE; } If I delete/comment it, my program works just fine. My question is: a) I found somewhere, that it should be possible to set the bitmaps somewhere in the registry, but didn't find exactly how. Could you someone, please explain (or maybe update the docs)? b...
2007 Mar 16
0
Wine release 0.9.33
...e using it. gdi32: Search SystemLinked fonts when looking for a valid replacement. wineps.drv: Check for correct value for end of list. wineps.drv: Values for DC_MINEXTENT and DC_MAXEXTENT are returned, not placed in the data pointer. Byeong-Sik Jeon (3): gdi32: Add missing pFT_Done_Face(). gdi32: Fix FontSubstitute values for Korean locale. winecfg: Fix typo. Chris Peterson (1): comctl32: treeview: Message sequencing tests. Chris Robinson (12): quartz: Return the proper interface for IFilterMapper. quartz: Use the proper CLSID when creating the IFi...