Re: [PDFBox-user] fonts
Brought to you by:
benlitchfield
|
From: Ben L. <be...@cs...> - 2005-08-02 00:49:53
|
From PDF Reference 1.6 Section 5.5.3 Font Subsets -------------------------------------------------------------------------= --- For a font subset, the PostScript name of the font=97the value of the fon= t=92s BaseFont entry and the font descriptor=92s FontName entry=97begins with a= tag followed by a plus sign (+). The tag consists of exactly six uppercase=20 letters; the choice of letters is arbitrary, but different subsets in the same PDF=20 file must have different tags. For example, EOODIA+Poetica is the name of a subset of=20 Poetica=AE, a Type 1 font. (See implementation note 62 in Appendix H.) -------------------------------------------------------------------------= ---- Benjamin Bratkus wrote: >aloha users, > >i've got the next questions font relative. i've added you the testing pd= f >(generated with word97 and destiller) >and i get the following results parsing the first line: >______________________________________________________ >code > >System.out.println(myfont.getSubType()+" "+myfont.getBaseFont()); > >console: > >TrueType INFKCJ+Verdana-BoldItalic >__________________________________________________________- > > >so where the hell does the INFKCJ+ comes from? > > >Benjamin Bratkus > >-- >Orientation in Objects GmbH >Weinheimerstr. 68 >D-68309 Mannheim >http://www.oio.de >Tel +49(0)621-71839-0 >Fax. +49(0)621-71839-50 >------ > =20 > |