C# Class SS.Ynote.Classic.Extensibility.YnoteThemeReader

Ynote Theme File Reader
Datei anzeigen Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
ApplyTheme ( string source, SyntaxHighlighter highlighter, FastColoredTextBox tb ) : void

Private Methods

Method Description
GetColorFromHexVal ( string hexString ) : Color

Get Color from Hex

InitKey ( FastColoredTextBox tb, string name, string value ) : void
InitStyle ( string name, FontStyle style, Color color, SyntaxHighlighter sh ) : void

Method Details

ApplyTheme() public static method

public static ApplyTheme ( string source, SyntaxHighlighter highlighter, FastColoredTextBox tb ) : void
source string
highlighter SyntaxHighlighter
tb FastColoredTextBox
return void