Click or drag to resize

FontXInvariantDescriptionStringWithoutSizeInformation Property

Gets the invariant description string, but without size information. This is useful in some caching situations, for instance caching character geometries.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string InvariantDescriptionStringWithoutSizeInformation { get; }

Property Value

String
The invariant description string without size information.
See Also