My fop.xconf is has the following:
<renderers>
<renderer mime="application/pdf">
<filterList>
<!-- provides compression using zlib flate (default is on) -->
<value>flate</value>
<!-- encodes binary data into printable ascii characters (default off)
This provides about a 4:5 expansion of data size -->
<!-- <value>ascii-85</value> -->
<!-- encodes binary data with hex representation (default off)
This filter is not recommended as it doubles the data size -->
<!-- <value>ascii-hex</value> -->
</filterList>
<fonts>
<directory>/Users/satchwinston/fonts</directory>
…….
…….
I use the ./fop -c conf/fop.xconf … and it still can’t find it
font-family=“Code39” (Code39.pfa / Code39.afm)
Do I need to setup a font metrics file? And then configure for that?
Donald Paul Winston
On Jun 4, 2014, at 12:17 PM, Donald Paul Winston
<[email protected]> wrote:
> FOP 0.20.5
>
> oops, I don’t know where I got this. I see FOP 1-1 has an fop.xconf file
> which jives with what I see in the examples.
>
>
>
>
> On Jun 4, 2014, at 12:06 PM, Amick, Eric <[email protected]> wrote:
>
>> I use auto-detect with no difficulty, and I'm sure plenty of people use the
>> other features as well. Which version of FOP are you using? You should
>> probably post the actual config file you're using.
>>
>> -----Original Message-----
>> From: Donald Paul Winston [mailto:[email protected]]
>> Sent: Wednesday, June 04, 2014 11:56
>> To: [email protected]
>> Subject: Re: FOnt config
>>
>> This does not work.
>>
>> <fonts>
>>
>> <directory>C:\MyFonts1</directory>
>>
>>
>> <directory recursive="true">C:\MyFonts2</directory>
>>
>>
>> <auto-detect/>
>> </fonts>
>>
>> the DTD does not support "directory" or "auto-detect"
>>
>>
>>
>> --
>> View this message in context:
>> http://apache-fop.1065347.n5.nabble.com/FOnt-config-tp40743p40744.html
>> Sent from the FOP - Users mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>