public class FontDescriptor extends Object
| Constructor and Description |
|---|
FontDescriptor(org.apache.pdfbox.pdmodel.font.PDFont font,
float size)
Creates the descriptor the the given font and size.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.apache.pdfbox.pdmodel.font.PDFont |
getFont() |
float |
getSize() |
int |
hashCode() |
String |
toString() |
public FontDescriptor(org.apache.pdfbox.pdmodel.font.PDFont font,
float size)
font - the font.size - the size.Copyright © 2021. All rights reserved.