Re: Facing very different type of issue after porting freetype
Werner LEMBERG <[email protected]> Fri, 22 Sep 2023 17:50:30 +0000 (UTC)
| Newsgroups | gmane.comp.fonts.freetype.devel,gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <[email protected]> |
> 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