几个绘图用函数mXXX模块化

This commit is contained in:
MrZ626
2021-03-05 13:05:59 +08:00
parent 79bc8f9527
commit 25efce87dc
3 changed files with 24 additions and 9 deletions

View File

@@ -8,13 +8,16 @@ LOADLIB=require"Zframework/loadLib"
WHEELMOV=require"Zframework/wheelScroll"
require"Zframework/setFont"
require"Zframework/mDraw"
MDRAW=require"Zframework/mDraw"
mStr=MDRAW.str
mText=MDRAW.simpX
mDraw=MDRAW.draw
-- UPPERCHAR=require"Zframework/upperChar"
JSON=require"Zframework/json"
DUMPTABLE=require"Zframework/dumpTable"
URLENCODE=require"Zframework/urlEncode"
-- UPPERCHAR=require"Zframework/upperChar"
TABLE=require"Zframework/tableExtend"
SPLITSTR=require"Zframework/splitStr"
TIMESTR=require"Zframework/timeStr"