Java javafx.scene.text FontWeight fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.text FontWeight fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.text FontWeight.

The text is from its open source code.

Field

FontWeightNORMAL
represents Normal font weight (400).
FontWeightMEDIUM
represents Medium font weight (500).
FontWeightBOLD
represents Bold font weight (700).
FontWeightEXTRA_BOLD
represents 'Extra Bold' font weight (800).