C# Class QuickFont.QFontConfiguration

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

Public Properties

Property Type Description
KerningConfig QFontKerningConfiguration
ShadowConfig QFontShadowConfiguration
TransformToCurrentOrthogProjection bool

Property Details

KerningConfig public_oe property

public QFontKerningConfiguration,QuickFont KerningConfig
return QFontKerningConfiguration

ShadowConfig public_oe property

public QFontShadowConfiguration,QuickFont ShadowConfig
return QFontShadowConfiguration

TransformToCurrentOrthogProjection public_oe 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