ImFont_CalcWordWrapPositionA function

Pointer<Uint8> ImFont_CalcWordWrapPositionA(
  1. Pointer<ImFont> self,
  2. double scale,
  3. Pointer<Uint8> text,
  4. Pointer<Uint8> text_end,
  5. double wrap_width,
)
byte* ImFont_CalcWordWrapPositionA(
 ImFont* self ,
 float scale ,
 byte* text ,
 byte* text_end ,
 float wrap_width
);

Implementation

Pointer<Uint8> ImFont_CalcWordWrapPositionA(Pointer<ImFont> self, double scale,
        Pointer<Uint8> text, Pointer<Uint8> text_end, double wrap_width) =>
    _ImFont_CalcWordWrapPositionA(self, scale, text, text_end, wrap_width);