FontEmbeddingManager.GlyphTypefaceUris プロパティ

定義

重要

この API は CLS 準拠ではありません。

GlyphRun メソッドで指定した RecordUsage(GlyphRun) によって使用されるグリフ タイプフェイスのコレクションを返します。

public:
 property System::Collections::Generic::ICollection<Uri ^> ^ GlyphTypefaceUris { System::Collections::Generic::ICollection<Uri ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<Uri> GlyphTypefaceUris { get; }
[<System.CLSCompliant(false)>]
member this.GlyphTypefaceUris : System.Collections.Generic.ICollection<Uri>
Public ReadOnly Property GlyphTypefaceUris As ICollection(Of Uri)

プロパティ値

ICollection<Uri>

グリフ タイプフェイスを表す Uri 値のコレクション。

属性

適用対象