CustomFontData.CustomFontData

CustomFontData constructor

Initializes a new instance of the CustomFontData class.

public CustomFontData(string fontName, byte[] fontData)
ParameterTypeDescription
fontNameStringName of the font.
fontDataByte[]The font data.

See Also