MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
CustomFont Constructor (embeddedFontName, size, color)
NamespacesMPfm.WindowsControlsCustomFontCustomFont(String, Single, Color)
Constructor for the CustomFont class. Requires the embedded font name and font size. Will automatically set UseEmbeddedFont to true.
Declaration Syntax
C#Visual Basic
public CustomFont(
	string embeddedFontName,
	float size,
	Color color
)
Public Sub New ( _
	embeddedFontName As String, _
	size As Single, _
	color As Color _
)
Parameters
embeddedFontName (String)
Embedded font name
size (Single)
Font size
color (Color)
Font color

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