Method | Description | |
---|---|---|
AddCenterLine ( float centerPosition, string text ) : void | ||
AddCenterText ( float centerPosition, string text ) : void | ||
AddFill ( string left, char fill, string right ) : void | ||
AddLeftTrim ( float desiredWidth, string text ) : void | ||
AddRightLine ( float rightEdgePosition, string text ) : void | ||
AddRightText ( float rightEdgePosition, string text ) : void | ||
AddText ( string text ) : void | ||
AppendLine ( ) : void | ||
AppendLine ( string text ) : void | ||
GetStringTrimmed ( float desiredWidth, string text ) : string | ||
MeasureString ( string str ) : int | ||
SeTextBuilder ( bool isWide, float fontSize ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
AddCenterAlign ( StringBuilder stringBuilder, float centerPosition, string text ) : void | ||
AddCharWidth ( string chars, byte size ) : void | ||
AddFillText ( StringBuilder stringBuilder, string left, char fill, string right ) : void | ||
AddRightAlign ( StringBuilder stringBuilder, float rightEdgePosition, string text ) : void | ||
BuildFontWidthCatalog ( ) : void | ||
LastLine ( StringBuilder stringBuilder ) : string | ||
LoadCharWidths ( ) : void | ||
MeasureChar ( char c ) : byte | ||
SeTextBuilder ( ) : System | ||
StringFormatter ( string text ) : string |
public AddCenterLine ( float centerPosition, string text ) : void | ||
centerPosition | float | |
text | string | |
return | void |
public AddCenterText ( float centerPosition, string text ) : void | ||
centerPosition | float | |
text | string | |
return | void |
public AddFill ( string left, char fill, string right ) : void | ||
left | string | |
fill | char | |
right | string | |
return | void |
public AddLeftTrim ( float desiredWidth, string text ) : void | ||
desiredWidth | float | |
text | string | |
return | void |
public AddRightLine ( float rightEdgePosition, string text ) : void | ||
rightEdgePosition | float | |
text | string | |
return | void |
public AddRightText ( float rightEdgePosition, string text ) : void | ||
rightEdgePosition | float | |
text | string | |
return | void |
public static GetStringTrimmed ( float desiredWidth, string text ) : string | ||
desiredWidth | float | |
text | string | |
return | string |
public static MeasureString ( string str ) : int | ||
str | string | |
return | int |
public SeTextBuilder ( bool isWide, float fontSize ) : System | ||
isWide | bool | |
fontSize | float | |
return | System |