dwrite: Silence HasVariations() fixme.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
03fe6c64bc
commit
f51d0487a7
|
@ -1545,7 +1545,10 @@ static HRESULT WINAPI dwritefontface5_GetFontAxisValues(IDWriteFontFace5 *iface,
|
|||
|
||||
static BOOL WINAPI dwritefontface5_HasVariations(IDWriteFontFace5 *iface)
|
||||
{
|
||||
FIXME("%p: stub\n", iface);
|
||||
static int once;
|
||||
|
||||
if (!once++)
|
||||
FIXME("%p: stub\n", iface);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue