class EE::UI::UIHTMLListStyle¶
#include <uihtmlliststyle.hpp> class UIHTMLListStyle { public: // methods static bool isPrimitiveMarker(CSSListStyleType type); static bool isTextMarker(CSSListStyleType type); static String getTextMarkerString(CSSListStyleType type, int index); static void drawPrimitiveMarker(CSSListStyleType type, const Vector2f& screenPos, const Rectf& paddingPx, const Graphics::FontStyleConfig& style); };