[]
Create a new Font istance which its properties provided by FontBuilder
[Obsolete("This is method is not suggested to used\nInstead, you can create a Gdi.Font first, then call Font.ToGdiplusFont()")]
public Font CreateGdiplusFont()
<Obsolete("This is method is not suggested to used" & vbLf & "Instead, you can create a Gdi.Font first, then call Font.ToGdiplusFont()")>
Public Function CreateGdiplusFont() As Font
| Type | Description |
|---|---|
| Font | A Font instance would be create |