Search found 6 matches

by padlavoine
2012-02-01T05:31:33-07:00
Forum: Users
Topic: Convert with my font
Replies: 12
Views: 21973

Re: Convert with my font

Hi,

It is not very convenient for me to specify font file .. "-font .." but I think I'll can it if I haven't other choices...

However, I've full access on my server..
maybe change user for apache ? set to real user... ?

Or maybe define other environment variable ?
Or put font into /usr/share/font ...
by padlavoine
2012-01-29T07:26:13-07:00
Forum: Users
Topic: Convert with my font
Replies: 12
Views: 21973

Re: Convert with my font

Re,

I also tried with my account..
The result is still bad :(


convert -debug 'All' -density 300 +render 1-img-3-CA001-1327837723.svg test.pdf

2012-01-29T15:20:39+01:00 0:00.000 0.000u 6.6.0 Configure convert[3789]: utility.c/ExpandFilenames/871/Configure
Command line: convert {-debug} {All ...
by padlavoine
2012-01-29T06:37:26-07:00
Forum: Users
Topic: Convert with my font
Replies: 12
Views: 21973

Re: Convert with my font

Hi,

Ok I tried with type.xml in my .magick home folder...
convert -list font | grep Path
Path: /home/pad/.magick/type-myTTF.xml
Path: System Fonts

Ok good ! but in reality, it's www-data user who execute command...

So I created .magick folder in /var/www/ and copied type.xml and type-myTTF ...
by padlavoine
2012-01-28T18:06:43-07:00
Forum: Users
Topic: Convert with my font
Replies: 12
Views: 21973

Re: Convert with my font

Hi,

Thanks for your help.. I'm lost...


I tried to put exact name into type-myTTF.xml with 7 fonts :

In svg:
font-family="'PoplarStd'"
font-family="'KozGoPro-Regular-83pv-RKSJ-H'"
font-family="'BlackoakStd'"
...

In type-myFonts.xml :
<typemap>
<type format="ttf" name="StencilStd" fullname ...
by padlavoine
2012-01-24T05:22:52-07:00
Forum: Users
Topic: Convert with my font
Replies: 12
Views: 21973

Re: Convert with my font

Hi,

Thanks for your help....

Type.xml is on config folder : /usr/lib/ImageMagick-6.6.0/config
with other xml file..
Fonts are in my home folder
chmod on fontPerso folder is : drwxr-xr-x

But in the xml file, the name for LucidaHandwriting-Italic font is : name="LucidaHandwritingI", fullname ...
by padlavoine
2012-01-17T14:50:48-07:00
Forum: Users
Topic: Convert with my font
Replies: 12
Views: 21973

Convert with my font

Hi everybody,

This my problem,

I try to convert SVG file to PDF and I've some issues with fonts.

When Illustrator convert into SVG the name of font is for example:
font-family="LucidaHandwriting-Italic" , font-family="BrushScriptMT" ...

If I put the font into /usr/share/fonts/ and then I print ...