> I'm facing some issues after porting. while I'm passing unsigned > char Ubuntu[34816] which is Ubuntu-R.ttf file. By using bin2c > python script i converted into an C array. while is passed this > array to the function i'm getting all those error. [...]
Please provide a *complete*, compilable, minimal working example (MWE). We can't help you otherwise. Ideally, you should use a very zsmall font for testing so that the example `.c` file stays small, too. Werner