Aric Stewart aric@codeweavers.com writes:
@@ -191,6 +191,12 @@ BOOL PSDRV_SelectBuiltinFont(PSDRV_PDEVICE *physDev, HFONT hfont, if(!family) family = physDev->pi->Fonts;
- if (!family)
- {
ERR("Unable to get any font for printer\n");
return FALSE;
- }
If this is something that can legitimately happen it should be handled correctly.