The information in this article applies to:
SYMPTOMSThe left part of a TrueType character such as an italic "f" is clipped. CAUSE
There is a bug in the TextOut() and ExtTextOut() functions that occurs with
complex clipping regions. In this case, GDI considers the left edge of the
string to be the X coordinate used in the TextOut() or ExtTextOut() call.
This works for bitmap fonts, but not TrueType fonts because the "A" part of
a TrueType font's ABC width may be negative (as it normally is with an
italic "f").
RESOLUTION
An application can correct this problem by calling ExtTextOut() and passing
in a clipping rectangle that accounts for the portion of the text going to
the left of the starting point.
STATUS
Microsoft has confirmed this to be a bug in Windows version 3.1.
MORE INFORMATIONSteps to Reproduce ProblemThis problem can be reproduced in Windows Write as follows:
Additional query words: no32bit buglist3.10 3.10 sporadic
Keywords : kb16bitonly |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |