Table of Contents

Class FontConfig

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public class FontConfig
Inheritance
FontConfig
Derived
Inherited Members

Fields

Color

The color of the font.

public double[] Color

Field Value

double[]

FontWeight

The weight of the font.

public FontWeight FontWeight

Field Value

FontWeight

Fontname

The name of the font.

public string Fontname

Field Value

string

StrokeColor

The color of the font outline.

public double[] StrokeColor

Field Value

double[]

StrokeWidth

The thickness of the outline.

public double StrokeWidth

Field Value

double

UnscaledFontsize

The size of the font before scaling is applied.

public double UnscaledFontsize

Field Value

double