Loads a standard or embedded font from MPfm.Fonts.
Declaration Syntax
C# | Visual Basic |
public static Font LoadFont( EmbeddedFontCollection embeddedFonts, CustomFont customFont )
Public Shared Function LoadFont ( _ embeddedFonts As EmbeddedFontCollection, _ customFont As CustomFont _ ) As Font
Parameters
- embeddedFonts (EmbeddedFontCollection)
- Embedded font collection
- customFont (CustomFont)
- Custom font
Return Value
Font object