DrFont.IsPoorlyRenderedByGdiPlus

DrFont.IsPoorlyRenderedByGdiPlus method

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

public static bool IsPoorlyRenderedByGdiPlus(string fontName)
ParameterTypeDescription
fontNameStringName of the font.

Return Value

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

See Also