public interface FontMapper
Modifier and Type | Method and Description |
---|---|
BaseFont |
awtToPdf(Font font)
Returns a BaseFont which can be used to represent the given AWT Font
|
Font |
pdfToAwt(BaseFont font, int size)
Returns an AWT Font which can be used to represent the given BaseFont
|
Copyright © 2016. All rights reserved.