diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-19 10:33:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-19 10:33:22 +0200 |
commit | a6a3521913de1c54a746e62f38260cf87e5fd781 (patch) | |
tree | 7599785aeb2bef02ff4f1503dd20fe45e4d6c4dd /libparsepsf.7 | |
parent | Fix makefile (diff) | |
download | libparsepsf-a6a3521913de1c54a746e62f38260cf87e5fd781.tar.gz libparsepsf-a6a3521913de1c54a746e62f38260cf87e5fd781.tar.bz2 libparsepsf-a6a3521913de1c54a746e62f38260cf87e5fd781.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libparsepsf.7')
-rw-r--r-- | libparsepsf.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libparsepsf.7 b/libparsepsf.7 index 32b8e66..b89c7d8 100644 --- a/libparsepsf.7 +++ b/libparsepsf.7 @@ -5,8 +5,8 @@ libparsepsf \- Library for interpreting PSF (PC Screen Font) files. .B libparsepsf is a C library for interpreting PSF (PC Screen Font) files. It can be used to examine the contents of a font file, and look up -glyphs to use a for a text. It is not rendering text, instead -the user is given enough information to implement it's own rendering; +glyphs to use a for a text. It does not render text, instead the +user is given enough information to implement it's own rendering; nor is the library capable of creating PSF files. .SH SEE ALSO .BR libparsepsf.h (0), |