search for: get_glyph_index

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

2007 Oct 22
1
Help! bad cyrillic font rendering
...= 32? CharSet = 204 ? ? PitchAndFamily = 30 ? ? -------------------- ? ? InternalLeading = 0 ? ? Ascent = 11 ? ? Descent = 2 ? ? Height = 13 trace:font:WineEngGetTextExtentExPoint 0x1ee2f18, L"\0421\043b\0443\0436\0435\0431\043d\043e\0435 \043f\043e\043b\0435 ", 15, 0, 0x33f9a4 trace:font:get_glyph_index 0421 (ffffffd1) -> ret 178 def_used 0 trace:font:WineEngGetGlyphOutline 0x1ee2f18, 00b2, 00000080, 0x33ef8c, 00000000, (nil), (nil) trace:font:get_glyph_index 043b (ffffffeb) -> ret 204 def_used 0 trace:font:WineEngGetGlyphOutline 0x1ee2f18, 00cc, 00000080, 0x33ef8c, 00000000, (nil), (nil) tr...
2004 Sep 16
1
Error compiling "`FT_ENCODING_NONE' undeclared"
Here is where it happened: --- gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o freetype.o freetype.c freetype.c: In function `get_glyph_index': freetype.c:2189: `FT_ENCODING_NONE' undeclared (first use in this function) freetype.c:2189: (Each undeclared identifier is reported only once freetype.c:2189: for each function it appears in.) make[2]: *** [freetype.o] Error 1 make[2]: Leaving directory `/root/wine-20040914/dlls/gdi'...