CustomFontRegistry.CreateFont Method

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

Overload List

Name Description
Public method CreateFont(String, Single, Single, Single)

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

(Inherited from FontRegistry.)
Public method CreateFont(String, String, Single, Single, Single)

Returns the Font instance with the given family name, style, size, and DPI, if such font is presented in the FontRegistry.

(Inherited from FontRegistry.)

See Also

Reference