TtfFont.Convert

Convert(FontType)

Converts the Font into another format.

public override 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


Convert(FontType, ICollection<uint>)

Converts the Font into another format with limiting character set

public Font Convert(FontType fontType, ICollection<uint> limitingCharacterSet)
ParameterTypeDescription
fontTypeFontTypeFont format type to convert into.
limitingCharacterSetICollection`1Limiting character set.

Return Value

Font converted into new format.

Remarks

Note: TTF Font type is now supported only.

See Also