FontEmbeddingManager.GetUsedGlyphs(Uri) メソッド

定義

重要

この 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)

パラメーター

glyphTypeface
Uri

グリフを格納しているグリフ タイプフェイスの場所を表す Uri 値。

戻り値

グリフを表す UInt16 値のコレクション。

属性

例外

glyphTypeface 値は、以前に記録されたグリフ タイプフェイスを参照していません。

適用対象