Interface MinimalFontDescription
-
- All Known Implementing Classes:
Java2DFontResolver.FileFontDescription
,Java2DFontResolver.FontDescription
,Java2DFontResolver.InputStreamFontDescription
,PdfBoxFontResolver.FontDescription
public interface MinimalFontDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentValue
getStyle()
int
getWeight()
-
-
-
Method Detail
-
getWeight
int getWeight()
-
getStyle
IdentValue getStyle()
-
-