FontEmbeddingManager.GetUsedGlyphs(Uri) Yöntem

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Karakter yazı biçimi tarafından kullanılan karakterlerin listesini alır.

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)

Parametreler

glyphTypeface
Uri

Uri Karakterleri içeren glif yazı tipinin konumunu temsil eden bir değer.

Döndürülenler

Glifleri temsil eden değerler koleksiyonu UInt16 .

Öznitelikler

Özel durumlar

glyphTypeface Değer, daha önce kaydedilmiş bir glif yazı biçimine başvurmaz.

Şunlara uygulanır