C# Class SimpleEpub2.Language

Datei anzeigen Open project: henryxrl/SimpleEpub2 Class Usage Examples

Public Methods

Method Description
Language ( String lang ) : System
getFont ( ) : String
getString ( String input ) : String
isLangChinese ( ) : System.Boolean
setFont ( Control ctrls ) : void

Method Details

Language() public method

public Language ( String lang ) : System
lang String
return System

getFont() public method

public getFont ( ) : String
return String

getString() public method

public getString ( String input ) : String
input String
return String

isLangChinese() public method

public isLangChinese ( ) : System.Boolean
return System.Boolean

setFont() public method

public setFont ( Control ctrls ) : void
ctrls System.Windows.Forms.Control
return void