Graphics.CreateFont Method

Returns the Font instance with the given parameters if such font is presented in this Graphics.FontRegistry.

Overload List

Name Description
Public method CreateFont(String, Single)

Returns the Font instance with the given postscript name and size, if such font is presented in this Graphics.FontRegistry.

Public method CreateFont(String, String, Single)

Returns the Font instance with the given family name, style, and size, if such font is presented in this Graphics.FontRegistry. The font's DPI is the same as the DPI of the Graphics.

See Also

Reference