MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
LoadFont Method (embeddedFonts, customFont)
NamespacesMPfm.WindowsControlsPaintHelperLoadFont(EmbeddedFontCollection, CustomFont)
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

Assembly: MPfm.WindowsControls (Module: MPfm.WindowsControls) Version: 0.5.3.0 (0.5.3.0)