Table of Contents

Class AtlasSizeInfo

Namespace
KernSmith.Output
Assembly
KernSmith.dll

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

float

GlyphCount

Number of glyphs that will be included.

public int GlyphCount { get; init; }

Property Value

int

Height

Estimated atlas height in pixels.

public int Height { get; init; }

Property Value

int

PageCount

Estimated number of atlas pages.

public int PageCount { get; init; }

Property Value

int

Width

Estimated atlas width in pixels.

public int Width { get; init; }

Property Value

int