| パッケージ | 説明 |
|---|---|
| java.awt |
ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
|
| java.awt.font |
フォント関連のクラスおよびインタフェースを提供します。
|
| 修飾子と型 | メソッド | 説明 |
|---|---|---|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc, char[] chars)
この
Font内のUnicode cmapに基づいて文字からグリフに1対1にマッピングすることによって、GlyphVectorを作成します。 |
|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc, CharacterIterator ci)
この
Font内のUnicode cmapに基づいて指定された文字からグリフに1対1にマッピングすることによって、GlyphVectorを作成します。 |
|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc, int[] glyphCodes)
この
Font内のUnicode cmapに基づいて文字からグリフに1対1にマッピングすることによって、GlyphVectorを作成します。 |
|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc, String str)
この
Font内のUnicode cmapに基づいて文字からグリフに1対1にマッピングすることによって、GlyphVectorを作成します。 |
|
GlyphVector |
Font.layoutGlyphVector(FontRenderContext frc, char[] text, int start, int limit, int flags)
可能であればテキストの完全なレイアウトを実行して、新しい
GlyphVectorオブジェクトを返します。 |
| 修飾子と型 | メソッド | 説明 |
|---|---|---|
abstract void |
Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)
Graphics2Dコンテキストの描画属性を使用して、指定されたGlyphVectorのテキストを描画します。 |
| 修飾子と型 | メソッド | 説明 |
|---|---|---|
abstract boolean |
GlyphVector.equals(GlyphVector set)
指定された
GlyphVectorがこのGlyphVectorと厳密に等しいかどうかを判定します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。 そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Documentation Redistribution Policyも参照してください。