Hello,

    I create a freetype2-example on GitHUB (you can reach it by link
https://github.com/vit1251/freetype2-example) and write "test" target make
raster font rendering and on Debian 9 I receive garbage in "dump.txt". You
may reproduce it by shell command:

    $ sudo apt install build-essential libfreetype6-dev
    $ make compile test
    $ less dump.txt

    I also testing it on truetype font and receive well working font
rendering image in "dump.txt". I feel that this is problem only with raster
BDF fonts.

    What I doing wrong?

Thanks.

сб, 2 сент. 2017 г. в 9:40, Werner LEMBERG <[email protected]>:

>
> >     I search doumentation about work with raster fonts on y Debian 9
> > system and does not found any work example.
>
> If your system doesn't contain the FreeType documentation HTML files,
> have a look at
>
>   https://www.freetype.org/freetype2/docs/documentation.html
>
> >     Can I ask someone write raster font example and extend
> > documentation with this example.
>
> Maybe
>
>   https://www.freetype.org/freetype2/docs/tutorial/step3.html
>
> helps you.
>
> >     When I compile and work with ttf fonts all work well.  I use
> > system debian freetype-dev package in development.
>
> You have to be more specific – ideally posting a working code sample.
> Otherwise noone can help you.
>
>
>     Werner
>
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to