C# Class PixelFarm.Drawing.Fonts.CharAndGlyphMap

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
charcode char
glyphIndex uint

Méthodes publiques

Méthode Description
CharAndGlyphMap ( uint glyphIndex, char charcode ) : System
ToString ( ) : string

Method Details

CharAndGlyphMap() public méthode

public CharAndGlyphMap ( uint glyphIndex, char charcode ) : System
glyphIndex uint
charcode char
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

charcode public_oe property

public char charcode
Résultat char

glyphIndex public_oe property

public uint glyphIndex
Résultat uint