intarsys CWT library

Uses of Class
de.intarsys.cwt.font.FontStyle

Packages that use FontStyle
de.intarsys.cwt.font   
de.intarsys.cwt.font.truetype   
de.intarsys.cwt.font.type1   
 

Uses of FontStyle in de.intarsys.cwt.font
 

Fields in de.intarsys.cwt.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.cwt.font that return FontStyle
 FontStyle FontStyle.getBoldFlavor()
           
 FontStyle IFontQuery.getFontStyle()
          The desired font style for the IFont.
 FontStyle IFont.getFontStyle()
          The font style.
 FontStyle GenericFont.getFontStyle()
           
 FontStyle FontQuery.getFontStyle()
           
static FontStyle FontTools.getFontStyle(String fontName)
           
static FontStyle FontStyle.getFontStyle(String name)
           
 FontStyle[] IFontFamily.getFontStyles()
          The supported FontStyle instances in this family.
 FontStyle[] FontFamily.getFontStyles()
           
 FontStyle FontStyle.getItalicFlavor()
           
 

Methods in de.intarsys.cwt.font with parameters of type FontStyle
 IFont IFontFamily.getFont(FontStyle style)
          The IFont within the family with a specific FontStyle or null.
 IFont FontFamily.getFont(FontStyle style)
           
 void FontQuery.setFontStyle(FontStyle fontStyle)
           
 

Constructors in de.intarsys.cwt.font with parameters of type FontStyle
FontQuery(String family, FontStyle style)
           
 

Uses of FontStyle in de.intarsys.cwt.font.truetype
 

Methods in de.intarsys.cwt.font.truetype that return FontStyle
 FontStyle TTFont.getFontStyle()
           
 

Uses of FontStyle in de.intarsys.cwt.font.type1
 

Methods in de.intarsys.cwt.font.type1 that return FontStyle
 FontStyle Type1Font.getFontStyle()
           
 


intarsys CWT library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.