Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SimpleOCR
OCRFont
C# Class SimpleOCR.OCRFont
Mostra file
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