FOP reads native fonts directly, but does not create java.awt.Font as a
result; rather, it creates instances of org.apache.fop.fonts.Font, an
instance of which internally holds a reference to an object implementing
org.apache.fop.fonts.FontMetrics, the latter holding most of the information
parsed from the native font file.

On Fri, May 20, 2011 at 9:22 AM, Dieter <[email protected]> wrote:

> Hi,
>
> Java AWT has the Font class and a couple of native ties to load fonts
> and generate a Font object. I wonder if XMLGraphics or FOP has its own
> infrastructure for reading Fonts (maybe without those native ties)
> that results in the same Font object.
>
> Cheers,
> Dieter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to