📄 relsize.class
字号:
/* relsize.cls
relative size style class. What the size is relative too depends on
its use.
*/
*! version 1.0.0 30jul2002
version 8
class {
}, inherit(numstyle)
/* ALL styles must run .Super.new if they implement their own .new program */
program define new
.Super.new, `.set `0''
end
program define set
syntax [ , Set(integer -99) *]
if `set' != -99 {
.val = `set'
}
class exit `"`options'"'
end
program define prop
class exit = `.val' / 100
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -