FontWrapper.h 187 B

1234567891011121314
  1. #pragma once
  2. #include "imguiWrapperTypes.h"
  3. #ifdef __cplusplus
  4. extern "C"
  5. {
  6. #endif
  7. extern IggFontGlyph iggFontFindGlyph(IggFont handle, unsigned int c);
  8. #ifdef __cplusplus
  9. }
  10. #endif