ToGdiFont

FontExtensions.ToGdiFont method (1 of 2)

Converts the Font to the Font.

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

Return Value

The converted Font.

See Also


FontExtensions.ToGdiFont method (2 of 2)

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