PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.contents.fonts.Font

Packages that use Font
it.stefanochizzolini.clown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
it.stefanochizzolini.clown.documents.contents.composition Typographic composition. 
it.stefanochizzolini.clown.documents.contents.fonts Font type definitions used to draw text inside content streams [PDF:1.6:5]. 
 

Uses of Font in it.stefanochizzolini.clown.documents.contents
 

Fields in it.stefanochizzolini.clown.documents.contents declared as Font
 Font TextStyle.font
           
 Font ContentScanner.GraphicsState.font
          Current font [PDF:1.6:5.2].
 

Methods in it.stefanochizzolini.clown.documents.contents that return Font
 Font FontResources.get(Object key)
           
 Font ExtGState.getFont()
           
 Font FontResources.put(PdfName key, Font value)
           
 Font FontResources.remove(Object key)
           
 

Methods in it.stefanochizzolini.clown.documents.contents that return types with arguments of type Font
 Set<Map.Entry<PdfName,Font>> FontResources.entrySet()
           
 Collection<Font> FontResources.values()
           
 

Methods in it.stefanochizzolini.clown.documents.contents with parameters of type Font
 PdfName FontResources.getKey(Font value)
          Gets the key associated to a given value.
 Font FontResources.put(PdfName key, Font value)
           
 

Method parameters in it.stefanochizzolini.clown.documents.contents with type arguments of type Font
 void FontResources.putAll(Map<? extends PdfName,? extends Font> entries)
           
 

Constructors in it.stefanochizzolini.clown.documents.contents with parameters of type Font
TextStyle(Font font, double fontSize, TextRenderModeEnum renderMode, Color strokeColor, ColorSpace strokeColorSpace, Color fillColor, ColorSpace fillColorSpace)
           
 

Uses of Font in it.stefanochizzolini.clown.documents.contents.composition
 

Methods in it.stefanochizzolini.clown.documents.contents.composition with parameters of type Font
 void PrimitiveFilter.setFont(Font value, double size)
          Sets the font [PDF:1.6:5.2].
 

Uses of Font in it.stefanochizzolini.clown.documents.contents.fonts
 

Subclasses of Font in it.stefanochizzolini.clown.documents.contents.fonts
 class CompositeFont
          Composite font [PDF:1.6:5.6], also called Type 0 font.
 class MMType1Font
          Multiple Master Type 1 font [PDF:1.6:5.5.1].
 class SimpleFont
          Simple font [PDF:1.6:5.5].
 class StandardType1Font
          Standard Type 1 font [PDF:1.6:5.5.1].
 class TrueTypeFont
          TrueType font [PDF:1.6:5;OFF:2009].
 class Type0Font
          Composite font associated to a Type 0 CIDFont [PDF:1.6:5.6.3], containing glyph descriptions based on the Adobe Type 1 font format.
 class Type1Font
          Type 1 font [PDF:1.6:5.5.1;AFM:4.1].
 class Type2Font
          Composite font associated to a Type 2 CIDFont [PDF:1.6:5.6.3], containing glyph descriptions based on the TrueType font format.
 class Type3Font
          Type 3 font [PDF:1.6:5.5.4].
 

Methods in it.stefanochizzolini.clown.documents.contents.fonts that return Font
static Font Font.get(Document context, File file)
          Creates the representation of a font.
static Font Font.get(Document context, IInputStream fontData)
          Creates the representation of a font.
static Font Font.get(Document context, String path)
          Creates the representation of a font.
static Font Font.wrap(PdfReference reference)
          Wraps a font reference into a font object.
 

Methods in it.stefanochizzolini.clown.documents.contents.fonts with parameters of type Font
 boolean Font.equals(Font object)
           
 


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.