C# Class PixelFarm.Drawing.Fonts.CharAndGlyphMap

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
charcode char
glyphIndex uint

Public Methods

Method Description
CharAndGlyphMap ( uint glyphIndex, char charcode ) : System
ToString ( ) : string

Method Details

CharAndGlyphMap() public method

public CharAndGlyphMap ( uint glyphIndex, char charcode ) : System
glyphIndex uint
charcode char
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

charcode public property

public char charcode
return char

glyphIndex public property

public uint glyphIndex
return uint