C# 클래스 Franken_.App_Code.Font

파일 보기 프로젝트 열기: Early-Modern-OCR/FrankenPlus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bold int
Fixed int
Fraktur int
Glyphs System.Collections.Generic.List
ID string
Italic int
LangID string
LineHeight int
Name string
Serif int

공개 메소드들

메소드 설명
AddEmptyGlyph ( string Unicode ) : string
AddGlyph ( string Unicode, string ImagePath ) : void
Delete ( ) : void
FindGlyph ( string Unicode ) : int
FixGlyphChar ( string Char ) : string
Font ( ) : System
Font ( string ID, bool LoadGlyphs, bool LoadImages ) : System
IngestImages ( string LangName, string FontName, string BaseName, string XMLFile, string PathToImages, bool UseSubList ) : void
RefreshGlyphs ( bool LoadImages ) : void
Save ( bool IncludeChildren ) : void
ToString ( ) : string

메소드 상세

AddEmptyGlyph() 공개 메소드

public AddEmptyGlyph ( string Unicode ) : string
Unicode string
리턴 string

AddGlyph() 공개 메소드

public AddGlyph ( string Unicode, string ImagePath ) : void
Unicode string
ImagePath string
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

FindGlyph() 공개 메소드

public FindGlyph ( string Unicode ) : int
Unicode string
리턴 int

FixGlyphChar() 공개 메소드

public FixGlyphChar ( string Char ) : string
Char string
리턴 string

Font() 공개 메소드

public Font ( ) : System
리턴 System

Font() 공개 메소드

public Font ( string ID, bool LoadGlyphs, bool LoadImages ) : System
ID string
LoadGlyphs bool
LoadImages bool
리턴 System

IngestImages() 공개 메소드

public IngestImages ( string LangName, string FontName, string BaseName, string XMLFile, string PathToImages, bool UseSubList ) : void
LangName string
FontName string
BaseName string
XMLFile string
PathToImages string
UseSubList bool
리턴 void

RefreshGlyphs() 공개 메소드

public RefreshGlyphs ( bool LoadImages ) : void
LoadImages bool
리턴 void

Save() 공개 메소드

public Save ( bool IncludeChildren ) : void
IncludeChildren bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Bold 공개적으로 프로퍼티

public int Bold
리턴 int

Fixed 공개적으로 프로퍼티

public int Fixed
리턴 int

Fraktur 공개적으로 프로퍼티

public int Fraktur
리턴 int

Glyphs 공개적으로 프로퍼티

public List,System.Collections.Generic Glyphs
리턴 System.Collections.Generic.List

ID 공개적으로 프로퍼티

public string ID
리턴 string

Italic 공개적으로 프로퍼티

public int Italic
리턴 int

LangID 공개적으로 프로퍼티

public string LangID
리턴 string

LineHeight 공개적으로 프로퍼티

public int LineHeight
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Serif 공개적으로 프로퍼티

public int Serif
리턴 int