Displaying 4 results from an estimated 4 matches for "wineenggetfontdata".
2005 Nov 14
1
Page Fault With Freetype calls
...=>1 0x400a21bf memcpy+0x2f in libc.so.6 (0x407fe8c0)
2 0x40f651af FT_Stream_ReadAt+0x57 in libfreetype.so.6 (0x407fe8f0)
3 0x40f93dd2 tt_face_load_any+0x56 in libfreetype.so.6 (0x407fe920)
4 0x40f69e75 FT_Load_Sfnt_Table+0x59 in libfreetype.so.6 (0x407fe960)
5 0x40b2c8e3 WineEngGetFontData+0x133 in gdi32 (0x407fe99c)
6 0x40b20e82 GetFontData+0x82 in gdi32 (0x407fe9c4)
7 0x10024af8 in pxclib30 (+0x24af8) (0x0003858c)
8 0x00000000 (0x00000000)
0x400a21bf memcpy+0x2f in libc.so.6: repe movsl (%esi),%es:(%edi)
2005 Dec 09
3
fixme:font:load_VDMX Failed to retrieve vTable
hi my reports are not well displayed on my access97 app.
fonts are displayed i anora location and separed
I got this fixme
fixme:font:load_VDMX Failed to retrieve vTable
somebdoy knows how to fix it?
thanks all
2002 Aug 27
0
freetype 2 and wine compiliation
...1: dereferencing pointer to incomplete type
freetype.c: In function `WineEngGetTextExtentPoint':
freetype.c:2019: dereferencing pointer to incomplete type
freetype.c: In function `WineEngGetTextExtentPointI':
freetype.c:2046: dereferencing pointer to incomplete type
freetype.c: In function `WineEngGetFontData':
freetype.c:2059: `FT_Face' undeclared (first use in this function)
freetype.c:2059: parse error before "ft_face"
freetype.c:2068: `ft_face' undeclared (first use in this function)
freetype.c:2072: dereferencing pointer to incomplete type
freetype.c: In function `WineEngGetTe...
2011 Sep 23
0
Wine release 1.3.29
...Added support for IObjectWithSite in create_object.
vbscript: Added CreateObject tests (based on jscript ActiveXObject tests).
vbscript: Better stub for interp_errmode.
widl: Define __REQUIRED_RPCNDR_H_VERSION__ in generated headers.
Josh Juran (1):
gdi32: Simplify logic in WineEngGetFontData().
Juan Lang (3):
wintrust: Correct ObjectTrust error with empty files.
crypt32: Test CertCreateCertificateContext, and fix an error code in a failure case.
crypt32: Fix memory leak in failure cases.
J?rg H?hle (3):
mmdevapi: Fix stuttering upon start and underrun.
w...