Method | Description | |
---|---|---|
GetChar ( uint chara ) : |
Returns Bitmap of the specified 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 ) : |
Method | Description | |
---|---|---|
JapFontResourceObject ( ) : System |
Initializes All Characters and TextBox
|
public GetChar ( uint chara ) : |
||
chara | uint | SJIS Character Number |
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 |