de.intarsys.pdf.platform.cwt.font
Class CommonFontConverter
java.lang.Object
de.intarsys.pdf.platform.cwt.font.CommonFontConverter
- Direct Known Subclasses:
- FontConverterCwt2Pdf, FontConverterPlatform2Pdf
public abstract class CommonFontConverter
- extends Object
A common implementation to convert fonts from their platform representation
to PDF.
CommonFontConverter
public CommonFontConverter(de.intarsys.cwt.font.IFont font)
getCwtFont
public de.intarsys.cwt.font.IFont getCwtFont()
getPdFont
public abstract de.intarsys.pdf.font.PDFont getPdFont()
throws de.intarsys.pdf.font.outlet.FontFactoryException
- Throws:
de.intarsys.pdf.font.outlet.FontFactoryException
isEmbed
public boolean isEmbed()
setEmbed
public void setEmbed(boolean embed)
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.