C# Class Franken_.App_Code.Font

Afficher le fichier Open project: Early-Modern-OCR/FrankenPlus Class Usage Examples

Méthodes publiques

Свойство Type Description
Bold int
Fixed int
Fraktur int
Glyphs System.Collections.Generic.List
ID string
Italic int
LangID string
LineHeight int
Name string
Serif int

Méthodes publiques

Méthode Description
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

Method Details

AddEmptyGlyph() public méthode

public AddEmptyGlyph ( string Unicode ) : string
Unicode string
Résultat string

AddGlyph() public méthode

public AddGlyph ( string Unicode, string ImagePath ) : void
Unicode string
ImagePath string
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

FindGlyph() public méthode

public FindGlyph ( string Unicode ) : int
Unicode string
Résultat int

FixGlyphChar() public méthode

public FixGlyphChar ( string Char ) : string
Char string
Résultat string

Font() public méthode

public Font ( ) : System
Résultat System

Font() public méthode

public Font ( string ID, bool LoadGlyphs, bool LoadImages ) : System
ID string
LoadGlyphs bool
LoadImages bool
Résultat System

IngestImages() public méthode

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
Résultat void

RefreshGlyphs() public méthode

public RefreshGlyphs ( bool LoadImages ) : void
LoadImages bool
Résultat void

Save() public méthode

public Save ( bool IncludeChildren ) : void
IncludeChildren bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Bold public_oe property

public int Bold
Résultat int

Fixed public_oe property

public int Fixed
Résultat int

Fraktur public_oe property

public int Fraktur
Résultat int

Glyphs public_oe property

public List,System.Collections.Generic Glyphs
Résultat System.Collections.Generic.List

ID public_oe property

public string ID
Résultat string

Italic public_oe property

public int Italic
Résultat int

LangID public_oe property

public string LangID
Résultat string

LineHeight public_oe property

public int LineHeight
Résultat int

Name public_oe property

public string Name
Résultat string

Serif public_oe property

public int Serif
Résultat int