jPodRenderer PDF library

de.intarsys.pdf.platform.cwt.font.type3
Class Type3Glyphs

java.lang.Object
  extended by de.intarsys.pdf.platform.cwt.font.type3.Type3Glyphs
All Implemented Interfaces:
IPlatformGlyphs

public class Type3Glyphs
extends Object
implements IPlatformGlyphs


Method Summary
 de.intarsys.pdf.font.PDGlyphs getGlyphs()
          The associated PD level glyphs PDGlyphs instance.
 IPlatformFont getPlatformFont()
          The platform dependent font where the IPlatformGlyphs object resides.
 int getWidth()
          The glyph width encoded in the font program expressed in PDF glyph space.
 void render(ICSPlatformDevice device)
          Render the IPlatformGlyphs object on an ICSPlatformDevice.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGlyphs

public de.intarsys.pdf.font.PDGlyphs getGlyphs()
Description copied from interface: IPlatformGlyphs
The associated PD level glyphs PDGlyphs instance.

Specified by:
getGlyphs in interface IPlatformGlyphs
Returns:
The associated PD level glyphs PDGlyphs instance.

getPlatformFont

public IPlatformFont getPlatformFont()
Description copied from interface: IPlatformGlyphs
The platform dependent font where the IPlatformGlyphs object resides.

Specified by:
getPlatformFont in interface IPlatformGlyphs
Returns:
The platform dependent font where the IPlatformGlyphs object resides.

getWidth

public int getWidth()
Description copied from interface: IPlatformGlyphs
The glyph width encoded in the font program expressed in PDF glyph space.

Specified by:
getWidth in interface IPlatformGlyphs
Returns:
The glyph width encoded in the font program expressed in PDF glyph space.

render

public void render(ICSPlatformDevice device)
Description copied from interface: IPlatformGlyphs
Render the IPlatformGlyphs object on an ICSPlatformDevice.

Specified by:
render in interface IPlatformGlyphs
Parameters:
device - The device to draw upon.

jPodRenderer PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.