stb_easy_font_charinfo top-level property

  1. @Array.multi<NativeType>([96])
  2. @Native<Array<stb_easy_font_info_struct>>()
Array<stb_easy_font_info_struct> stb_easy_font_charinfo
getter/setter pair

Implementation

@ffi.Array.multi([96])
@ffi.Native<ffi.Array<stb_easy_font_info_struct>>()
external ffi.Array<stb_easy_font_info_struct> stb_easy_font_charinfo;