Class Atlasbounds
The coordinates of the glyph inside the atlas.
Namespace: Evergine.Framework.Assets.AssetParts.Fonts
Assembly: Evergine.Framework.dll
Syntax
public class Atlasbounds
Properties
bottom
Gets or sets the atlas bottom (in pixels).
Declaration
public float bottom { get; set; }
Property Value
Type | Description |
---|---|
float |
left
Gets or sets the atlas left (in pixels).
Declaration
public float left { get; set; }
Property Value
Type | Description |
---|---|
float |
right
Gets or sets the atlas right side (pixels).
Declaration
public float right { get; set; }
Property Value
Type | Description |
---|---|
float |
top
Gets or sets the top of the atlas (in pixels).
Declaration
public float top { get; set; }
Property Value
Type | Description |
---|---|
float |