C# Class AGS.Types.Font

Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Font ( ) : System
Font ( XmlNode node ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

Font() public method

public Font ( ) : System
return System

Font() public method

public Font ( XmlNode node ) : System
node System.Xml.XmlNode
return System

ToXml() public method

public ToXml ( XmlTextWriter writer ) : void
writer XmlTextWriter
return void