intarsys CWT library

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
 String getFontFamilyName()
          The desired font family for the IFont.
 String getFontName()
          The desired font name for the IFont.
 Object getFontNameCanonical()
          The desired font name for the IFont.
 FontStyle getFontStyle()
          The desired font style for the IFont.
 String getFontType()
          The desired font type for the IFont (such as "Type1" or "TrueType").
 

Method Detail

getFontFamilyName

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

Returns:
The desired font family for the IFont.

getFontName

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

Returns:
The desired font name for the IFont.

getFontNameCanonical

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

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.

intarsys CWT library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.