Class AtlasSizeInfo
Result of an atlas size query, describing the estimated atlas dimensions without performing rasterization.
public sealed class AtlasSizeInfo
- Inheritance
-
AtlasSizeInfo
- Inherited Members
Properties
EstimatedEfficiency
Estimated packing efficiency (0.0 to 1.0).
public float EstimatedEfficiency { get; init; }
Property Value
GlyphCount
Number of glyphs that will be included.
public int GlyphCount { get; init; }
Property Value
Height
Estimated atlas height in pixels.
public int Height { get; init; }
Property Value
PageCount
Estimated number of atlas pages.
public int PageCount { get; init; }
Property Value
Width
Estimated atlas width in pixels.
public int Width { get; init; }