C# Class QuickFont.QFontBuilderConfiguration

What settings to use when building the font
Inheritance: QFontConfiguration
Afficher le fichier Open project: swax/QuickFont Class Usage Examples

Méthodes publiques

Свойство Type Description
ForcePowerOfTwo bool
GlyphMargin int
PageHeight int
PageWidth int
SuperSampleLevels int
TextGenerationRenderHint TextGenerationRenderHint
UseVertexBuffer bool
charSet string

Méthodes publiques

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

Method Details

QFontBuilderConfiguration() public méthode

public QFontBuilderConfiguration ( ) : System
Résultat System

QFontBuilderConfiguration() public méthode

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

QFontBuilderConfiguration() public méthode

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

Property Details

ForcePowerOfTwo public_oe property

Whether to force texture pages to use a power of two.
public bool ForcePowerOfTwo
Résultat bool

GlyphMargin public_oe property

The margin (on all sides) around glyphs when rendered to their texture page
public int GlyphMargin
Résultat int

PageHeight public_oe property

The standard height of texture pages (the page will automatically be cropped if there is extra space)
public int PageHeight
Résultat int

PageWidth public_oe property

The standard width of texture pages (the page will automatically be cropped if there is extra space)
public int PageWidth
Résultat int

SuperSampleLevels public_oe property

Whether to use super sampling when building font texture pages
public int SuperSampleLevels
Résultat int

TextGenerationRenderHint public_oe property

Which render hint to use when rendering the ttf character set to create the QFont texture
public TextGenerationRenderHint TextGenerationRenderHint
Résultat TextGenerationRenderHint

UseVertexBuffer public_oe property

public bool UseVertexBuffer
Résultat bool

charSet public_oe property

Set of characters to support
public string charSet
Résultat string