Ana Guerrero 2023-10-08 10:16:19 +00:00 committed by Git OBS Bridge
commit 15f128dbdc
2 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 28 11:16:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update %description with content from upstream README.
-------------------------------------------------------------------
Thu May 4 17:26:24 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -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