TextStudio3DOutlineCacheStats
public readonly struct TextStudio3DOutlineCacheStatsObservable ownership and lifetime counters for one renderer’s parsed font-provider registry, glyph-outline LRUs, and parser-specific codepoint lookup LRUs.
Properties
Section titled “Properties”
ParsedProviderCount
Section titled “ParsedProviderCount”public int ParsedProviderCount { get; }Returns
System.Int32
FallbackProviderCount
Section titled “FallbackProviderCount”public int FallbackProviderCount { get; }Returns
System.Int32
FallbackProviderCapacity
Section titled “FallbackProviderCapacity”public int FallbackProviderCapacity { get; }Returns
System.Int32
EstimatedFontSourceBytes
Section titled “EstimatedFontSourceBytes”public long EstimatedFontSourceBytes { get; }Returns
System.Int64
FallbackFontSourceByteCapacity
Section titled “FallbackFontSourceByteCapacity”public long FallbackFontSourceByteCapacity { get; }Returns
System.Int64
ProviderHitCount
Section titled “ProviderHitCount”public long ProviderHitCount { get; }Returns
System.Int64
ProviderMissCount
Section titled “ProviderMissCount”public long ProviderMissCount { get; }Returns
System.Int64
ProviderInsertionCount
Section titled “ProviderInsertionCount”public long ProviderInsertionCount { get; }Returns
System.Int64
ProviderReplacementCount
Section titled “ProviderReplacementCount”public long ProviderReplacementCount { get; }Returns
System.Int64
ProviderEvictionCount
Section titled “ProviderEvictionCount”public long ProviderEvictionCount { get; }Returns
System.Int64
OutlineEntryCount
Section titled “OutlineEntryCount”public int OutlineEntryCount { get; }Returns
System.Int32
OutlineEntryCapacity
Section titled “OutlineEntryCapacity”public int OutlineEntryCapacity { get; }Returns
System.Int32
EstimatedOutlinePayloadBytes
Section titled “EstimatedOutlinePayloadBytes”public long EstimatedOutlinePayloadBytes { get; }Returns
System.Int64
OutlineByteCapacity
Section titled “OutlineByteCapacity”public long OutlineByteCapacity { get; }Returns
System.Int64
OutlineHitCount
Section titled “OutlineHitCount”public long OutlineHitCount { get; }Returns
System.Int64
OutlineMissCount
Section titled “OutlineMissCount”public long OutlineMissCount { get; }Returns
System.Int64
OutlineInsertionCount
Section titled “OutlineInsertionCount”public long OutlineInsertionCount { get; }Returns
System.Int64
OutlineReplacementCount
Section titled “OutlineReplacementCount”public long OutlineReplacementCount { get; }Returns
System.Int64
OutlineEvictionCount
Section titled “OutlineEvictionCount”public long OutlineEvictionCount { get; }Returns
System.Int64
CodepointLookupEntryCount
Section titled “CodepointLookupEntryCount”public int CodepointLookupEntryCount { get; }Returns
System.Int32
CodepointLookupCapacity
Section titled “CodepointLookupCapacity”public int CodepointLookupCapacity { get; }Returns
System.Int32
CodepointLookupHitCount
Section titled “CodepointLookupHitCount”public long CodepointLookupHitCount { get; }Returns
System.Int64
CodepointLookupMissCount
Section titled “CodepointLookupMissCount”public long CodepointLookupMissCount { get; }Returns
System.Int64
CodepointLookupInsertionCount
Section titled “CodepointLookupInsertionCount”public long CodepointLookupInsertionCount { get; }Returns
System.Int64
CodepointLookupReplacementCount
Section titled “CodepointLookupReplacementCount”public long CodepointLookupReplacementCount { get; }Returns
System.Int64
CodepointLookupEvictionCount
Section titled “CodepointLookupEvictionCount”public long CodepointLookupEvictionCount { get; }Returns
System.Int64