search for: enumfont

Displaying 3 results from an estimated 3 matches for "enumfont".

Did you mean: enumfonts
2001 Mar 26
0
unexpected async reply (sequence 0x20fb)! UPDATE
...d from Win2000 plus some bitmap fonts installed by XFree 4.0.2. Now I have the following machine: PIII 667, 256 Mb RAM, RH 6.2, kernel 2.2.16, XFree 4.0.2 and... COMPLETE SUCCESS! For the record: PageMaker at startup does CreateFont SelectObject GetTextMetrics for every font returned to it by EnumFonts. I don't know, what component has become the crucial part of success: a more powerful machine or XFree 4.0.2. On the first computer while PageMaker enumerates fonts, even mouse is not moveable, and sometimes (approximately every 4th run) PageMaker is able to finish its startup.
2011 Aug 08
1
Register fonts in Wine
...serious problem. I can't register any new font in Wine. I tried it with winetricks, with running arial32.exe, with copying files to different directories. But when I try to list all fonts in my program just like that, I only get the only same result This is my code(midified XPDF-code): Code: EnumFonts(dc, NULL, &WinFontList::enumFunc1, (LPARAM)this); int CALLBACK WinFontList::enumFunc1(CONST LOGFONT *font, CONST TEXTMETRIC *metrics, DWORD type, LPARAM data) { WinFontList *fl = (WinFontList *)data; printf("Font %s\n", font->lfFaceName); return 1; }
2011 Nov 04
0
Wine release 1.3.32
...nctions for computing font metrics. gdi32: Implement GetTextMetrics as a standard driver entry point. gdi32: Don't return outline metrics for bitmap fonts. gdi32: Implement EnumDeviceFonts as a standard driver entry point. gdi32: Rename the EnumDeviceFonts entry point to EnumFonts since it's not limited to device fonts. gdi32: Add driver entry points for a number of font functions. gdi32: Implement GetCharABCWidths as a standard driver entry point. gdi32: Implement GetCharABCWidthsI as a standard driver entry point. gdi32: Reimplement GetCharABCW...