.. index:: pair: class; EE::UI::UIHTMLListStyle
.. _doxid-class_e_e_1_1_u_i_1_1_u_i_h_t_m_l_list_style:
class EE::UI::UIHTMLListStyle
=============================
.. toctree::
:hidden:
.. ref-code-block:: cpp
:class: doxyrest-overview-code-block
#include
class UIHTMLListStyle {
public:
// methods
static bool :target:`isPrimitiveMarker`(:ref:`CSSListStyleType` type);
static bool :target:`isTextMarker`(:ref:`CSSListStyleType` type);
static :ref:`String` :target:`getTextMarkerString`(:ref:`CSSListStyleType` type, int index);
static void :target:`drawPrimitiveMarker`(:ref:`CSSListStyleType` type, const :ref:`Vector2f`& screenPos, const :ref:`Rectf`& paddingPx, const :ref:`Graphics::FontStyleConfig`& style);
};