Binary Font File to Bitmap

I used the offline font converter to create a bin file from a ttf font. What I want to do is somehow convert this bin file into an lv_font_t object for use. Is there a possible way to do this?

I think you want to use the --format lvgl format. Binary format is not supported by LittlevGL AFAIK.