FontEmbeddingManager.GetUsedGlyphs(Uri) Method

Definition

Important

This API is not CLS-compliant.

Retrieves the list of glyphs used by the glyph typeface.

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)

Parameters

glyphTypeface
Uri

A Uri value that represents the location of the glyph typeface containing the glyphs.

Returns

A collection of UInt16 values that represent the glyphs.

Attributes

Exceptions

The glyphTypeface value does not reference a previously recorded glyph typeface.

Applies to