C# Class Linguist.Styles

Mostrar archivo Open project: jesse99/Linguist

Public Methods

Method Description
FindStyle ( string name ) : Style
Init ( ) : void

Private Methods

Method Description
DoLoadStyles ( string path ) : void
DoParseBool ( string name, string text ) : bool
DoParseColor ( string name, string text ) : Color
DoParseDouble ( string name, string text ) : double
DoProcessField ( Style style, Field field ) : void
DoProcessStyle ( Field fields, int i ) : void

Method Details

FindStyle() public static method

public static FindStyle ( string name ) : Style
name string
return Style

Init() public static method

public static Init ( ) : void
return void