is_poorly_rendered_by_gdi_plus method

is_poorly_rendered_by_gdi_plus

Returns True for “Microsoft Sans Serif” font. This one is poorly rendered by GDI+. See Test286 and Gemini-6959.

Returns

true if [is poorly rendered by GDI plus] [the specified font name]; otherwise, false.

def is_poorly_rendered_by_gdi_plus(self, font_name):
    ...
ParameterTypeDescription
font_namestrName of the font.

See Also