On 7/31/05, Oliver Stieber <[EMAIL PROTECTED]> wrote:
> third time lucky.
Needs semicolon on usb10.h line 109, then it's OK.
third time lucky.
--- Oliver Stieber <[EMAIL PROTECTED]> wrote:
>
> --- Oliver Stieber <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >This patch adds stubbed support for ScriptGetFontProperties which is
> > used by d3dxof fonts
> if
> > usp10.dll is found. I recommend disabling usp10.dll (uniscrib
SCRIPT_CACHE not defined?
make[2]: Entering directory `/home/jesse/.local/build/wine/dlls/usp10'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o usp10.o
usp10.c
usp1
On 7/31/05, Oliver Stieber <[EMAIL PROTECTED]> wrote:
> Hi,
>This patch adds stubbed support for ScriptGetFontProperties which is used
> by d3dxof fonts if
> usp10.dll is found. I recommend disabling usp10.dll (uniscribe support) or
> using usp10.dll from
> windows for now otherwise some text
--- Felix Nawothnig <[EMAIL PROTECTED]> wrote:
> Oliver Stieber wrote:
> > +HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc,
> > SCRIPT_FONTPROPERTIES
> *sfp) {
> > +FIXME("%p,%p,%p\n", hdc, psc, sfp);
> > +/* return something sensible? */
> > +if (NULL != sfp) {
>
Oliver Stieber wrote:
+HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc,
SCRIPT_FONTPROPERTIES *sfp) {
+FIXME("%p,%p,%p\n", hdc, psc, sfp);
+/* return something sensible? */
+if (NULL != sfp) {
+sfp->cBytes= sizeof(SCRIPT_FONTPROPERTIES);
+sfp