3.
One row at a time, convert each group of eight binary digits to
hex.
starting at position 49 ...
00111111 = 3F
11111111 = FF
11111111 = FF
11110000 = F0
4.
Write the hex values for each row as a continuous string.
row 1, position 49 = 03FFFFFF00000
5.
Repeat steps 3 through 4 for each row on the grid.
6.
Insert the hex values in syntax format.
U s i n g t h e R u n L e n g t h E n c o d i n g M e t h o d
The following steps explain how to derive a run length character
string from a bitmapped graphic.
Each square on the grid represents a dot. A black square
indicates the dot is ON, and a white square indicates the dot is
OFF.
For visual clarity, the following example shows
"1" to indicate when a square is ON, and "0"
to indicate when a square is OFF. You do not
have to convert your dots when using the run
length method.
Creating Graphics
6-5
Содержание Monarch DOS-based PATHFINDER Ultra System 6035
Страница 12: ...1 6 Getting Started ...
Страница 38: ...3 20 Defining Fields ...
Страница 52: ...4 14 Defining Field Options ...
Страница 60: ...5 8 Printing ...
Страница 82: ...6 22 Creating Graphics ...
Страница 98: ...7 16 Troubleshooting ...
Страница 108: ...A 4 Samples ...
Страница 109: ...F O N T S B This appendix contains information you need to work with fonts Fonts B 1 ...
Страница 126: ...B 18 Fonts ...
Страница 130: ...C o d e Pa g e 4 3 7 C 4 Symbol Sets Code Pages ...
Страница 132: ...C 6 Symbol Sets Code Pages ...
Страница 136: ......
Страница 146: ...8 Index ...
Страница 147: ......
Страница 148: ......