Skip to content

TextStudio3DPrewarmResult

StructTextStudio.ThreeDTextStudio.3D
public readonly struct TextStudio3DPrewarmResult

Reports bounded glyph-prewarming work, cache reuse, missing glyphs, failures, truncation, and unsupported configurations.

public int CodepointsProcessed { get; }

Returns

System.Int32

public int MissingGlyphs { get; }

Returns

System.Int32

public int GeometryEntriesAdded { get; }

Returns

System.Int32

public int CacheHits { get; }

Returns

System.Int32

public int GeometryFailures { get; }

Returns

System.Int32

public bool WasTruncated { get; }

Returns

System.Boolean

public bool UnsupportedConfiguration { get; }

Returns

System.Boolean