blob: 122cf303e23ed53dc7c679d12400a7e7cfa5d9f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include <gset.h>
include "stdgraph.h"
# STG_TXQUALITY -- Select the type of character generator to be used. If the
# selected flag value is 0 this decision will be deferred to the set text
# attribute instruction at runtime (default).
procedure stg_txquality (quality)
int quality # text generation quality flag
include "stdgraph.com"
begin
g_hardchar = quality
end
|