C# Класс QuickFont.QFontBuilderConfiguration

What settings to use when building the font
Наследование: QFontConfiguration
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ForcePowerOfTwo bool
GlyphMargin int
PageHeight int
PageWidth int
SuperSampleLevels int
TextGenerationRenderHint TextGenerationRenderHint
UseVertexBuffer bool
charSet string

Открытые методы

Метод Описание
QFontBuilderConfiguration ( ) : System
QFontBuilderConfiguration ( bool addDropShadow ) : System
QFontBuilderConfiguration ( bool addDropShadow, bool TransformToOrthogProjection ) : System

Описание методов

QFontBuilderConfiguration() публичный Метод

public QFontBuilderConfiguration ( ) : System
Результат System

QFontBuilderConfiguration() публичный Метод

public QFontBuilderConfiguration ( bool addDropShadow ) : System
addDropShadow bool
Результат System

QFontBuilderConfiguration() публичный Метод

public QFontBuilderConfiguration ( bool addDropShadow, bool TransformToOrthogProjection ) : System
addDropShadow bool
TransformToOrthogProjection bool
Результат System

Описание свойств

ForcePowerOfTwo публичное свойство

Whether to force texture pages to use a power of two.
public bool ForcePowerOfTwo
Результат bool

GlyphMargin публичное свойство

The margin (on all sides) around glyphs when rendered to their texture page
public int GlyphMargin
Результат int

PageHeight публичное свойство

The standard height of texture pages (the page will automatically be cropped if there is extra space)
public int PageHeight
Результат int

PageWidth публичное свойство

The standard width of texture pages (the page will automatically be cropped if there is extra space)
public int PageWidth
Результат int

SuperSampleLevels публичное свойство

Whether to use super sampling when building font texture pages
public int SuperSampleLevels
Результат int

TextGenerationRenderHint публичное свойство

Which render hint to use when rendering the ttf character set to create the QFont texture
public TextGenerationRenderHint TextGenerationRenderHint
Результат TextGenerationRenderHint

UseVertexBuffer публичное свойство

public bool UseVertexBuffer
Результат bool

charSet публичное свойство

Set of characters to support
public string charSet
Результат string