Table of Contents

Enum TextServer.FixedSizeScaleMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum TextServer.FixedSizeScaleMode : long

Fields

Disable = 0

Bitmap font is not scaled.

Enabled = 2

Bitmap font is scaled to an arbitrary (fractional) size. This is the recommended option for non-pixel art fonts.

IntegerOnly = 1

Bitmap font is scaled to the closest integer multiple of the font's fixed size. This is the recommended option for pixel art fonts.