You can do that using the ArialUni font.
As FOP needs to be fed with an XSL-FO, you have to generate it yourself.
However, I don't know if you can build it with metric file as input,
I've never dived into such file.
Le 27/01/2012 14:24, polymorphisme a écrit :
>
> Ok thanks,
>
> I want obtain t
Have you tried with FOP trunk? It could be a bug that's already been
fixed. If not, could you fill out a bugzilla entry please?
Thanks
Mehdi
On 27 January 2012 13:45, Theresa Jayne Forster wrote:
> I have found a problem with some fonts without metrics files
> I have a FRUTIGER Bold and when I
I have found a problem with some fonts without metrics files
I have a FRUTIGER Bold and when I just import it without metrics file, its
returning the characters all on top of each other.
Add the fop 1.0 metrics file and suddenly its working correctly.
Kindest regards
Theresa Forster
Senior Sof
Hi,
Note: FOP 1.0 deprecates the font metrics file, it's no longer necessary.
However, as for "bf", "gi" is the glyph start index, "us" = unicode
start index and "ue" is unicode end index. See
http://www.microsoft.com/typography/otspec/cmap.htm for a description
of the meaning of these values.
H
Ok thanks,
I want obtain this file http://old.nabble.com/file/p33214044/Arial.pdf
Arial.pdf with FOP 1.0.
Pascal Sancho wrote:
>
> Hi,
>
> I don't understand what you want to do.
> What is "fntsample"?
> Where is the "uploaded file"?
>
> Note that with FOP 1.0, metric files are required on
Hi,
I don't understand what you want to do.
What is "fntsample"?
Where is the "uploaded file"?
Note that with FOP 1.0, metric files are required only when you don't
want to embed font in PDF.
In addition, note also that metrics are the same for both Arial and
Helvetica (witch is part of the 14 PD
Hello,
I want build with FOP a similar file to the upload file (build with
fntsample).
In a first time, I obtain the file metrics Arial.ttf.xml for the fonte
Arial.ttf with the classe org.apache.fop.fonts.apps.TTFReader.
But after, I don't know the link between tag bf and Unicode.
...
T
Hi,
did you tried FOP latest trunk (or nightly built)? There is some
performance improvement.
Note that table is memory hungry, and unless you need it to layout
arrays, perhaps you can tweak your XSLT to use alternative fo elements,
depending on what your document contains.
Le 26/01/2012 15:12, N