> imacarthur wrote:
>> Anyway, what the code did (note that I can't actually find it right  
>> now - I think it maybe on the box in the spare room, which is shut  
>> down at present...) is take a block of text in utf8, then uses XFT  
>> calls to poke each font in turn to see if the font can support each  
>> code point in the text block - the XFT lib provides functions for  
>> exactly that purpose.


        After looking at 'man xft', it led me to the FreeType API manual
        which includes this tutorial:
        http://www.freetype.org/freetype2/docs/tutorial/step1.html

        ..so I think at some point today when the sun goes down,
        I'll pour a stiff drink, and absorb all that, and maybe
        try to compile up a few of their example programs:
        http://www.freetype.org/freetype2/docs/tutorial/

        ..to see what I can come up with.
        One of them looks like it 'renders' fonts out to TGA files.. fun.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to