Method | Description | |
---|---|---|
ToString ( this fontInfo, bool fForceMinimumDescription ) : string |
Returns a
|
|
UIFontName ( this fontInfo ) : string |
Gets the name of the UI font.
|
Method | Description | |
---|---|---|
AppendFontColor ( SIL.FieldWorks.FDO.DomainServices.FontInfo fontInfo, StringBuilder text ) : void |
Appends the font and background color information to the description
|
|
AppendFontOffset ( StringBuilder text, int value ) : void |
Appends the font offset information to the description
|
|
AppendSuperSub ( StringBuilder text, FwSuperscriptVal value ) : void |
Appends the superscript/subscript information to the description
|
|
AppendToString ( StringBuilder text, string value ) : void |
Appends to string.
|
|
AppendUnderline ( SIL.FieldWorks.FDO.DomainServices.FontInfo fontInfo, StringBuilder text ) : void |
Appends the underline information to the description.
|
public static ToString ( this fontInfo, bool fForceMinimumDescription ) : string | ||
fontInfo | this | |
fForceMinimumDescription | bool | if set to |
return | string |
public static UIFontName ( this fontInfo ) : string | ||
fontInfo | this | |
return | string |