Class FontHelper
Static helper functions for fonts.
public static class FontHelper
- Inheritance
-
FontHelper
- Inherited Members
Methods
LoadFontData(string)
Returns the specified font from an embedded resource.
public static byte[] LoadFontData(string name)
Parameters
name
string
Returns
- byte[]
LoadFontData(string, Assembly)
Returns the specified font from an embedded resource.
public static byte[] LoadFontData(string name, Assembly assembly)
Parameters
Returns
- byte[]