kiss-mfavila-large/ports/unofficial/rolling/tinyx-git
Mid Favila 78d7faf183 Bunch of stuff. Only thing of note is the addition of libXawPlus, an enhanced
distribution of Xaw with widgets from E. Falk.
2022-12-01 20:27:21 -04:00
..
README.md Add tinyx-git. 2022-08-13 15:19:49 -04:00
build Bunch of stuff. Only thing of note is the addition of libXawPlus, an enhanced 2022-12-01 20:27:21 -04:00
checksums Add tinyx-git. 2022-08-13 15:19:49 -04:00
depends Add tinyx-git. 2022-08-13 15:19:49 -04:00
fonts.scale Add tinyx-git. 2022-08-13 15:19:49 -04:00
sources Add tinyx-git. 2022-08-13 15:19:49 -04:00
version Add tinyx-git. 2022-08-13 15:19:49 -04:00

README.md

Adding Fonts

If you want to add a font to tinyx here are the steps:

  1. Get the font in .bdf format.
  2. Use mkfontscale(1) to convert them into a format that X can read.
  3. Optionally compress resulting font with gzip.
  4. Give the font an alias that other X programs can understand.[1]
  5. For example, tinyx looks for 2 fonts at startup, aliased "fixed" & "cursor.
  6. Run 'exec mkfontscale -b -s -l' in the font directory to generate fonts.dir

[1] - The font alias is only required if the font name patches the alias perfectly.