Table of Contents

Enum DebugOverlayFontFamily

Namespace
Stride.CommunityToolkit.Scripts.Utilities
Assembly
Stride.CommunityToolkit.dll

The kind of system font a DebugOverlay looks for when no FontName is set.

public enum DebugOverlayFontFamily

Fields

Monospace = 0

Every character the same width, like Stride's own debug font: columns line up, numbers do not jitter as their digits change, and text padded with spaces keeps its shape. Consolas on Windows, Menlo on macOS, DejaVu Sans Mono or Liberation Mono on Linux, with Courier New as the last resort.

SansSerif = 1

A proportional font, which fits more text in the same width. Segoe UI on Windows, Helvetica on macOS, Liberation Sans or DejaVu Sans on Linux, with Arial as the last resort.