gr_text.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 23 行
GML
23 行
.pp
The graphics library can display text in three different ways.
.autonote
.note
The
.kw _outtext
and
.kw _outmem
&routines can be used in any video mode.
However, this variety of text can be displayed in only one size.
.note
The
.kw _grtext
&routine displays text as a sequence of line segments, and can be drawn
in different sizes, with different orientations and alignments.
.note
The
.kw _outgtext
&routine displays text in the currently selected font.
Both bit-mapped and vector fonts are supported; the size and type of text
depends on the fonts that are available.
.endnote
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?