[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Facing very different type of issue after porting freetype
From: |
Werner LEMBERG |
Subject: |
Re: Facing very different type of issue after porting freetype |
Date: |
Fri, 22 Sep 2023 17:50:30 +0000 (UTC) |
> 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