Example usage for Java javafx.scene.text FontWeight fields, constructors, methods, implement or subclass
The text is from its open source code.
FontWeight | NORMAL represents Normal font weight (400). |
FontWeight | MEDIUM represents Medium font weight (500). |
FontWeight | BOLD represents Bold font weight (700). |
FontWeight | EXTRA_BOLD represents 'Extra Bold' font weight (800). |