diff --git a/ttf-converter.changes b/ttf-converter.changes index ca75bad..1ca1548 100644 --- a/ttf-converter.changes +++ b/ttf-converter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 11:16:39 UTC 2023 - Jan Engelhardt + +- Update %description with content from upstream README. + ------------------------------------------------------------------- Thu May 4 17:26:24 UTC 2023 - Antonio Larrosa diff --git a/ttf-converter.spec b/ttf-converter.spec index bc5e486..ec6fc56 100644 --- a/ttf-converter.spec +++ b/ttf-converter.spec @@ -30,11 +30,18 @@ Requires: python3-base BuildArch: noarch %description -A Python script that converts fonts to TrueType format. It uses -the fontforge python bindings to read/process and write any font -format. Also, as part of the conversion process, the script -tries to fix inconsistencies and do necessary changes to the font -to honor the TTF format specs. +This is a Python script that converts fonts to TrueType/OpenType +format. It uses the FontForge Python bindings to read/process and +write any font format. Also, as part of the conversion process, the +script tries to fix inconsistencies and do necessary changes to the +font to honor the TTF/OTF format specs. + +Though TrueType is often used synonymously with outline fonts, it +supports embedded bitmaps. ttf-converter leaves the glyph kind +(outline/bitmapped) unchanged. + +For converting a font to have scalable outline glyphs, see vfontas +instead. %prep %setup -q