C# Class PixelFarm.Drawing.Fonts.FontABC

glyph ABC structure
Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
a int
b uint
c int

Public Methods

Method Description
FontABC ( int a, uint b, int c ) : System

Method Details

FontABC() public method

public FontABC ( int a, uint b, int c ) : System
a int
b uint
c int
return System

Property Details

a public property

public int a
return int

b public property

public uint b
return uint

c public property

public int c
return int