Sdílet prostřednictvím


GlyphTypeface.CharacterToGlyphMap Vlastnost

Definice

Získá nominální mapování bodu kódu Unicode na glyph index definovaný písmem CMAP tabulka.

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)

Hodnota vlastnosti

IDictionary<Int32,UInt16>

Objekt IDictionary<TKey,TValue> , který obsahuje mapování kódu Unicode odkazuje na indexy glyfů pro všechny glyfy v objektu GlyphTypeface .

Atributy

Platí pro