gr_setto.gml

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

GML
37
字号
.gfunc settextorient
.if '&lang' eq 'C' .do begin
void _FAR _settextorient( short vecx, short vecy );
.do end
.el .do begin
subroutine _settextorient( vecx, vecy )
integer*2 vecx, vecy
.do end
.gfuncend
.desc begin
The &func &routine sets the current text orientation to the
vector specified by the arguments
.coord vecx vecy .
The text orientation specifies the direction of the base-line vector
when a text string is
displayed with the
.kw _grtext
&routine..
The default text orientation, for normal left-to-right text,
is the vector
.coord 1 0 .
.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. _grtext _gettextsettings
.see end
.grexam begin eg_setto.&langsuff
.grexam output
.picture eg_setto
.grexam end
.class &grfun
.system

⌨️ 快捷键说明

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