.. index:: pair: enum; FontVerticalAlign .. _doxid-namespace_e_e_1_1_graphics_1a653c89198dec55164ada6ea70eb09063: enum EE::Graphics::FontVerticalAlign ==================================== .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum FontVerticalAlign { :target:`TEXT_ALIGN_TOP` =(0<<2), :target:`TEXT_ALIGN_BOTTOM` =(1<<2), :target:`TEXT_ALIGN_MIDDLE` =(2<<2), :target:`TEXT_VALIGN_MASK` =(3<<2), };