FontExtensions.ToGdiFont

ToGdiFont(Font)

Converts the Font to the Font.

public static Font ToGdiFont(Font font)
ParameterTypeDescription
fontFontThe Font to convert.

Return Value

The converted Font.

See Also


ToGdiFont(Font, GraphicsUnit)

Converts the Font to the Font.

public static Font ToGdiFont(Font font, GraphicsUnit fontUnit)
ParameterTypeDescription
fontFontThe Font to convert.
fontUnitGraphicsUnitNew graphics unit

Return Value

The converted Font.

See Also