jPod PDF library

Uses of Class
de.intarsys.pdf.font.PDFontStyle

Packages that use PDFontStyle
de.intarsys.pdf.font The font part of the PDF is quite large for itself, so it is extracted to a package of its own. 
de.intarsys.pdf.font.outlet This package summarizes the handling of fonts. 
 

Uses of PDFontStyle in de.intarsys.pdf.font
 

Fields in de.intarsys.pdf.font declared as PDFontStyle
static PDFontStyle PDFontStyle.BOLD
           
static PDFontStyle PDFontStyle.BOLD_ITALIC
           
static PDFontStyle PDFontStyle.ITALIC
           
static PDFontStyle PDFontStyle.REGULAR
           
static PDFontStyle PDFontStyle.UNDEFINED
          The enumeration of supported font styles
 

Methods in de.intarsys.pdf.font that return PDFontStyle
 PDFontStyle PDFontStyle.getBoldFlavor()
           
 PDFontStyle PDFontType3.getFontStyle()
           
 PDFontStyle PDFontType0.getFontStyle()
           
 PDFontStyle PDFontAny.getFontStyle()
           
 PDFontStyle PDFont.getFontStyle()
           
 PDFontStyle CIDFont.getFontStyle()
           
static PDFontStyle PDFontStyle.getFontStyle(String name)
           
static PDFontStyle PDFont.getFontStyle(String name)
          extracts the "style" portion from the given font name
 PDFontStyle PDFontStyle.getItalicFlavor()
           
 PDFontStyle PDFont.getLookupFontStyle()
           
 

Methods in de.intarsys.pdf.font with parameters of type PDFontStyle
 void PDFont.setLookupFontStyle(PDFontStyle newStyle)
           
 

Uses of PDFontStyle in de.intarsys.pdf.font.outlet
 

Methods in de.intarsys.pdf.font.outlet that return PDFontStyle
 PDFontStyle IFontQuery.getFontStyle()
          The desired font style for the PDFont.
 PDFontStyle FontQuery.getFontStyle()
           
 PDFontStyle FontQuery.getOverrideFontStyle()
          The required font style for the result font.
 

Methods in de.intarsys.pdf.font.outlet with parameters of type PDFontStyle
 void FontQuery.setOverrideFontStyle(PDFontStyle overrideFontStyle)
          Set the font style attribute for the font to be looked up.
 

Constructors in de.intarsys.pdf.font.outlet with parameters of type PDFontStyle
FontQuery(String family, PDFontStyle style)
          Create a new IFontQuery denoting a font from the family in style style.
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.