.. index:: pair: class; EE::Graphics::Glyph .. _doxid-class_e_e_1_1_graphics_1_1_glyph: class EE::Graphics::Glyph ========================= .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class Glyph { public: // fields :ref:`Float` :ref:`advance` { 0 }; :ref:`Rectf` :ref:`bounds`; :ref:`Rect` :ref:`textureRect`; :ref:`Sizef` :target:`size`; int :ref:`lsbDelta` { 0 }; int :ref:`rsbDelta` { 0 }; }; .. _details-class_e_e_1_1_graphics_1_1_glyph: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; advance .. _doxid-class_e_e_1_1_graphics_1_1_glyph_1a5ff953c6277b4d46ed5fbae351f4805a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Float` advance { 0 } Offset to move horizontally to the next character. .. index:: pair: variable; bounds .. _doxid-class_e_e_1_1_graphics_1_1_glyph_1a0f549cca44cd2fb26eacb0d9de896893: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rectf` bounds Bounding rectangle of the glyph, in coordinates relative to the baseline. .. index:: pair: variable; textureRect .. _doxid-class_e_e_1_1_graphics_1_1_glyph_1a044a37cb8beaf292aec0ac7ab506ce06: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rect` textureRect :ref:`Texture ` coordinates of the glyph inside the font's texture. .. index:: pair: variable; lsbDelta .. _doxid-class_e_e_1_1_graphics_1_1_glyph_1a85ed53ce2f437c2d43f95e35b2888efe: .. ref-code-block:: cpp :class: doxyrest-title-code-block int lsbDelta { 0 } Left offset after forced autohint. Internally used by getKerning() .. index:: pair: variable; rsbDelta .. _doxid-class_e_e_1_1_graphics_1_1_glyph_1a6a242246486781f34bb4fe8a34371d88: .. ref-code-block:: cpp :class: doxyrest-title-code-block int rsbDelta { 0 } Right offset after forced autohint. Internally used by getKerning()