usp10: Show fixme once in ScriptShapeOpenType.
This commit is contained in:
parent
e399729462
commit
8b50762b18
|
@ -2848,6 +2848,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc,
|
|||
unsigned int g;
|
||||
BOOL rtl;
|
||||
int cluster;
|
||||
static int once = 0;
|
||||
|
||||
TRACE("(%p, %p, %p, %s, %s, %p, %p, %d, %s, %d, %d, %p, %p, %p, %p, %p )\n",
|
||||
hdc, psc, psa,
|
||||
|
@ -2862,7 +2863,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc,
|
|||
if (cChars > cMaxGlyphs) return E_OUTOFMEMORY;
|
||||
|
||||
if (cRanges)
|
||||
FIXME("Ranges not supported yet\n");
|
||||
if(!once++) FIXME("Ranges not supported yet\n");
|
||||
|
||||
rtl = (psa && !psa->fLogicalOrder && psa->fRTL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue