public class Font extends Object
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
Integer |
getSizeInPoint() |
void |
setFamily(String family) |
void |
setSizeInPoint(Integer sizeInPoint) |
String |
toString() |
Font |
withFamily(String family) |
Font |
withSizeInPoint(Integer sizeInPoint) |
Copyright © 2023. All rights reserved.