7 #include "VectorMath.h"
24 const v4& glyphOffsets)
26 : m_glyphOffsets(glyphOffsets)
27 , m_position(position)
28 , m_codepointUtf32(codepointUtf32)
29 , m_texturePage(texturePage)
37 u32 GetCodepoint()
const {
return m_codepointUtf32; }
38 v2 GetPosition()
const {
return m_position; }
40 int GetTexturePage()
const {
return m_texturePage; }
41 u16 GetLeft()
const {
return m_left; }
42 u16 GetTop()
const {
return m_top; }
43 u16 GetRight()
const {
return m_right; }
44 u16 GetBottom()
const {
return m_bottom; }
45 v4 GetGlyphOffsets()
const {
return m_glyphOffsets; }