FontEmbeddingManager.GetUsedGlyphs(Uri) 方法

定义

重要

此 API 不符合 CLS。

检索标志符号字样所使用的标志符号列表。

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)

参数

glyphTypeface
Uri

一个 Uri 值,该值表示包含标志符号的标志符号字样的位置。

返回

ICollection<UInt16>

表示标志符号的 UInt16 值的集合。

属性

例外

glyphTypeface 值不引用以前记录的标志符号字样。

适用于