ImFontAtlas_AddFontFromMemoryCompressedBase85TTF function

Pointer<ImFont> ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(
  1. Pointer<ImFontAtlas> self,
  2. Pointer<Uint8> compressed_font_data_base85,
  3. double size_pixels,
  4. Pointer<ImFontConfig> font_cfg,
  5. Pointer<Uint16> glyph_ranges,
)
ImFont* ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(
 ImFontAtlas* self ,
 byte* compressed_font_data_base85 ,
 float size_pixels ,
 ImFontConfig* font_cfg ,
 ushort* glyph_ranges
);

Implementation

Pointer<ImFont> ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(
        Pointer<ImFontAtlas> self,
        Pointer<Uint8> compressed_font_data_base85,
        double size_pixels,
        Pointer<ImFontConfig> font_cfg,
        Pointer<Uint16> glyph_ranges) =>
    _ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(
        self, compressed_font_data_base85, size_pixels, font_cfg, glyph_ranges);