C# Class GenerateFontList.Utility

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
EscapseToLaTeX ( this text ) : string
GetDisplayString ( this fontStretch ) : string
GetPreferedString ( this languageSpecificStringDictionary ) : string
ToLaTeX ( this fonts, StringBuilder stringBuilder, int indent, string sampleText ) : void

Private Methods

Méthode Description
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

Method Details

EscapseToLaTeX() public static méthode

public static EscapseToLaTeX ( this text ) : string
text this
Résultat string

GetDisplayString() public static méthode

public static GetDisplayString ( this fontStretch ) : string
fontStretch this
Résultat string

GetPreferedString() public static méthode

public static GetPreferedString ( this languageSpecificStringDictionary ) : string
languageSpecificStringDictionary this
Résultat string

ToLaTeX() public static méthode

public static ToLaTeX ( this fonts, StringBuilder stringBuilder, int indent, string sampleText ) : void
fonts this
stringBuilder System.Text.StringBuilder
indent int
sampleText string
Résultat void