C# 클래스 GenerateFontList.Utility

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
EscapseToLaTeX ( this text ) : string
GetDisplayString ( this fontStretch ) : string
GetPreferedString ( this languageSpecificStringDictionary ) : string
ToLaTeX ( this fonts, StringBuilder stringBuilder, int indent, string sampleText ) : void

비공개 메소드들

메소드 설명
AppendIndent ( this sb, int indent ) : void
AppendLineWithIndent ( this sb, int indent, string text ) : void
AppendLineWithIndentFormat ( this sb, int indent, string format ) : void
AppendWithIndent ( this sb, int indent, string text ) : void
AppendWithIndentFormat ( this sb, int indent, string format ) : void
ToLaTeX ( Font>.this font, StringBuilder stringBuilder, string sampleText ) : void
ToLaTeX ( Font>.this stretch, StringBuilder stringBuilder, int indent, string sampleText ) : void
ToLaTeX ( Font>.this style, StringBuilder stringBuilder, int indent, string sampleText ) : void
ToLaTeX ( Font>.this weight, StringBuilder stringBuilder, int indent, string sampleText ) : void

메소드 상세

EscapseToLaTeX() 공개 정적인 메소드

public static EscapseToLaTeX ( this text ) : string
text this
리턴 string

GetDisplayString() 공개 정적인 메소드

public static GetDisplayString ( this fontStretch ) : string
fontStretch this
리턴 string

GetPreferedString() 공개 정적인 메소드

public static GetPreferedString ( this languageSpecificStringDictionary ) : string
languageSpecificStringDictionary this
리턴 string

ToLaTeX() 공개 정적인 메소드

public static ToLaTeX ( this fonts, StringBuilder stringBuilder, int indent, string sampleText ) : void
fonts this
stringBuilder System.Text.StringBuilder
indent int
sampleText string
리턴 void