C# Class QuickFont.QFontConfiguration

Show file Open project: Pireax/neovim.cs Class Usage Examples

Public Properties

Property Type Description
KerningConfig QFontKerningConfiguration
ShadowConfig QFontShadowConfiguration
TransformToCurrentOrthogProjection bool

Property Details

KerningConfig public property

public QFontKerningConfiguration,QuickFont KerningConfig
return QFontKerningConfiguration

ShadowConfig public property

public QFontShadowConfiguration,QuickFont ShadowConfig
return QFontShadowConfiguration

TransformToCurrentOrthogProjection public property

Render the font pixel-prefectly at a size in units of the current orthogonal projection, independent of the viewport pixel size.
public bool TransformToCurrentOrthogProjection
return bool