Method | Description | |
---|---|---|
GetChar ( int character ) : |
||
GetChoiceBox ( int w ) : |
||
GetTextBitmap ( string text, int maxWidth, int noLines, int lineSpacing ) : |
Returns Bitmap of Text
|
|
GetTextWithBoxBitmap ( string text, int nameId ) : |
GetTextWithBoxBitmap
|
|
GetTextWithChoiceBoxBitmap ( string text ) : |
||
GetWidth ( int character ) : int | ||
GetWidth ( string text ) : int |
Method | Description | |
---|---|---|
EngFontResourceObject ( ) : System |
public GetChar ( int character ) : |
||
character | int | |
return |
public GetChoiceBox ( int w ) : |
||
w | int | |
return |
public GetTextBitmap ( string text, int maxWidth, int noLines, int lineSpacing ) : |
||
text | string | Text to draw |
maxWidth | int | Maximum Width |
noLines | int | Lines to Draw |
lineSpacing | int | Spacing between lines |
return |
public GetTextWithBoxBitmap ( string text, int nameId ) : |
||
text | string | Text String |
nameId | int | Name Id int |
return |
public GetTextWithChoiceBoxBitmap ( string text ) : |
||
text | string | |
return |