logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

psfxtable.1 (1445B)


  1. .\" @(#)psfxtable.1
  2. .TH PSFXTABLE 1 "9 Dec 1999" "kbd"
  3. .SH NAME
  4. psfxtable \- handle Unicode character tables for console fonts
  5. .SH SYNOPSIS
  6. .B psfxtable
  7. .RB [ \-i
  8. .IR infont ]
  9. .RB [ \-o
  10. .IR outfont ]
  11. .RB [ \-it
  12. .IR intable ]
  13. .RB [ \-ot
  14. .IR outtable ]
  15. .RB [ \-nt ]
  16. .SH DESCRIPTION
  17. .IX "psfxtable command" "" "\fLpsfxtable\fR command"
  18. .LP
  19. .B psfxtable
  20. handles the embedded Unicode character table for .psf format
  21. console fonts. It reads a font and possibly a table
  22. and writes a font and/or a table.
  23. .BR psfaddtable (1),
  24. .BR psfgettable (1)
  25. and
  26. .BR psfstriptable (1)
  27. are links to it.
  28. Each of the filenames
  29. .IR infont ,
  30. .IR outfont ,
  31. .IR intable ,
  32. and
  33. .I outtable
  34. may be replaced by a single dash (\-), in which case
  35. standard input or standard output is used.
  36. If no \fI\-i\fR option is given, the font is read from standard input.
  37. If no \fI\-it\fR or \fI\-o\fR or \fI\-ot\fR option is given,
  38. no input table is read or no output font or output table is written.
  39. By default the output font (if any) will have a Unicode table
  40. when either the input font has one, or an explicit table
  41. (which overrides an input font table) has been provided.
  42. The option \fI\-nt\fR causes output of a font without table.
  43. When
  44. .I outfont
  45. is requested it will get a psf1 header when infont has
  46. a psf1 header and
  47. .I intable
  48. does not have sequences and a psf2 header otherwise.
  49. .SH "SEE ALSO"
  50. .BR setfont (8),
  51. .BR psfaddtable (1),
  52. .BR psfgettable (1),
  53. .BR psfstriptable (1)