C# Class AGS.Types.Font

Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Font ( ) : System
Font ( XmlNode node ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

Font() public méthode

public Font ( ) : System
Résultat System

Font() public méthode

public Font ( XmlNode node ) : System
node System.Xml.XmlNode
Résultat System

ToXml() public méthode

public ToXml ( XmlTextWriter writer ) : void
writer XmlTextWriter
Résultat void