FontEmbeddingManager.GlyphTypefaceUris Property

Definition

Important

This API is not CLS-compliant.

Returns the collection of glyph typefaces used by the GlyphRun specified in the RecordUsage(GlyphRun) method.

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)

Property Value

A collection of Uri values that represent glyph typefaces.

Attributes

Applies to