public class FxFontUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.control.Label |
createIconLabel(IWebFontCode _iconCode,
double _size)
Creates a new
Label with the given 'icon' and the given font size. |
static javafx.scene.control.Label |
createIconLabel(String _iconCode,
double _size)
Creates a new
Label with the given 'iconCode' (e.g. "") and the given font size. |
static void |
loadFont(InputStream _font,
double _size)
Load given font (ttf) from stream.
|
public static void loadFont(InputStream _font, double _size)
Font.loadFont(InputStream, double)._font - _size - public static javafx.scene.control.Label createIconLabel(String _iconCode, double _size)
Label with the given 'iconCode' (e.g. "") and the given font size._iconCode - _size - public static javafx.scene.control.Label createIconLabel(IWebFontCode _iconCode, double _size)
Label with the given 'icon' and the given font size._iconCode - _size - Copyright © 2018. All rights reserved.