GlyphTypeface.CharacterToGlyphMap Eigenschaft

Definition

Ruft die nominale Zuordnung eines Unicode-Codepunkts zu einem Symbolindex gemäß der Definition in der CMAP-Tabelle für die Schriftart ab.

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)

Eigenschaftswert

IDictionary<Int32,UInt16>

Ein IDictionary<TKey,TValue>-Objekt, das die Zuordnung von Unicode-Codepunkten zu den Symbolindizes für alle Symbole im GlyphTypeface-Objekt enthält.

Attribute

Gilt für