C# Class SimpleOCR.OCRFont

Exibir arquivo Open project: evlntnt/SimpleOCR Class Usage Examples

Public Methods

Method Description
Load ( string fn ) : OCRFont
OCRFont ( int width = 15, int height = 15 ) : System
Save ( string fn ) : void

Method Details

Load() public static method

public static Load ( string fn ) : OCRFont
fn string
return OCRFont

OCRFont() public method

public OCRFont ( int width = 15, int height = 15 ) : System
width int
height int
return System

Save() public method

public Save ( string fn ) : void
fn string
return void