GlyphTypeface.CharacterToGlyphMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the nominal mapping of a Unicode code point to a glyph index as defined by the font 'CMAP' table.
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)
Property Value
An IDictionary<TKey,TValue> object that contains the mapping of a Unicode code points to glyph indices for all glyphs in the GlyphTypeface object.
- Attributes
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.