Search found 4 matches

by Niels Ole Salscheider
Thu Aug 12, 2010 7:49 am
Forum: QCAD Community 'How Do I' Questions
Topic: ttf2cxf
Replies: 12
Views: 67793

Hello,

it compiles a ttf2cxf but there are no rules in the makefile to install this binary. cd into the build folder and try to run ./ttf2cxf [...] or copy ttf2cxf to /usr/local/bin (which should be in PATH).

Ole
by Niels Ole Salscheider
Tue Aug 10, 2010 8:10 am
Forum: QCAD Community 'How Do I' Questions
Topic: ttf2cxf
Replies: 12
Views: 67793

Hi,

try to include math.h and to replace line 152 with
fprintf(fpCxf, "\n[#%04X]\n", (uint) charcode);
(charcode has to be casted to uint).

Does this fix your problem? Please post your compiler output otherwise.

Ole
by Niels Ole Salscheider
Sat Jun 07, 2008 9:39 pm
Forum: QCAD Community 'How Do I' Questions
Topic: ttf2cxf
Replies: 12
Views: 67793

Hello, thank you, this program works quite well except that the smallest x-coordinates of the created letters are greater than 0 for some fonts. Because of that the letterspace may be wrong. I wrote this patch: --- main.cpp 2003-11-29 19:23:20.000000000 +0100 +++ main.cpp 2008-06-07 13:14:58.0000000...
by Niels Ole Salscheider
Fri Jun 06, 2008 11:28 am
Forum: QCAD Community 'How Do I' Questions
Topic: ttf2cxf
Replies: 12
Views: 67793

ttf2cxf

Hello, I would like to use a truetype font in qcad, but it can only use cxf fonts. When I searched with google I found some mailing list entries mentioning a program named ttf2cxf. I could find some links to the sourcecode on ribbonsoft.com but I get a 404 error. Can someone give me a working link t...

Go to advanced search