Uses of Interface
com.snowtide.pdf.Font
-
Packages that use Font Package Description com.snowtide.pdf.layout This package contains interfaces and classes that PDFxStream uses to represent the document model implicitly defined by the content rendered by eachPage
in a PDFDocument
. -
-
Uses of Font in com.snowtide.pdf.layout
Methods in com.snowtide.pdf.layout that return Font Modifier and Type Method Description Font
TextUnit. getFont()
Returns theFont
that was in force when thisTextUnit
was outputted.
-