FontEmbeddingManager.GetUsedGlyphs(Uri) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
グリフ タイプフェイスで使用されるグリフの一覧を取得します。
public:
System::Collections::Generic::ICollection<System::UInt16> ^ GetUsedGlyphs(Uri ^ glyphTypeface);
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<ushort> GetUsedGlyphs(Uri glyphTypeface);
[<System.CLSCompliant(false)>]
member this.GetUsedGlyphs : Uri -> System.Collections.Generic.ICollection<uint16>
Public Function GetUsedGlyphs (glyphTypeface As Uri) As ICollection(Of UShort)
パラメーター
戻り値
グリフを表す UInt16 値のコレクション。
- 属性
例外
glyphTypeface 値は、以前に記録されたグリフ タイプフェイスを参照していません。