SOFTWARE MANUAL C32
12.4.1 SELECTING FONT
[Name]
Selecting font
[Format]
ASCII
<ESC> “P“
n
Hex
1Bh
50h
n
Decimal
27d
80d
n
[Description]
The font number n is a binary value and starts with zero (first font value in the system is font zero) The
command change font is effective from the beginning of the line where it is issued. It is possible to mix
several fonts within one line. Ex works the controller has a preset 8x16 pixel system font with index 0
and several fonts in the AddOn range.
12.4.2 SELECTING FONT WITH SIZE SETTING
[Name]
Selecting font
[Format]
ASCII
<ESC> “P“
<ffh>
m
n
Hex
1Bh
70h
ffh
m
n
Decimal
27d
112d
255d m
n
[Description]
The font number m is a binary value and starts with zero (first font value in the system is font zero).
The command change font is effective from the beginning of the line where it is issued. It is possible to
mix several fonts within one line. Ex works the controller has a preset 8x16 pixel system font with index
0 and several fonts in the AddOn range.
n : is the information for the font size.
When selecting n : =0 no font is set. The command acts like <ESC>“P“n. The font size is only
effective for the selected font until it is replaced by another one or cancelled with n: = 0. The
commands <ESC> “H“ or <ESC> “W“ have a cumulative effect on the font size command.
m = 0 .… 255
Font selection
n = 1 .... 255 Font size (limited by additional basic scaling)
[Example]
select font 5 with font size 16 dots: <ESC>P<255d><5d><16d>
12.4.3 TEXT ZOOM HORIZONTALLY FIX
[Name]
Text Zoom horizontally
[Format]
ASCII
<ESC> “W“
(Zoom)
Hex
1Bh
57h
n
Decimal
27d
87d
n
[Description]
This command is effective from the letter after which it is given. Possible width:
n:= 0: single 1: double 2: fourfold 3: eightfold 4: 16fold
12.4.4 TEXT ZOOM HORIZONTALLY VARIABLE
[Name]
Text Zoom horizontally
[Format]
ASCII
<ESC> “W“
<ffh>
Multiplier
Divisor
Hex
1Bh
57h
ffh
m
n
Decimal
27d
87d
255d
m
n
[Description]
With this command the width or height of the actual font can be enlarged or reduced almost open end.
The zooming factor is described as a fraction: This command is effective from the letter after which it
was given. Multiplier : m = 1 ... 255, divisor : n = 1 ... 255.
[Example]
Reduction to factor 0,66: ( = 2/3) <ESC>W<255d><2d><3d>
[Example]
Print threefold width <ESC>W<255d><3d><1d>
GeBE Elektronik und
phone
+49.89.894141-0
GeBE-document-no. SoMAN-C32-E-V2.2-0793
Feinwerktechnik GmbH
fax
+49.89.894141-33
date
July 7, 2020
Beethovenstraße 15
page 94 | 166
82110 Germering
Our general terms of business are to be applied.
Germany
Internet
www.gebe.net
Errors and changes reserved.