GlyphTypeface.CharacterToGlyphMap 屬性

定義

取得從 Unicode 字碼指標到圖像索引的名義對應 (由字型 'CMAP' 表格所定義)。

public:
 property System::Collections::Generic::IDictionary<int, System::UInt16> ^ CharacterToGlyphMap { System::Collections::Generic::IDictionary<int, System::UInt16> ^ get(); };
public System.Collections.Generic.IDictionary<int,ushort> CharacterToGlyphMap { [System.Security.SecurityCritical] get; }
public System.Collections.Generic.IDictionary<int,ushort> CharacterToGlyphMap { get; }
[<get: System.Security.SecurityCritical>]
member this.CharacterToGlyphMap : System.Collections.Generic.IDictionary<int, uint16>
member this.CharacterToGlyphMap : System.Collections.Generic.IDictionary<int, uint16>
Public ReadOnly Property CharacterToGlyphMap As IDictionary(Of Integer, UShort)

屬性值

IDictionary<Int32,UInt16>

IDictionary<TKey,TValue> 物件,包含 GlyphTypeface 物件中所有圖像從 Unicode 字碼指標到圖像索引的對應。

屬性

適用於