dwrite: Turn fixme to trace in Analyze().

This commit is contained in:
Nikolay Sivov 2014-10-29 22:43:51 +03:00 committed by Alexandre Julliard
parent cae5d19338
commit 7126921615
1 changed files with 1 additions and 1 deletions

View File

@ -1792,7 +1792,7 @@ static HRESULT WINAPI dwritefontfile_Analyze(IDWriteFontFile *iface, BOOL *isSup
IDWriteFontFileStream *stream;
HRESULT hr;
FIXME("(%p)->(%p, %p, %p, %p): Stub\n", This, isSupportedFontType, fontFileType, fontFaceType, numberOfFaces);
TRACE("(%p)->(%p, %p, %p, %p)\n", This, isSupportedFontType, fontFileType, fontFaceType, numberOfFaces);
*isSupportedFontType = FALSE;
*fontFileType = DWRITE_FONT_FILE_TYPE_UNKNOWN;