C# Class Franken_.App_Code.GlyphKeeper

Show file Open project: Early-Modern-OCR/FrankenPlus

Public Properties

Property Type Description
GlyphChar string
GlyphData byte[][]
GlyphHeight int
GlyphScanSize int
GlyphWidth int
GlyphXOffset int
GlyphYOffset int

Public Methods

Method Description
GlyphKeeper ( int Width, int Height, int XOffset, int YOffset, int ScanSize, string Char, byte Data ) : System
SetBits ( byte oldValue, byte newValue, int startBit, int bitCount ) : byte

Method Details

GlyphKeeper() public method

public GlyphKeeper ( int Width, int Height, int XOffset, int YOffset, int ScanSize, string Char, byte Data ) : System
Width int
Height int
XOffset int
YOffset int
ScanSize int
Char string
Data byte
return System

SetBits() public method

public SetBits ( byte oldValue, byte newValue, int startBit, int bitCount ) : byte
oldValue byte
newValue byte
startBit int
bitCount int
return byte

Property Details

GlyphChar public property

public string GlyphChar
return string

GlyphData public property

public byte[][] GlyphData
return byte[][]

GlyphHeight public property

public int GlyphHeight
return int

GlyphScanSize public property

public int GlyphScanSize
return int

GlyphWidth public property

public int GlyphWidth
return int

GlyphXOffset public property

public int GlyphXOffset
return int

GlyphYOffset public property

public int GlyphYOffset
return int