class TSpriteGlyphAllocation

template<bool IsRenderProxy>
Inherits: CoreVariantType<SpriteImageAllocation, IsRenderProxy>

Provides information about a particular glyph image allocated within a texture atlas.

Public

Methods

GetSizeInPoints

float GetSizeInPoints() const

Size of the allocated glyph in points.

Protected

Constructors

TSpriteGlyphAllocation<IsRenderProxy>

TSpriteGlyphAllocation<IsRenderProxy>() = default

TSpriteGlyphAllocation<IsRenderProxy>

TSpriteGlyphAllocation<IsRenderProxy>(const WeakSPtr<SpriteImageType> &owner, const TextureType &texture, const Area2 &uvRange, float sizeInPoints)

Private

Fields

mSizeInPoints

float mSizeInPoints