Login  Register

ttf2lff for 32-bit linux system

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

ttf2lff for 32-bit linux system

avraham
1 post
I downloaded the ttf2lff binary, but it turns out that my old 32-bit system is unable to run it.
Is a binary for 32-bit systems or are the source files availabe?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ttf2lff for 32-bit linux system

dxli
1980 posts
About LibreCAD source: http://librecad.org/cms/home/from-source/linux.html

ttf2lff is in the folder tools/

you can build it as the Qt project way:

$ qmake ttf2lff.pro
$ make

avraham wrote
I downloaded the ttf2lff binary, but it turns out that my old 32-bit system is unable to run it.
Is a binary for 32-bit systems or are the source files availabe?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ttf2lff for 32-bit linux system

avraham
1 post
Thanks. It seems to work, though I am not yet able to insert Hebrew text (maybe I just picked up the wrong font).
A word of caution for others: one gets the ttf2lff sources when one clones the directory, but they are absent in the tar-balls.
I keep trying, Avraham