GuiGetTextWidth method

int GuiGetTextWidth(
  1. Pointer<Char> text
)

Get text width considering gui style and icon size (if required)

Implementation

int GuiGetTextWidth(Pointer<Char> text)
  => _GuiGetTextWidth(text);