.. index:: pair: class; EE::Graphics::TextShapeRun .. _doxid-class_e_e_1_1_graphics_1_1_text_shape_run: class EE::Graphics::TextShapeRun ================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class TextShapeRun { public: // construction :target:`TextShapeRun`(:ref:`String::View` str, :ref:`FontTrueType`* font, :ref:`Uint32` characterSize, :ref:`Uint32` style, :ref:`Float` outlineThickness); // methods :ref:`String::View` :target:`curRun`() const; bool :target:`hasNext`() const; std::size_t :target:`pos`() const; void :target:`next`(); bool :target:`runIsNewLine`() const; :ref:`FontTrueType`* :target:`font`(); };