Back to API Reference
Struct

SystemFontMemoryStats

sealed

Snapshot of SystemFont cache ownership. Counts include active and warm inactive entries; mapped file length is not reported as resident memory.

public int SourceCount{ get }

Number of resolved source faces currently owned by SystemFont.

public int ActiveSourceCount{ get }

Number of source faces leased by live text providers or an in-flight resolution pass.

public int RequestCount{ get }

Number of cached sequence/style resolution results.

public int ByteEntryCount{ get }

Number of shared file-backed or memory-backed source entries.

public long RetainedByteCount{ get }

Total bytes owned by memory-backed source entries. File mappings report zero because their virtual length is not resident memory.