ImFont_GetCharAdvance function

double ImFont_GetCharAdvance(
  1. Pointer<ImFont> self,
  2. int c
)
float ImFont_GetCharAdvance(
 ImFont* self ,
 ushort c
);

Implementation

double ImFont_GetCharAdvance(Pointer<ImFont> self, int c) =>
    _ImFont_GetCharAdvance(self, c);