]> git.karo-electronics.de Git - gbdfed.git/blob - gbdfed.man
Fixup several compile faults due to changes in recent distributions,
[gbdfed.git] / gbdfed.man
1 .TH GBDFED 1 "23 February 2010" "GTK2"
2 .SH NAME 
3 gbdfed \- GTK-based BDF font editor
4
5 .SH SYNOPSIS
6 .B gbdfed
7 [\fIoptions\fP] [\fIfonts ...\fP]
8
9 .SH DESCRIPTION
10 .I gbdfed
11 lets you interactively create new bitmap font files or modify
12 existing ones.  It allows editing multiple fonts and multiple
13 glyphs, it allows cut and paste operations between fonts and
14 glyphs and editing font properties.
15 .I gbdfed
16 can import Metafont PK/GF fonts, Han Bitmap Font Format (HBF) fonts, Linux
17 console fonts (PSF, CP, and EGA/VGA) fonts, Sun VF fonts, OpenType/TrueType
18 (OTF/TTF) fonts, or grab a font from the X server (when running under X11).
19 .I gbdfed
20 can export PSF2 Linux console fonts and HEX fonts (see online help).
21
22 .I gbdfed
23 works on X Window System Version 11 (X11), Release 5 or 6, with GTK+ 2.6 or
24 greater. It may work on Windows, but hasn't been tested yet.
25
26 .SH OPTIONS
27 .I gbdfed
28 accepts the following command line arguments:
29
30 .PP
31 .TP 8
32 .I -nc
33 do not preserve comments (by default,
34 .I gbdfed
35 automatically collects comments that are saved with the font).
36 .PP
37 .TP 8
38 .I -nu
39 do not preserve unencoded glyphs (by default,
40 .I gbdfed
41 preserves the unencoded glyphs).
42 .PP
43 .TP 8
44 .I -nm
45 do not make metrics corrections (by default,
46 .I gbdfed
47 attempts to make metrics corrections automatically).
48 .PP
49 .TP 8
50 .I -np
51 do not pad character-cell bitmaps (by default,
52 .I gbdfed
53 pads character-cell bitmaps with 0's to the cell dimensions when the font is 
54 saved).
55 .PP
56 .TP 8
57 .I -bp
58 allow blank pages (by default,
59 .I gbdfed
60 skips blank pages).
61 .PP
62 .TP 8
63 .I -ed
64 do not present the "Really Exit?" dialog (by default, this dialog always
65 presented).
66 .PP
67 .TP 8
68 .I -ps n
69 set default point size (if unspecified, 
70 .I gbdfed
71 sets it to 12).
72 .PP
73 .TP 8
74 .I -hres n
75 set default horizontal resolution.
76 .PP
77 .TP 8
78 .I -vres n
79 set default vertical resolution.
80 .PP
81 .TP 8
82 .I -res n
83 set both default resolutions (if unspecified,
84 .I gbdfed
85 sets both horizontal and vertical resolution to that of display,
86 (e.g. 90x90 dpi for Sun workstations).
87 .PP
88 .TP 8
89 .I -sp s
90 set the default font spacing ("p" for Proportional, "m" for Monowidth, or "c"
91 for Character Cell).
92 .PP
93 .TP 8
94 .I -eol e
95 set the default end-of-line type ("u" for Unix LF, "d" for DOS/Windows CRLF,
96 or "m" for Macintosh CR).
97 CR)
98 .PP
99 .TP 8
100 .I -g glyph-code
101 specify the initial glyph code at startup.  The glyph code can be specified in
102 decimal, octal, or hex.  Octal numbers must be prefixed with the digit 0, and
103 hex numbers must be prefixed with one of: \fI0x, 0X, U+, U-, \\u\fP.
104 .PP
105 .TP 8
106 .I -cb code-base
107 specify the code base used to display the glyphs encodings (can be "octal",
108 "decimal", or "hexadecimal").
109
110 .SH FONT GRID
111
112 At the top of each editor window there are some
113 fields and buttons.  These are:
114 .IP
115 The "Font" text field is where the font name
116 is set so it can be edited.
117
118 The "Glyph" field is a label that provides
119 some information about glyph name, encoding, and
120 metrics when a glyph is selected.  When a range
121 of glyphs are selected, this field displays the
122 start and end codes of the range.
123
124 The push buttons are used to navigate through the
125 glyph pages.  The "Previous Page" and "Next Page"
126 buttons normally skip glyph pages that are empty,
127 but that can be changed using the "Preferences" dialog.
128
129 The "Page" field indicates the current glyph page
130 and also allows a specific page number to be entered.
131 Once a page number is entered, pressing the Return
132 key will cause the Font Grid to shift to that page.
133 The page number entered is assumed to be a decimal
134 number.
135
136 The "Code" field is provided for situations where
137 the page number is not known, but the encoding is
138 known.  The encoding entered in this field must be
139 in the base (8, 10, or 16) that is currently being
140 used to display glyph encodings (see the "View"
141 menu below).  Once the encoding is entered, pressing
142 the Return key will cause the Font Grid to shift to
143 the page containing the encoding.
144 .PP
145 The main window of each font editor is called the
146 .I Font Grid.
147 Each Font Grid has a clipboard used for passing glyphs around.
148 This clipboard is called 
149 .I FONTGRID_CLIPBOARD.
150 The format of the data stored to this clipboard is not documented yet.
151 .sp
152 When a glyph has been modified either by the user or
153 by automatic metrics corrections when the font is loaded,
154 the glyph code above the glyph cell will be highlighted.
155
156 .SH Font Grid Menus
157 The 
158 .I File
159 menu has the following entries:
160 .PP
161 .TP 4
162 .I New <Ctrl+N>
163 This creates a new font using the current defaults for point size, horizontal
164 and vertical resolution, and font spacing.
165 .PP
166 .TP 4
167 .I Open <Ctrl+O>
168 This opens a new font in the current Font Grid.  If the font in the grid has
169 been modified, the option to save the font before loading a new one will be
170 given.
171 .PP
172 .TP 4
173 .I Save <Ctrl+S>
174 Save the current font.  If the current font does not have a file name, a file
175 selection dialog will pop up so a file name can be entered.
176 .br
177 When the font is saved, it will automatically generate a list of
178 _XFREE86_GLYPH_RANGE properties containing a list of glyph codes available in
179 the font.
180 .PP
181 .TP 4
182 .I Save As <Ctrl+W>
183 Save the current font with some other name.
184 .br
185 When the font is saved, it will automatically generate a list of
186 _XFREE86_GLYPH_RANGE properties containing a list of glyph codes available in
187 the font.
188 .PP
189 The
190 .I Import
191 submenu of the
192 .I File
193 menu has the following entries:
194 .PP
195 .TP 8
196 .in 4
197 .I PK/GF Font <Ctrl+K>
198 Import a Metafont PK or GF font.
199 .PP
200 .TP 8
201 .in 4
202 .I Console Font <Ctrl+L>
203 Import a binary console font used by Linux and Sun (PSF1, PSF2, CP, vfont, and
204 other font formats).
205 .PP
206 .TP 8
207 .in 4
208 .I HBF Font <Ctrl+H>
209 Import an HBF font. Only available if HBF support is compiled into gbdfed.
210 .PP
211 .TP 8
212 .in 4
213 .I Windows Font <Ctrl+B>
214 Import a Windows FON/FNT font.  This will also import fonts from .EXE
215 and .DLL files as well.
216 .PP
217 .TP 8
218 .in 4
219 .I OpenType/TrueType Font <Ctrl+Y>
220 Import an OpenType/TrueType font (.otf or .ttf extension) or a TrueType
221 collection (.ttc extension).
222 .PP
223 .TP 8
224 .in 4
225 .I Server Font <Ctrl+G>
226 Import a font from the X server if running under the X Windowing System.
227 .PP
228 The \fIExport\fR submenu of the \fIFile\fR menu has the following entries:
229 .PP
230 .TP 8
231 .in 4
232 .I PSF <Ctrl+F>
233 This will export the current BDF font or the currently selected glyphs to a
234 PSF2 font.  Glyphs in PSF fonts are usually arranged in a specific way to make
235 them work properly with the basic display driver.  Many of these fonts come
236 with mapping tables attached that indicate which Unicode characters a glyph
237 can be used for.  The mapping table allows the console to attempt to display
238 Unicode text.
239 .sp
240 During the export, an option menu will let you select whether to:
241 .TP 10
242 .in 10
243 Export Font with Mapping Table
244 .br
245 Export Font Only
246 .br
247 Export Mapping Table Only
248 .TP 8
249 .in 8
250 Only the first 512 glyphs will be exported to the font.
251 .PP
252 .TP 8
253 .in 4
254 .I HEX
255 .br
256 This will export the current BDF font into the HEX format (see
257 http://czyborra.com/unifont/).
258 .PP
259 .TP 4
260 .I Exit/Close <Ctrl+F4>
261 Exit the program if this is the primary Font Grid or simply hide (unmap) the
262 current Font Grid window.
263 .PP
264 The 
265 .I Edit
266 menu has the following entries:
267 .PP
268 .TP 4
269 .I Copy <Ctrl+C> or <Button3Down>
270 This copies the current selection to the Font Grid clipboard.
271 .PP
272 .TP 4
273 .I Cut <Ctrl+X> or <Key>Delete or <Key>BackSpace
274 This copies the current selection to the Font Grid clipboard and
275 then deletes the selection.
276 .PP
277 .TP 4
278 .I Paste <Ctrl+V> or <Button2Down>
279 This replaces the glyphs starting at the currently selected position with the
280 Font Grid clipboard.
281 .PP
282 .TP 4
283 .I Overlay <Ctrl+Shift+V> or Ctrl<Button2Down>
284 This merges the glyphs on the Font Grid cliboard with the glyphs starting at
285 the currently selected position.  This means that the bitmaps are actually
286 combined together. The names of the modified glyphs are not
287 changed.
288 .PP
289 .TP 4
290 .I Insert <Ctrl+Meta+V> or Shift<Button2Down>
291 This inserts the glyphs on the Font Grid clipboard in front of the currently
292 selected position.
293 .PP
294 .TP 4
295 .I Properties <Ctrl+P>
296 This invokes the font property editor.
297 .PP
298 .TP 4
299 .I Comments <Ctrl+M>
300 This invokes the font comments editor.
301 .PP
302 .TP 4
303 .I Font Info <Ctrl+I>
304 This invokes a dialog that allows changes to some of the font information so
305 these values do not have to be changed using the property editor.  These
306 values include the default character, font device width (for monowidth and
307 character cell fonts), font ascent and descent, font vertical and horizontal
308 resolution, and the font spacing.
309 .PP
310 The 
311 .I Font Name
312 submenu of the
313 .I Edit
314 menu has the following four entries:
315 .PP
316 .TP 8
317 .in 4
318 .I Make XLFD Name
319 If the font does not have an XLFD name, this
320 will save the current font name in the
321 .I _ORIGINAL_FONT_NAME
322 font property and then generate an XLFD name
323 for the font.
324 .PP
325 .TP 8
326 .in 4
327 .I Update Name From Properties
328 This will update the XLFD font name fields from
329 the font property list.
330 .PP
331 .TP 8
332 .in 4
333 .I Update Properties From Name
334 This will update the font properties from the
335 XLFD font name.
336 .PP
337 .TP 8
338 .in 4
339 .I Update Average Width
340 This will update the average width field of the
341 XLFD font name and will update the
342 .I AVERAGE_WIDTH
343 font property as a side effect.
344 .PP
345 .TP 8
346 .I Name Glyphs
347 .PP
348 .TP 8
349 .in 4
350 .I Unicode Names
351 This will rename all the glyphs using names taken from a file in the Unicode
352 Character Database format.  This file can be set in the configuration file
353 or set using the \fISetup\fR dialog.
354 .PP
355 .TP 8
356 .in 4
357 .I Unicode Values
358 This will rename all the glyphs with a hexadecimal value prefixed by \fC0x\fR,
359 \fCU+\fR, or \fC\\u\fR (example: 0x010D, U+010D, \\u010D).
360 .PP
361 .TP 8
362 .I Test Glyphs <Ctrl+Z>
363 This will toggle the glyph test dialog on or off for the editor.  When this is
364 active, selecting a glyph from any Font Grid will also add it to the glyph
365 test dialog.  When changes are made to a glyph or the font bounding box, the
366 glyph test dialog will be updated accordingly.
367 .sp
368 The glyph test dialog provides a toggle to turn the baseline on or off and
369 another toggle to draw from right to left instead of left to right.
370 .PP
371 .TP 8
372 .I Setup <Ctrl+T>
373 This will invoke the dialog to edit various settings
374 used by the editor such as the default point size, resolution and font
375 spacing.
376 .PP
377 The 
378 .I View
379 menu has the following entries:
380 .PP
381 .TP 4
382 .I Unencoded <Ctrl+E>
383 This will toggle between displaying the unencoded (glyphs with an
384 .I ENCODING
385 field of -1) and encoded glyphs.
386 .PP
387 .TP 4
388 .I Code Base
389 Selects displaying of glyph encoding.  Options are Octal
390 (base 8), Decimal (base 10) or Hexadecimal (base 16).
391 .PP
392 .TP 4
393 .I Other Page <Ctrl+Shift+S>
394 This will toggle between the current page and the last page
395 that was viewed.
396 .PP
397 .TP 4
398 .I Vertical View <Ctrl+Q>
399 This will toggle the FontGrid between showing the glyphs
400 horizontally (default) and vertically.
401 .PP
402 .TP 4
403 .I Messages <Ctrl+A>
404 This will show messages generated when corrections to the font metrics are
405 done or errors are encountered.
406 .PP
407 The
408 .I Operations
409 menu has the following entries:
410 .PP
411 .TP 4
412 .I Translate <Ctrl+D>
413 This will bring up the dialog for entering the X offset and Y offset used to
414 translate the glyph to a new location.
415 .sp
416 The option of translating the selected glyphs or all of the glyphs is
417 provided.
418 .PP
419 .TP 4
420 .I Rotate <Ctrl+R>
421 This will bring up the dialog for entering the rotation angle.  The rotation
422 is limited to between plus or minus 1 and 359 degrees.
423 .sp
424 The option of rotating the selected glyphs or all of the glyphs is provided.
425 .PP
426 .TP 4
427 .I Shear <Ctrl+J>
428 This will bring up the dialog for entering theangle of the shear.  The shear
429 is limited to plus or minus 45 degrees.
430 .sp
431 The option of rotating the selected glyphs or all of the glyphs is provided.
432 .PP
433 .TP 4
434 .I Embolden <Ctrl+Shift+B>
435 This will bring up the dialog for emboldening either the selected or all
436 glyphs.
437 .sp
438 To \fIembolden\fP means to make bold.
439 .PP
440 The 
441 .I Editors
442 menu has the following entries:
443 .PP
444 .TP 4
445 .I New <Ctrl+N>
446 This will cause a new editor to be created using the point size, resolution,
447 and bits per pixel set in the config file, from the command line or from the
448 Setup dialog.
449 .PP
450 .TP 4
451 .I [editor list]
452 The remaining menu items are all the Font Grid's that have been
453 created.  Choosing one will force that window to be made visible (mapped)
454 and also put that window on top.
455
456 .SH Font Grid Other Features
457 Double clicking the mouse on one of the glyphs will start a Glyph Editor for
458 that glyph.
459 .sp
460 The font name can be edited in the Font Grid and page switching can be done
461 with the buttons on the Font Grid.
462
463 .SH GLYPH EDITOR
464 The
465 .I Glyph Editor
466 provides a simple bitmap editor
467 designed to edit glyph bitmaps and other glyph
468 information.  The Glyph Editors all use a special
469 clipboard used to pass bitmaps between the Glyph
470 Editors.  This clipboard is called
471 .I GLYPHEDIT_CLIPBOARD.
472 .sp
473 The only limit on the number of Glyph Editors that
474 can be open at one time is the amount of memory.
475
476 .SH Glyph Editor Menus
477 The
478 .I File
479 menu has the following entries:
480 .PP
481 .TP 4
482 .I Update <Ctrl+S>
483 This will update the Font Grid with the modified glyph.
484 .br
485 To the right of the Glyph Name field is a button that performs the same
486 function.
487 .PP
488 .TP 4
489 .I Update and Next <Ctrl+U>
490 This will update the FontGrid with the modified glyph and move to the next
491 glyph.
492 .PP
493 .TP 4
494 .I Update and Previous <Ctrl+B>
495 This will update the FontGrid with the modified glyph and move to the previous
496 glyph.
497 .PP
498 .TP 4
499 .I Close <Ctrl+F4>
500 This will close the Glyph Editor.
501 .PP
502 The
503 .I Edit
504 menu has the following entries:
505 .PP
506 .TP 4
507 .I Reload <Ctrl+L>
508 This will reload the glyph and discard any changes made in the GlyphEditor.
509 .PP
510 .TP 4
511 .I Copy <Ctrl+C>
512 This will copy the currently selected portion of the bitmap to the Glyph
513 Editor clipboard.
514 .PP
515 .TP 4
516 .I Cut <Ctrl+X>
517 This will copy the currently selected portion of the bitmap to the Glyph
518 Editor clipboard and then delete the selection.
519 .PP
520 .TP 4
521 .I Paste <Ctrl+V>
522 This will paste the contents of the Glyph Editor clipboard into the current
523 Glyph Editor with the top-left coordinate of the bitmap on the clipboard
524 pasted at the location of the mouse.  If the bitmap is too big to fit if it is
525 pasted at the mouse location, the bitmap will be shifted until it fits
526 completely in the Glyph Editor.
527 .PP
528 .TP 4
529 .I Select All <Ctrl+A>
530 This will select the whole glyph bitmap.
531 .PP
532 .TP 4
533 .I Next Glyph <Ctrl+N>
534 This will move the Glyph Editor to the next glyph position in the Font Grid.
535 If the current glyph has been modified, a save prompt will appear before
536 moving to the next glyph.
537 .br
538 To the right of the Glyph Name field is a button that performs the same
539 function.
540 .PP
541 .TP 4
542 .I Previous Glyph <Ctrl+P>
543 This will move the Glyph Editor to the previous glyph position in the Font
544 Grid.  If the current glyph has been modified, a save prompt will appear
545 before moving to the previous glyph.
546 .br
547 To the right of the Glyph Name field is a button that performs the same
548 function.
549 .PP
550 The
551 .I Operation
552 menu has the following entries:
553 .PP
554 .TP 4
555 .I Draw <Ctrl+D>
556 Change the Glyph Editor into Draw mode.
557 .PP
558 .TP 4
559 .I Move <Ctrl+M>
560 Change the Glyph Editor into Move mode.  Move mode allows selecting a portion
561 of the glyph bitmap and moving it to another location.
562 .PP
563 .TP 4
564 .I Copy <Ctrl+Y>
565 Change the Glyph Editor into Copy mode.  Copy mode allows copying a portion of
566 the glyph bitmap and moving it to another location.
567 .PP
568 .TP 4
569 .I Rotate <Ctrl+T>
570 This will invoke the rotation dialog that allows the degrees of rotation
571 to be specified.  Rotation can be between 1 and 359 degrees.
572 .PP
573 .TP 4
574 .I Shear <Ctrl+E>
575 This will invoke the shear dialog that allows the degrees of horizontal
576 shear to be specified.  Other names for shearing are obliquing or slanting.
577 Shearing is allowed between 1 and 45 degrees.
578 .PP
579 .TP 4
580 .I Embolden <Ctrl+H>
581 This will embolden the glyph in a simple manner.
582 .PP
583 .TP 4
584 .I Resize BBX <Ctrl+R>
585 This will allow changing the sizes of the glyph bounding box including the
586 left/right bearings and the glyph ascent/descent.  If this change causes the
587 glyph bounding box to be larger than the font bounding box, the font bounding
588 box will be resized when the glyph is saved next.
589 .PP
590 .TP 4
591 .I Edit PSF Unicode Mappings <Ctrl+F>
592 This allows adding, deleting and editing of Unicode mappings for fonts that
593 will be exported as PSF fonts. The code valued entered are expected to be
594 in hexadecimal.
595
596 .SH Glyph Editor Other Features
597 When the mouse is used to shift the bitmap using one of the buttons, holding
598 the mouse down will cause the activity to repeat.
599
600 .SH PROPERTIES
601
602 .SH "SEE ALSO"
603 xmbdfed(1), xfed(1), bdftopcf(1), bdftosnf(1), psfaddtable(1), psfgettable(1), fontforge(1)
604 .br
605 \fIGlyph Bitmap Distribution Format (BDF) Specification\fP, Application
606 Note 5005, Adobe System Inc, 1993
607 .br
608 \fIX Logical Font Description\fP, X Consortium
609
610 .SH ACKNOWLEDGMENTS
611
612 Ross Patterson for his HBF code.
613 .br
614 der Mouse for his "getbdf" code.
615 .br
616 K. Carothers and A. Korobka for their "fnt2bdf" code in Wine.
617 .sp
618 Mike Stroyan <mike_stroyan@fc.hp.com> for patches.
619 .br
620 Primoz Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> for this manual page.
621 .br
622 Danny Backx <u27113@kb.be> for the LessTif Imakefile.
623 .br
624 Donald Page <donaldp@sco.com> for patches.
625 .br
626 Michal Szymanski <msz@sirius.astrouw.edu.pl> for problem reports.
627 .br
628 Werner Lemberg <a7971428@unet.univie.ac.at> for problem reports.
629 .br
630 William F. Maton <wmaton@enterprise.ic.gc.ca> for problem reports.
631 .br
632 Ivan Nejgebauer <ian@uns.ns.ac.yu> for problem reports.
633 .br
634 Solofo <solofo@mpi-sb.mpg.de> for problem reports.
635 .br
636 Dave Bodenstab <imdave@mcs.net> for patches.
637 .br
638 W. Chao <wchao@HRZ.Uni-Bielefeld.DE> for Makefile changes and problem report.
639 .br
640 Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de> for problem reports.
641 .br
642 Leonard Dickens <leonard@saul.hipgraphics.com> for IRIX 6.3 Makefile changes.
643 .br
644 Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk> for suggestions.
645 .br
646 Jim Knoble <jmknoble@pobox.com> for dialog geometry fixes.
647 .br
648 Darren Stuart Embry <dsembr01@ox.slug.louisville.edu> for HP/UX 10.20 X11R6
649 Makefile additions.
650 .br
651 Vladimir Volovich <vvv@vvv.vsu.ru> for pointing out something I forgot to
652 test.
653 .br
654 Ben Fry <fry@media.mit.edu> for IRIX 6.5.2 variables for the Makefile.
655 .br
656 J.H.M. Dassen (Ray) <jdassen@debian.org> for bug fixes.
657 .br
658 Robert Brady <rwb197@ecs.soton.ac.uk> for pointing out a problem.
659 .br
660 Stefan Monnier <monnier@cs.yale.edu> for a bug report.
661 .br
662 Humphrey Clerx <humphrey.clerx@eurocontrol.be> for a bug report.
663 .br
664 Rudolf Cejka <cejkar@dcse.fee.vutbr.cz> for bug fixes and a suggestion.
665 .br
666 Baruch Even <baruch@ev-en.org> for a bug fix.
667 .br
668 Sergey Vlasov <vsu@mivlgu.murom.ru> for bug fixes.
669 .br
670 Daniel Neuburger <daniel.neuburger@lmco.com> for bug fixes.
671 .br
672 Pierre HANSER <Pierre.Hanser@sxb.bsf.alcatel.fr> for a bug fix.
673 .br
674 Patrick Hagglund <patrik.hagglund@bredband.net> for FreeType 2 support.
675 .br
676 James Cloos <cloos@jhcloos.com> for pointing out problems.
677 .br
678 Ming Hua <minghua@rice.edu> for pointing out problems.
679 .br
680 Viktor Urban <viktor@icc-atcsolutions.com> for pointing out problems.
681 .br
682 Jiri "BlueBear" Dluhos <modry.medved@seznam.cz> for providing 64-bit fixes.
683 .br
684 Jan Engelhardt <jengelh@linux01.gwdg.de> help text improvements and missing
685 prototype.
686 .br
687 Daniel Richard G. <skunk@iSKUNK.ORG> for help on 64-bit architectures.
688 .br
689 Baruch Even <baruch@ev-en.org> for help on 64-bit architectures.
690 .br
691 Ming Hua <minghua.debian@gmail.com> for an unsuspected warning.
692 .br
693 Ryan Hill <dirtyepic@gentoo.org> for import dialog crash report.
694 .br
695 Don Knuth (https://bugs.launchpad.net/ubuntu/+source/gbdfed/+bug/172836) for
696 reporting spelling, gramatical and behavior problems.
697 .br
698 Tim Allen <screwtape@froup.com> for discovering glyph and font spacing bugs.
699 .br
700 Daniel Quarras <dqarras@yahoo.com> for discovering a PSF unicode map editing
701 problem.
702 .br
703 Bertrand Janin <tamentis@neopulsar.org> for improving the GlyphEditor user
704 interface.
705 .br
706 Peter Volkov <pva@gentoo.org> for fixing a name collision.
707 .br
708 Tom "spot" Callaway <tcallawa@redhat.com> for fixing a linking problem.
709
710 .SH AUTHOR
711 Mark Leisher <mleisher@gmail.com>