GlyphTypeface.CharacterToGlyphMap 属性

定义

根据字体“CMAP”表的定义获取 Unicode 码位与标志符号索引之间的名义映射。

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> 对象,包含 Unicode 码位与 GlyphTypeface 对象中所有标志符号的标志符号索引之间的映射。

属性

适用于