Content deleted Content added
Since the last revision of this file format is 30 years old. It is not necessary, in my humble opinion, to precise that no new version will be made. |
→Example: Decoded hexdraw representation of the example |
||
Line 28:
This is an example font containing one glyph, for ASCII capital “A”. This glyph is taken from the [[GNU Unifont]].
{|
|-
|
<nowiki>STARTFONT 2.1
FONT -gnu-unifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
Line 61 ⟶ 64:
ENDCHAR
ENDFONT</nowiki>
|
<br /><br /><br /><br /><br />
{{Col-begin|class=mw-collapsible mw-collapsed}}
|+'''Decoded hexdraw representation of the example'''
|-
{{Col-2}}
{{sxhl|2=hexdump|
00 00000000 --------
00 00000000 --------
00 00000000 --------
00 00000000 --------
18 00011000 ---██---
24 00100100 --█--█--
24 00100100 --█--█--
42 01000010 -█----█-
42 01000010 -█----█-
7E 01111110 -██████-
42 01000010 -█----█-
42 01000010 -█----█-
42 01000010 -█----█-
42 01000010 -█----█-
00 00000000 --------
00 00000000 --------
.. ........ .248124.
}}
{{Col-end}}
|}
In the above example, the global declarations begin with the {{code|STARTFONT}} line and end with the {{code|CHARS}} line.
|