gr_unreg.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 31 行

GML
31
字号
.gfunc unregisterfonts
.if '&lang' eq 'C' .do begin
void _FAR _unregisterfonts( void );
.do end
.el .do begin
subroutine _registerfonts()
.do end
.gfuncend
.desc begin
The &func &routine frees the memory previously allocated by the
.kw _registerfonts
&routine..
The currently selected font is also unloaded.
.pp
Attempting to use the
.kw _setfont
&routine after calling &func will result in an error.
.desc end
.if '&lang' eq 'C' .do begin
.return begin
The &func &routine does not return a value.
.return end
.do end
.see begin
.seelist &function. _registerfonts _setfont _getfontinfo _outgtext _getgtextextent _setgtextvector _getgtextvector
.see end
.grexam begin eg_reg.&langsuff
.grexam end
.class &grfun
.system

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?