共用方式為


FontEmbeddingManager.GetUsedGlyphs(Uri) 方法

定義

重要

此 API 不符合 CLS 規範。

擷取圖像 (Glyph) 字樣所使用的圖像清單。

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 值,表示包含圖像之圖像字樣的位置。

傳回

UInt16 值的集合,表示圖像。

屬性

例外狀況

glyphTypeface 值不會參考先前記錄的圖像字樣。

適用於