C# Class QuickFont.QFontLoaderConfiguration

The configuraiton used when loading a font from a qfont file.
Inheritance: QFontConfiguration
Afficher le fichier Open project: Pireax/neovim.cs Class Usage Examples

Méthodes publiques

Méthode Description
QFontLoaderConfiguration ( ) : System
QFontLoaderConfiguration ( bool addDropShadow ) : System
QFontLoaderConfiguration ( bool addDropShadow, bool TransformToOrthogProjection ) : System

Method Details

QFontLoaderConfiguration() public méthode

public QFontLoaderConfiguration ( ) : System
Résultat System

QFontLoaderConfiguration() public méthode

public QFontLoaderConfiguration ( bool addDropShadow ) : System
addDropShadow bool
Résultat System

QFontLoaderConfiguration() public méthode

public QFontLoaderConfiguration ( bool addDropShadow, bool TransformToOrthogProjection ) : System
addDropShadow bool
TransformToOrthogProjection bool
Résultat System