Displaying 4 results from an estimated 4 matches for "addfontresourc".
Did you mean:
addfontresource
2001 Sep 24
1
Trouble with bitmap fonts
...that even character codes 0-31 are in
use. Could that matter? I'm sure the font itself is available to the
app, some of the "good" glyphs are specific to this font. I tried wine
--debugmsg +font and got gobs of output, but nothing that seems
relevant to the problem to me. The app uses AddFontResource() /
RemoveFontResouce() to use the font. The font is fixed width.
This is Debian 2.2r3, with packaged Wine from http://www.winehq.com/~ovek/
(stable).
--
http://www.hut.fi/u/iisakkil/ --Foo.
2013 Jan 18
0
Wine release 1.5.22
...name.
msvcrt: Fix incorrect use of the system wctomb function.
gdi32: Avoid creating a family object just to retrieve the font data.
gdi32: Add ref counting to the face and family objects.
gdi32: Store the full flags in the face object, and add a flag for fonts added through AddFontResource.
gdi32: Store the vertical flag together with the other font flags.
gdi32: Add helper functions to compute font paths for AddFontResource.
gdi32: Keep the main font cache key open.
gdi32: Implement RemoveFontResource.
gdi32: Add support for .fot files in RemoveFontRes...
2007 May 11
0
Wine release 0.9.37
...ocalui: Add German resources.
ddraw/tests: Fix typos in messages.
Dmitry Timoshkov (6):
comctl32: Remove a stray back slash.
riched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX in addition to WM_SETTEXT/WM_GETTEXT, make them pass under Wine.
gdi32: Handle errors in WineEngAddFontResourceEx.
gdi32: AddFontResource should return a number of added font faces.
advapi32: Add FILE_FLAG_BACKUP_SEMANTICS to the flags passed to CreateFileW to be able to get security information for directories as well as for files.
user32: Windows doesn't send the initialization messa...
2008 Jan 25
0
Wine release 0.9.54
...ISPATCHABLE.
Dan Kegel (5):
gdiplus/tests: Don't free if alloc failed.
hlink/tests: Skip tests if hlink couldn't be created.
urlmon: Fix unlikely free of uninitialized pointer.
winealsa.drv: Don't return garbage if can't find active channel.
gdi32: Fix AddFontResource behavior with relative paths.
Dmitry Timoshkov (11):
gdi32: Use public FS_xxxxxx defines.
gdi32: Initialize more fields in GetEnumStructs.
gdi32: Add a test for undocumented EnumFontFamiliesEx(NULL), make it pass under Wine.
gdi32: Do not allow to create too large device d...