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)

プロパティ値

Unicode コードのマッピングを含む IDictionary<TKey,TValue> オブジェクトは、 GlyphTypeface オブジェクト内のすべてのグリフのグリフ インデックスを指します。

属性

適用対象