FNT top-level constant
String
const FNT
Font Selection.
Representation: CSI s1;s2 \x20 \x44
Parameter default values: s1 = 0; s2 = 0
FNT is used to identify the character font to be selected as primary or alternative font by subsequent occurrences of SELECT GRAPHIC RENDITION (SGR) in the data stream. s1 specifies the primary or alternative font concerned:
- 0 - primary font
- 1 - first alternative font
- 2 - second alternative font
- 3 - third alternative font
- 4 - fourth alternative font
- 5 - fifth alternative font
- 6 - sixth alternative font
- 7 - seventh alternative font
- 8 - eighth alternative font
- 9 - ninth alternative font
s2 identifies the character font according to a register which is to be established.
Implementation
const String FNT = ' D';