Skip to content

TextStudio3DOutlineCacheStats

StructTextStudio.ThreeDTextStudio.3D
public readonly struct TextStudio3DOutlineCacheStats

Observable ownership and lifetime counters for one renderer’s parsed font-provider registry, glyph-outline LRUs, and parser-specific codepoint lookup LRUs.

public int ParsedProviderCount { get; }

Returns

System.Int32

public int FallbackProviderCount { get; }

Returns

System.Int32

public int FallbackProviderCapacity { get; }

Returns

System.Int32

public long EstimatedFontSourceBytes { get; }

Returns

System.Int64

public long FallbackFontSourceByteCapacity { get; }

Returns

System.Int64

public long ProviderHitCount { get; }

Returns

System.Int64

public long ProviderMissCount { get; }

Returns

System.Int64

public long ProviderInsertionCount { get; }

Returns

System.Int64

public long ProviderReplacementCount { get; }

Returns

System.Int64

public long ProviderEvictionCount { get; }

Returns

System.Int64

public int OutlineEntryCount { get; }

Returns

System.Int32

public int OutlineEntryCapacity { get; }

Returns

System.Int32

public long EstimatedOutlinePayloadBytes { get; }

Returns

System.Int64

public long OutlineByteCapacity { get; }

Returns

System.Int64

public long OutlineHitCount { get; }

Returns

System.Int64

public long OutlineMissCount { get; }

Returns

System.Int64

public long OutlineInsertionCount { get; }

Returns

System.Int64

public long OutlineReplacementCount { get; }

Returns

System.Int64

public long OutlineEvictionCount { get; }

Returns

System.Int64

public int CodepointLookupEntryCount { get; }

Returns

System.Int32

public int CodepointLookupCapacity { get; }

Returns

System.Int32

public long CodepointLookupHitCount { get; }

Returns

System.Int64

public long CodepointLookupMissCount { get; }

Returns

System.Int64

public long CodepointLookupInsertionCount { get; }

Returns

System.Int64

public long CodepointLookupReplacementCount { get; }

Returns

System.Int64

public long CodepointLookupEvictionCount { get; }

Returns

System.Int64