{
DPRINT1("Failed to load and render glyph! [index: %d]\n", glyph_index);
IntUnLockFreeType;
- goto Cleanup; // FIXME
+ goto Cleanup;
}
glyph = face->glyph;
{
DPRINT1("Failed to render glyph! [index: %d]\n", glyph_index);
IntUnLockFreeType;
- goto Cleanup; // FIXME
+ goto Cleanup;
}
/* retrieve kerning distance and move pen position */
if (dc->dctype == DCTYPE_DIRECT)
MouseSafetyOnDrawStart(dc->ppdev, DestRect.left, DestRect.top, DestRect.right, DestRect.bottom);
+
if (dc->fs & (DC_ACCUM_APP|DC_ACCUM_WMGR))
{
IntUpdateBoundsRect(dc, &DestRect);
EXLATEOBJ_vCleanup(&exloDst2RGB);
Cleanup:
+
DC_vFinishBlit(dc, NULL);
if (TextObj != NULL)