  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Font Name versus Font Reference | Font Name versus Font Reference 2007-11-10 - By Brad Wilmot
Back I'm reading a PDF file that has six Type1C fonts embedded.
These fonts have names such as APAMDB+NewAgeItalic
In the content stream, there are references to the fonts such as /F11 1 Tf
I do not understand how a font reference of F11 can be associated with the NewAgeItalic reference.
The method String[][] fnames = bf.getFullFontName(); returns null.
I just can't see in the book how the association between the two is made.
Can someone provide advice?
Thanx in advance
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <big><big>I'm reading a PDF file that has six Type1C fonts embedded.<br> <br> These fonts have names such as <tt>APAMDB+NewAgeItalic</tt><br> <br> In the content stream, there are references to the fonts such as <tt>/F11 1 Tf</tt><br> <br> I do not understand how a font reference of <tt>F11</tt> can be associated with the <tt>NewAgeItalic</tt> reference.<br> <br> The method <tt>String[][] fnames = bf.getFullFontName(); </tt> returns null.<br> <br> I just can't see in the book how the association between the two is made.<br> <br> Can someone provide advice?<br> <br> Thanx in advance<br> </big></big> </body> </html>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |