.. index:: pair: struct; EE::Graphics::RichText::BaselineAlignValue .. _doxid-struct_e_e_1_1_graphics_1_1_rich_text_1_1_baseline_align_value: struct EE::Graphics::RichText::BaselineAlignValue ================================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct BaselineAlignValue { // fields :ref:`BaselineAlignment` :target:`type` { :ref:`BaselineAlignment::Baseline` }; :ref:`Float` :target:`value` { 0.f }; // construction :target:`BaselineAlignValue`(:ref:`BaselineAlignment` type = :ref:`BaselineAlignment::Baseline`, :ref:`Float` value = 0.f); // methods bool :target:`operator==`(const BaselineAlignValue& other) const; bool :target:`operator!=`(const BaselineAlignValue& other) const; };