Uses of Class
javafx.scene.text.Font
Packages that use Font
Package
Description
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
Provides various
StyleConverter
classes
that convert CSS parsed values.Provides the set of classes for canvas, an immediate mode style of rendering API.
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
Provides the set of classes for fonts and renderable Text Node.
-
Uses of Font in javafx.css
Methods in javafx.css that return types with arguments of type FontModifier and TypeMethodDescriptionfinal CssMetaData<S,
Font> StyleablePropertyFactory.createFontCssMetaData
(String property, Function<S, StyleableProperty<Font>> function) Create a CssMetaData<S, Font> with initial value ofgetDefault()
, and inherit flag defaulting to true.final CssMetaData<S,
Font> StyleablePropertyFactory.createFontCssMetaData
(String property, Function<S, StyleableProperty<Font>> function, Font initialValue) Create a CssMetaData<S, Font> with initial value, and inherit flag defaulting to true.final CssMetaData<S,
Font> StyleablePropertyFactory.createFontCssMetaData
(String property, Function<S, StyleableProperty<Font>> function, Font initialValue, boolean inherits) Create a CssMetaData<S, Font> with initial value, and inherit flag.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty) Create a StyleableProperty<Font> using previously created CssMetaData for the givencssProperty
.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function) Create a StyleableProperty<Font>.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function, Font initialValue) Create a StyleableProperty<Font> with initial value.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function, Font initialValue, boolean inherits) Create a StyleableProperty<Font> with initial value and inherit flag.static StyleConverter<ParsedValue[],
Font> StyleConverter.getFontConverter()
Return aStyleConverter
that converts a parsed representation of aFont
to anFont
.Methods in javafx.css with parameters of type FontModifier and TypeMethodDescriptionConvenience method for callingconvert
on thisParsedValue
.StyleConverter.convert
(ParsedValue<F, T> value, Font font) Convert from the parsed CSS value to the target property type.final CssMetaData<S,
Font> StyleablePropertyFactory.createFontCssMetaData
(String property, Function<S, StyleableProperty<Font>> function, Font initialValue) Create a CssMetaData<S, Font> with initial value, and inherit flag defaulting to true.final CssMetaData<S,
Font> StyleablePropertyFactory.createFontCssMetaData
(String property, Function<S, StyleableProperty<Font>> function, Font initialValue, boolean inherits) Create a CssMetaData<S, Font> with initial value, and inherit flag.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function, Font initialValue) Create a StyleableProperty<Font> with initial value.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function, Font initialValue, boolean inherits) Create a StyleableProperty<Font> with initial value and inherit flag.double
Converts this size into pixels.double
If size is not an absolute size, return the product of font size in pixels and value.abstract double
Calculates pixels for a particularSizeUnits
.abstract double
Calculates points for a particularSizeUnits
.Method parameters in javafx.css with type arguments of type FontModifier and TypeMethodDescriptionfinal CssMetaData<S,
Font> StyleablePropertyFactory.createFontCssMetaData
(String property, Function<S, StyleableProperty<Font>> function) Create a CssMetaData<S, Font> with initial value ofgetDefault()
, and inherit flag defaulting to true.final CssMetaData<S,
Font> StyleablePropertyFactory.createFontCssMetaData
(String property, Function<S, StyleableProperty<Font>> function, Font initialValue) Create a CssMetaData<S, Font> with initial value, and inherit flag defaulting to true.final CssMetaData<S,
Font> StyleablePropertyFactory.createFontCssMetaData
(String property, Function<S, StyleableProperty<Font>> function, Font initialValue, boolean inherits) Create a CssMetaData<S, Font> with initial value, and inherit flag.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function) Create a StyleableProperty<Font>.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function, Font initialValue) Create a StyleableProperty<Font> with initial value.final StyleableProperty<Font>
StyleablePropertyFactory.createStyleableFontProperty
(S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function, Font initialValue, boolean inherits) Create a StyleableProperty<Font> with initial value and inherit flag.Constructors in javafx.css with parameters of type FontModifierConstructorDescriptionFontCssMetaData
(String property, Font initial) Constructs a FontCSSMetaData object from the specified property and initial Font. -
Uses of Font in javafx.css.converter
Methods in javafx.css.converter that return types with arguments of type FontModifier and TypeMethodDescriptionstatic StyleConverter<ParsedValue[],
Font> FontConverter.getInstance()
Gets theFontConverter
instance. -
Uses of Font in javafx.scene.canvas
Methods in javafx.scene.canvas that return FontMethods in javafx.scene.canvas with parameters of type Font -
Uses of Font in javafx.scene.chart
Methods in javafx.scene.chart that return FontModifier and TypeMethodDescriptionfinal Font
Axis.getTickLabelFont()
Gets the value of the property tickLabelFont.Methods in javafx.scene.chart that return types with arguments of type FontModifier and TypeMethodDescriptionfinal ObjectProperty<Font>
Axis.tickLabelFontProperty()
The font for all tick labelsMethods in javafx.scene.chart with parameters of type FontModifier and TypeMethodDescriptionfinal void
Axis.setTickLabelFont
(Font value) Sets the value of the property tickLabelFont. -
Uses of Font in javafx.scene.control
Methods in javafx.scene.control that return FontModifier and TypeMethodDescriptionfinal Font
Labeled.getFont()
Gets the value of the property font.final Font
TextInputControl.getFont()
Gets the value of the property font.final Font
Tooltip.getFont()
Gets the value of the property font.Methods in javafx.scene.control that return types with arguments of type FontModifier and TypeMethodDescriptionfinal ObjectProperty<Font>
Labeled.fontProperty()
The default font to use for text in the Labeled.final ObjectProperty<Font>
TextInputControl.fontProperty()
The default font to use for text in the TextInputControl.final ObjectProperty<Font>
Tooltip.fontProperty()
The default font to use for text in the Tooltip.Methods in javafx.scene.control with parameters of type Font -
Uses of Font in javafx.scene.text
Methods in javafx.scene.text that return FontModifier and TypeMethodDescriptionstatic Font
Font.font
(double size) Searches for an appropriate font based on the default font family name and given font size.static Font
Searches for an appropriate font based on the given font family name and default font size.static Font
Searches for an appropriate font based on the font family name and size.static Font
Font.font
(String family, FontPosture posture, double size) Searches for an appropriate font based on the font family name and posture style.static Font
Font.font
(String family, FontWeight weight, double size) Searches for an appropriate font based on the font family name and weight style.static Font
Font.font
(String family, FontWeight weight, FontPosture posture, double size) Searches for an appropriate font based on the font family name and weight and posture style.static Font
Font.getDefault()
Gets the default font which will be from the family "System", and typically the style "Regular", and be of a size consistent with the user's desktop environment, to the extent that can be determined.final Font
Text.getFont()
Gets the value of the property font.static Font
Font.loadFont
(InputStream in, double size) Loads a font resource from the specified input stream.static Font
Loads a font resource from the specified URL.static Font[]
Font.loadFonts
(InputStream in, double size) Loads font resources from the specified input stream.static Font[]
Loads font resources from the specified URL.Methods in javafx.scene.text that return types with arguments of type FontModifier and TypeMethodDescriptionfinal ObjectProperty<Font>
Text.fontProperty()
Defines the font of text.Methods in javafx.scene.text with parameters of type Font