public class NullPlatformGlyphs extends Object implements IPlatformGlyphs
| Modifier and Type | Method and Description |
|---|---|
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. |
public de.intarsys.pdf.font.PDGlyphs getGlyphs()
IPlatformGlyphsPDGlyphs instance.getGlyphs in interface IPlatformGlyphsPDGlyphs instance.public IPlatformFont getPlatformFont()
IPlatformGlyphsIPlatformGlyphs object
resides.getPlatformFont in interface IPlatformGlyphsIPlatformGlyphs
object resides.public int getWidth()
IPlatformGlyphsgetWidth in interface IPlatformGlyphspublic void render(ICSPlatformDevice device)
IPlatformGlyphsIPlatformGlyphs object on an ICSPlatformDevice.render in interface IPlatformGlyphsdevice - The device to draw upon.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.