C# Class AlphaTab.Platform.Model.Font

This container public class can store the definition for a font and it's style.
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Font
Font ( string family, float size, FontStyle style = FontStyle.Plain ) : System
ToCssString ( float scale = 1 ) : string

Method Details

Clone() public méthode

public Clone ( ) : Font
Résultat Font

Font() public méthode

public Font ( string family, float size, FontStyle style = FontStyle.Plain ) : System
family string
size float
style FontStyle
Résultat System

ToCssString() public méthode

public ToCssString ( float scale = 1 ) : string
scale float
Résultat string