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. Hope that helps Mehdi On 27 January 2012 13:24, polymorphisme <[email protected]> wrote: > > 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 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 PDF font base), so they are >> interchangeable when not embedded (this is done by host system). >> >> Le 27/01/2012 12:27, polymorphisme a écrit : >>> >>> 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. >>> >>> <bfranges> >>> <bf gi="3" ue="126" us="32"/><bf gi="3" ue="160" us="160"/><bf gi="98" >>> ue="172" us="161"/> >>> ... >>> </bfranges> >>> >>> Thanks. >> >> -- >> Pascal >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > -- > View this message in context: > http://old.nabble.com/-FOP-1.0--metrics-font%2C-glyph-and-unicode-tp33213482p33214044.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]
