diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-07-15 10:10:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-07-15 10:10:13 +0000 |
commit | 5bfce82a5085e9f980ce86e756a155b2628bf4c8 (patch) | |
tree | dacd2d4dce33ab121e85b23221f8dbcec9686d23 /app/xfontsel/README.md | |
parent | c3cfff21222f0e6511048aad1ae2d7b0739aad1f (diff) |
Update xfontsel to vesion 1.1.0
Diffstat (limited to 'app/xfontsel/README.md')
-rw-r--r-- | app/xfontsel/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/xfontsel/README.md b/app/xfontsel/README.md new file mode 100644 index 000000000..49029826e --- /dev/null +++ b/app/xfontsel/README.md @@ -0,0 +1,19 @@ +xfontsel application provides a simple way to display the X11 core +protocol fonts known to your X server, examine samples of each, and +retrieve the X Logical Font Description ("XLFD") full name for a font. + +All questions regarding this software should be directed at the +Xorg mailing list: + + https://lists.x.org/mailman/listinfo/xorg + +The master development code repository can be found at: + + https://gitlab.freedesktop.org/xorg/app/xfontsel + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |