Method | Description | |
---|---|---|
AddPrivateLine ( string text ) : void | ||
AddPrivateText ( string text ) : void | ||
AddPublicCenterLine ( float centerPosition, string text ) : void | ||
AddPublicCenterText ( float centerPosition, string text ) : void | ||
AddPublicFill ( string left, char fill, string right ) : void | ||
AddPublicLeftTrim ( float desiredWidth, string text ) : void | ||
AddPublicLine ( ) : void | ||
AddPublicLine ( string text ) : void | ||
AddPublicRightLine ( float rightEdgePosition, string text ) : void | ||
AddPublicRightText ( float rightEdgePosition, string text ) : void | ||
AddPublicText ( string text ) : void | ||
Clear ( ) : void | ||
ClearPrivateText ( ) : void | ||
ClearPublicText ( ) : void | ||
Create ( IMyTextPanel textPanel ) : |
This will find an existing TextPanelWriter for the specified IMyTextPanel, or create one if one doesn't already exist.
|
|
DisposeStaticCaches ( ) : void | ||
GetPrivateString ( ) : string | ||
GetPublicString ( ) : string | ||
GetStringTrimmed ( float desiredWidth, string text ) : string | ||
MeasureString ( string str ) : int | ||
SetFontSize ( float size ) : void | ||
UpdateImage ( float interval, List |
||
UpdatePrivate ( bool show = false ) : void | ||
UpdatePublic ( bool show = true ) : void |
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 | ||
CleanupCache ( ) : void | ||
LastLine ( StringBuilder stringBuilder ) : string | ||
LoadCharWidths ( ) : void | ||
MeasureChar ( char c ) : byte | ||
StringFormatter ( string text ) : string | ||
TextPanelWriter ( ) : System | ||
TextPanelWriter ( IMyTextPanel panel ) : System |
public AddPublicCenterLine ( float centerPosition, string text ) : void | ||
centerPosition | float | |
text | string | |
return | void |
public AddPublicCenterText ( float centerPosition, string text ) : void | ||
centerPosition | float | |
text | string | |
return | void |
public AddPublicFill ( string left, char fill, string right ) : void | ||
left | string | |
fill | char | |
right | string | |
return | void |
public AddPublicLeftTrim ( float desiredWidth, string text ) : void | ||
desiredWidth | float | |
text | string | |
return | void |
public AddPublicRightLine ( float rightEdgePosition, string text ) : void | ||
rightEdgePosition | float | |
text | string | |
return | void |
public AddPublicRightText ( float rightEdgePosition, string text ) : void | ||
rightEdgePosition | float | |
text | string | |
return | void |
public static Create ( IMyTextPanel textPanel ) : |
||
textPanel | IMyTextPanel | |
return |
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 UpdateImage ( float interval, List |
||
interval | float | |
images | List |
|
return | void |
public UpdatePrivate ( bool show = false ) : void | ||
show | bool | |
return | void |