FontEmbeddingManager.GetUsedGlyphs(Uri) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Pobiera listę glifów używanych przez czcionkę glifów.

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)

Parametry

glyphTypeface
Uri

Uri Wartość reprezentująca lokalizację czcionki glif zawierającej glify.

Zwraca

ICollection<UInt16>

Kolekcja UInt16 wartości reprezentujących glify.

Atrybuty

Wyjątki

Wartość glyphTypeface nie odwołuje się do wcześniej zarejestrowanej czcionki glifowej.

Dotyczy