C# 클래스 SS.Ynote.Classic.Extensibility.YnoteThemeReader

Ynote Theme File Reader
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

공개 메소드들

메소드 설명
ApplyTheme ( string source, SyntaxHighlighter highlighter, FastColoredTextBox tb ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ApplyTheme() 공개 정적인 메소드

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