C# Class PixelFarm.Drawing.Fonts.GlyphData

ファイルを表示 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_oe property

public char character
return char

codePoint public_oe property

public int codePoint
return int

fontGlyph public_oe property

public FontGlyph,PixelFarm.Drawing.Fonts fontGlyph
return FontGlyph

glyphImage public_oe property

public GlyphImage,PixelFarm.Drawing.Fonts glyphImage
return GlyphImage

pxArea public_oe property

public Rectangle pxArea
return Rectangle