| パッケージ | 説明 |
|---|---|
| javafx.scene.text |
フォントおよびレンダリング可能なテキスト・ノードのクラスのセットを提供します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
static FontPosture |
FontPosture.findByName(String name)
FontPostureをその名前で返します。 |
static FontPosture |
FontPosture.valueOf(String name)
指定された名前を持つ、この型の列挙型定数を返します。
|
static FontPosture[] |
FontPosture.values()
この列挙型の定数を含む配列を、宣言されている順序で返します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
static Font |
Font.font(String family, FontPosture posture, double size)
フォント・ファミリ名とポスチャ・スタイルに基づいて適切なフォントを検索します。
|
static Font |
Font.font(String family, FontWeight weight, FontPosture posture, double size)
フォント・ファミリ名、太さスタイルおよびポスチャ・スタイルに基づいて適切なフォントを検索します。
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.