[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
|