File: control

package info (click to toggle)
bdf2sfd 1.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: ansic: 510; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: bdf2sfd
Section: fonts
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Gürkan Myczko <tar@debian.org>
Build-Depends: debhelper-compat (= 13), cmake
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/fonts-team/bdf2sfd.git
Vcs-Browser: https://salsa.debian.org/fonts-team/bdf2sfd
Homepage: https://github.com/fcambus/bdf2sfd

Package: bdf2sfd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: fontforge | fontforge-nox, ree
Description: BDF to SFD converter
 This 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.
 .
 It was originally created to generate OpenType versions of Spleen, and is
 released in the hope it can be useful to convert other fonts as well. Please
 be aware that it works best on fonts proportional to 8x16. Other sizes will
 work but the aspect ratio will not be preserved. There is currently little
 interest in addressing the issue.