Open 3D Engine AtomLyIntegration Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::AtomFont::GlyphSize Struct Reference

Public Member Functions

 GlyphSize (const int32_t sizeX, const int32_t sizeY)
 
 GlyphSize (const Vec2i v)
 
bool operator== (const GlyphSize &rhs) const
 

Public Attributes

union {
   struct {
      int32_t   x
 
      int32_t   y
 
   } 
 
   int32_t   data [2]
 
}; 
 

The documentation for this struct was generated from the following file: