GlyphTypeface.CharacterToGlyphMap Eigenschap

Definitie

Hiermee haalt u de nominale toewijzing van een Unicode-codepunt op naar een glyph-index, zoals gedefinieerd in de tabel 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)

Waarde van eigenschap

Een IDictionary<TKey,TValue> object dat de toewijzing van een Unicode-code bevat, verwijst naar glyph-indexen voor alle glyphs in het GlyphTypeface object.

Kenmerken

Van toepassing op