Click here to show toolbars of the Web Online Help System: show toolbars
 

Gets a new built-in font using a specified size.
Syntax

[C#]

static Font BuiltInFromName(string familyName, double emSize);
static Font BuiltInFromName(string familyName, double emSize, FontStyle style);

[Visual Basic]

Shared Function BuiltInFromName(familyName As String, emSize As Double) As Font
Shared Function BuiltInFromName(familyName As String, emSize As Double, style As FontStyle) As Font
Params
Name Description
familyName A string representation of the built-in font family for the new font.
emSize The em-size of the font in points.
style The style for the new font.
Notes

None.

Example

None.