mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
gdi32: Downgrade a FIXME to a WARN.
This commit is contained in:
parent
2f540b8602
commit
f76d3c259c
@ -2426,7 +2426,7 @@ GdiFont *WineEngCreateFontInstance(DC *dc, HFONT hfont)
|
||||
face = LIST_ENTRY(face_elem_ptr, Face, entry);
|
||||
if(face->scalable) {
|
||||
csi.fs.fsCsb[0] = 0;
|
||||
FIXME("just using first face for now\n");
|
||||
WARN("just using first face for now\n");
|
||||
goto found;
|
||||
}
|
||||
if(can_use_bitmap && !last_resort_family)
|
||||
|
Loading…
x
Reference in New Issue
Block a user