C# Class PixelFarm.Drawing.Fonts.GlyphData

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
character char
codePoint int
fontGlyph FontGlyph
glyphImage GlyphImage
pxArea Rectangle

Méthodes publiques

Méthode Description
GlyphData ( int codePoint, char c, FontGlyph fontGlyph, GlyphImage glyphImage ) : System

Method Details

GlyphData() public méthode

public GlyphData ( int codePoint, char c, FontGlyph fontGlyph, GlyphImage glyphImage ) : System
codePoint int
c char
fontGlyph FontGlyph
glyphImage GlyphImage
Résultat System

Property Details

character public_oe property

public char character
Résultat char

codePoint public_oe property

public int codePoint
Résultat int

fontGlyph public_oe property

public FontGlyph,PixelFarm.Drawing.Fonts fontGlyph
Résultat FontGlyph

glyphImage public_oe property

public GlyphImage,PixelFarm.Drawing.Fonts glyphImage
Résultat GlyphImage

pxArea public_oe property

public Rectangle pxArea
Résultat Rectangle