'Declaration Public Function New( _ ByVal fontName As String, _ ByVal fontSize As Single, _ ByVal bold As Boolean, _ ByVal italic As Boolean _ )
'Declaration
Public Function New( _ ByVal fontName As String, _ ByVal fontSize As Single, _ ByVal bold As Boolean, _ ByVal italic As Boolean _ )
public XLFont( string fontName, float fontSize, bool bold, bool italic )
XLFont Class XLFont Members Overload List