intarsys PDF library API

Uses of Class
de.intarsys.font.FontStyle

Packages that use FontStyle
de.intarsys.font   
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 FontStyle in de.intarsys.font
 

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

Methods in de.intarsys.font that return FontStyle
 FontStyle FontStyle.getBoldFlavor()
           
 FontStyle IFont.getFontStyle()
          The font style.
static FontStyle FontStyle.getFontStyle(String name)
           
 FontStyle FontStyle.getItalicFlavor()
           
 

Methods in de.intarsys.font with parameters of type FontStyle
 IFont FontFamily.getFont(FontStyle style)
           
 IFont AbstractFontRegistry.getFont(String familyName, FontStyle style)
           
 void FontFamily.setFont(IFont font, FontStyle style)
           
 

Uses of FontStyle in de.intarsys.pdf.font
 

Methods in de.intarsys.pdf.font that return FontStyle
 FontStyle PDFontType3.getFontStyle()
           
 FontStyle PDFontType1.getFontStyle()
           
 FontStyle PDFontType0.getFontStyle()
           
 FontStyle PDFontTrueType.getFontStyle()
           
 FontStyle PDFontAny.getFontStyle()
           
 FontStyle CIDFont.getFontStyle()
           
static FontStyle PDFontTrueType.getFontStyle(String name)
           
static FontStyle PDFont.getFontStyle(String name)
          extracts the "style" portion from the given font name
 

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

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

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

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


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.