C# Class QuickFont.QFontLoaderConfiguration

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

Public Methods

Method Description
QFontLoaderConfiguration ( ) : System
QFontLoaderConfiguration ( bool addDropShadow ) : System
QFontLoaderConfiguration ( bool addDropShadow, bool TransformToOrthogProjection ) : System

Method Details

QFontLoaderConfiguration() public method

public QFontLoaderConfiguration ( ) : System
return System

QFontLoaderConfiguration() public method

public QFontLoaderConfiguration ( bool addDropShadow ) : System
addDropShadow bool
return System

QFontLoaderConfiguration() public method

public QFontLoaderConfiguration ( bool addDropShadow, bool TransformToOrthogProjection ) : System
addDropShadow bool
TransformToOrthogProjection bool
return System