Re: openfont
- From: "Chris Uppal" <chris.uppal@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 5 Apr 2006 11:48:45 +0100
tiewknvc9 wrote:
does anyone have any experience creating an openFont object? openfont
being a different type of font then truetype fonts.
I know that in the api there is an openFont interface,
Do you mean "OpenType", or is OpenFont a font type that I haven't heard of ?
There is an java.awt.font.OpenType interface, and a MultipleMaster interface,
but I don't think there's anything matching *OpenFont*.
however I have
not been able to find any resources online about how to implement the
openfont interface.
Assuming you do mean OpenType, as far as I can tell that interface is never
used -- no class implements it or refers to it, not even any of the private
classes in a JRE distribution.
What do you want to do with the interface ?
(FWIW -- this may be completely irrelevant -- it appears that Java's font-file
handling can open OpenType fonts. However the resulting object does not
implement the java.font.OpenType interface. I'm not sure how much use Java's
default font engine can make of the "advanced" features in OpenType)
-- chris
.
- Follow-Ups:
- Re: openfont
- From: tiewknvc9
- Re: openfont
- References:
- openfont
- From: tiewknvc9
- openfont
- Prev by Date: Re: how to improve TCP thoughput in Java app
- Next by Date: Re: XML Not good for Big Files (vs Flat Files)
- Previous by thread: openfont
- Next by thread: Re: openfont
- Index(es):
Relevant Pages
|