public interface FontProvider
boolean isRegistered(String fontname)
fontname - the name of the font that has to be checked.Font getFont(String fontname, String encoding, boolean embedded, float size, int style, BaseColor color)
Font-object.fontname - the name of the fontencoding - the encoding of the fontembedded - true if the font is to be embedded in the PDFsize - the size of this fontstyle - the style of this fontcolor - the Color of this font.Copyright © 2013. All rights reserved.