📄 bigchars.prg
字号:
procedure bigchars
parameter startx,starty,instring
set blink off
if startx > 20
return
endif
curenty = starty
curlet = 1
if "MONO" $ upper(sys(2006))
colorvar = "n/n"
else
colorvar = "n/b"
endif
do while curlet <= len(instring) and curenty < 89
do case
case substr(instring,curlet,1) = " "
define window ("letter" + alltrim(str(curlet))) ;
from startx,curenty to startx + 3,curenty + 5 ;
none noshadow
activate window ("letter" + alltrim(str(curlet)))
curenty = curenty + 6
case substr(instring,curlet,1) = "t"
define window ("letter" + alltrim(str(curlet))) ;
from startx,curenty to startx + 5,curenty + 5 ;
none noshadow
activate window ("letter" + alltrim(str(curlet)))
curenty = curenty + 6
@ 0,0 say " 剟"
@ 0,3 say "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -