Font.Convert

Font.Convert method

Converts the Font into another format.

public abstract Font Convert(FontType fontType)
ParameterTypeDescription
fontTypeFontTypeFont format type to convert into.

Return Value

Font converted into new format.

Remarks

Note: TTF Font type is now supported only.

See Also