add: bdf2sfd (#5636) (#5639)

(cherry picked from commit 58ee875d64)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-06-25 11:09:33 -07:00
committed by GitHub
parent 779d90caad
commit 563184c3a3
3 changed files with 35 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "bdf2sfd.spec"
}
}
+30
View File
@@ -0,0 +1,30 @@
Name: bdf2sfd
Version: 1.1.9
Release: 1%?dist
Summary: BDF to SFD converter, allowing to vectorize bitmap fonts
License: BSD-2-Clause
URL: https://github.com/fcambus/bdf2sfd
Source0: %url/archive/refs/tags/1.1.9.tar.gz
BuildRequires: cmake gcc
%description
bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts.
It works by converting each pixel of a glyph to a polygon, which produces
large and unoptimized SFD files that should be post-processed using FontForge.
%prep
%autosetup
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%doc README.md ChangeLog AUTHORS THANKS
%license LICENSE
%_bindir/%name
%_mandir/man1/%name.*
View File