C# Class PixelFarm.Drawing.Fonts.GlyphData

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
character char
codePoint int
fontGlyph FontGlyph
glyphImage GlyphImage
pxArea Rectangle

Public Methods

Method Description
GlyphData ( int codePoint, char c, FontGlyph fontGlyph, GlyphImage glyphImage ) : System

Method Details

GlyphData() public method

public GlyphData ( int codePoint, char c, FontGlyph fontGlyph, GlyphImage glyphImage ) : System
codePoint int
c char
fontGlyph FontGlyph
glyphImage GlyphImage
return System

Property Details

character public property

public char character
return char

codePoint public property

public int codePoint
return int

fontGlyph public property

public FontGlyph,PixelFarm.Drawing.Fonts fontGlyph
return FontGlyph

glyphImage public property

public GlyphImage,PixelFarm.Drawing.Fonts glyphImage
return GlyphImage

pxArea public property

public Rectangle pxArea
return Rectangle