de.intarsys.cwt.font
Interface IFontQuery

All Known Implementing Classes:
FontQuery

public interface IFontQuery

An object that can select IFont instances within a collection.


Method Summary
 java.lang.String getFontFamilyName()
          The desired font family for the IFont.
 java.lang.String getFontName()
          The desired font name for the IFont.
 java.lang.Object getFontNameCanonical()
          The desired font name for the IFont.
 FontStyle getFontStyle()
          The desired font style for the IFont.
 java.lang.String getFontType()
          The desired font type for the IFont (such as "Type1" or "TrueType").
 

Method Detail

getFontFamilyName

java.lang.String getFontFamilyName()
The desired font family for the IFont.

Returns:
The desired font family for the IFont.

getFontName

java.lang.String getFontName()
The desired font name for the IFont.

Returns:
The desired font name for the IFont.

getFontNameCanonical

java.lang.Object getFontNameCanonical()
The desired font name for the IFont.

Returns:
The desired font name for the IFont.

getFontStyle

FontStyle getFontStyle()
The desired font style for the IFont.

Returns:
The desired font style for the IFont.

getFontType

java.lang.String getFontType()
The desired font type for the IFont (such as "Type1" or "TrueType"). nullindicates a font of any type.

Returns:
The desired font type for the IFont.