[↑]
TSCREEN
- Set the width of the console (text screen 4) and the font used for display
TSCREEN FontType[,CharacterSize]
- Set text screen size and font used for display
TSCREEN ScreenID,FontType,CharacterSize[,Width,Height]
TSCREEN ScreenID,FontType,Width,Height
- Get text screen size and font used for display
TSCREEN [ScreenID] OUT FontType,CharacterSize,Width,Height
1. Set the width of the console (text screen 4) and the font used for display
TSCREEN FontType[,CharacterSize]
・The width and height are set by dividing the screen size by the character size.
Arguments
FontType
Type of font used for display: 8 to 64 (multiple of 8)
・If you specify 24 or more, only user-defined characters will be displayed.
FontSize
Character display size: 8 to 64
Example
TSCREEN 8
2. Set text screen size and font used for display
TSCREEN ScreenID,FontType,CharacterSize[,Width,Height]
TSCREEN ScreenID,FontType,Width,Height
Arguments
ScreenID
ID of text screen to set: 0 to 4
FontType
Type of font used for display: 8 to 64 (multiple of 8)
・If you specify 24 or more, only user-defined characters will be displayed.
FontSize
Character display size: 8 to 64
Width,Height
Specify text screen width and height in characters
・Width x height can be specified up to 32768.
・If the width and height not specified or 0 is specified, the current screen size divided by the character size is set.
Example
TSCREEN 1,16,16,100,100
3. Get text screen size and font used for display
TSCREEN [ScreenID] OUT FontType,CharacterSize,Width,Height
Argument
ScreenID
ID of text screen to delete: 0 to 4
・4 is the default.
Return Value
FontType
Type of font used for display: 8 to 64
FontSize
Character display size: 8 to 64
Width,Height
Text screen width and height
Example
TSCREEN OUT FONT,SIZE,W,H
TSCREEN 1 OUT FONT,SIZE,W,H
About this site
Our site is an unofficial manual site of programming software "SmileBASIC" for NintendoSwitch™.
I acquire the content of the site from the
official reference site
of the
SmileBoom Co.Ltd.
that is the development and sales cause of the software in real time (a minimum period of 24 hours update) and display it.
For automatic update, contents may become improper.
Please confirm the correct content in an official site.
June 3, 2020
by mim
OK
|