gr_pgsc.gml

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

GML
31
字号
.gfunc pg_setchardef
.if '&lang' eq 'C' .do begin
short _FAR _pg_setchardef( short ch,
                           unsigned char _FAR *def );
.do end
.el .do begin
integer*2 function _pg_setchardef( ch, def )
integer*2 ch
integer*1 def(8)
.do end
.gfuncend
.desc begin
The &func &routine sets the current bit-map definition
for the character
.arg ch.
The bit-map is contained in the array
.arg def.
The current font must be an 8-by-8 bit-mapped font.
.desc end
.return begin
The &func &routine returns zero
if successful; otherwise, a non-zero value is returned.
.return end
.see begin
.seelist &function. _pg_defaultchart _pg_initchart _pg_chart _pg_chartpie _pg_chartscatter _pg_getchardef
.see end
.grexam begin eg_pggc.&langsuff
.grexam end
.class &grfun
.system

⌨️ 快捷键说明

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