jPod PDF library

de.intarsys.pdf.font.outlet
Interface IFontQuery

All Known Implementing Classes:
FontQuery

public interface IFontQuery

A "search" template or query to look up PDFont objects.


Field Summary
static String TYPE_ANY
           
static String TYPE_BUILTIN
           
static String TYPE_TRUETYPE
           
static String TYPE_TYPE1
           
 
Method Summary
 Encoding getEncoding()
          The desired encoding for the PDFont.
 String getFontFamilyName()
          The desired font family for the PDFont.
 String getFontName()
          The desired font name for the PDFont.
 PDFontStyle getFontStyle()
          The desired font style for the PDFont.
 String getFontType()
          The desired font type for the PDFont (such as "Type1" or "TrueType").
 

Field Detail

TYPE_TRUETYPE

static final String TYPE_TRUETYPE
See Also:
Constant Field Values

TYPE_BUILTIN

static final String TYPE_BUILTIN
See Also:
Constant Field Values

TYPE_TYPE1

static final String TYPE_TYPE1
See Also:
Constant Field Values

TYPE_ANY

static final String TYPE_ANY
See Also:
Constant Field Values
Method Detail

getEncoding

Encoding getEncoding()
The desired encoding for the PDFont.

Returns:
The desired encoding for the PDFont.

getFontFamilyName

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

Returns:
The desired font family for the PDFont.

getFontName

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

Returns:
The desired font name for the PDFont.

getFontStyle

PDFontStyle getFontStyle()
The desired font style for the PDFont.

Returns:
The desired font style for the PDFont.

getFontType

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

Returns:
The desired font type for the PDFont.

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.