C# Class lw_common.font_info

显示文件 Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
fg Color
match_fg Color

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
copy ( ) : font_info
copy_from ( font_info other ) : void
merge ( font_info other ) : void
operator ( ) : bool

Protected Methods

Method Description
Equals ( font_info other ) : bool

Method Details

Equals() protected method

protected Equals ( font_info other ) : bool
other font_info
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

copy() public method

public copy ( ) : font_info
return font_info

copy_from() public method

public copy_from ( font_info other ) : void
other font_info
return void

merge() public method

public merge ( font_info other ) : void
other font_info
return void

operator() public static method

public static operator ( ) : bool
return bool

Property Details

fg public_oe property

public Color fg
return Color

match_fg public_oe property

public Color match_fg
return Color