From f965be27277b0c4c3cef205ede865b5554294feae037748df0377421cf401fbe Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Fri, 6 Oct 2023 05:07:35 +0000 Subject: [PATCH] Accepting request 1114070 from home:jengelh:branches:M17N - Update %description with content from upstream README. OBS-URL: https://build.opensuse.org/request/show/1114070 OBS-URL: https://build.opensuse.org/package/show/M17N/ttf-converter?expand=0&rev=10 --- ttf-converter.changes | 5 +++++ ttf-converter.spec | 17 ++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) 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