Search Criteria
Package Details: ttf2png 2.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ttf2png.git (read-only, click to copy) |
|---|---|
| Package Base: | ttf2png |
| Description: | Create a PNG image containing a set of glyphs from a true type font |
| Upstream URL: | https://www.tdb.fi/ttf2png.shtml |
| Licenses: | GPL-2.0-only |
| Submitter: | feufochmar |
| Maintainer: | vitaliikuzhdin |
| Last Packager: | vitaliikuzhdin |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-11-01 16:59 (UTC) |
| Last Updated: | 2026-03-03 15:35 (UTC) |
Dependencies (3)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
Latest Comments
vitaliikuzhdin commented on 2026-03-03 15:35 (UTC)
@kingmk13, fixed.
kingmk13 commented on 2026-03-02 23:46 (UTC) (edited on 2026-03-02 23:46 (UTC) by kingmk13)
In ttf2png.c, the line
typedef unsigned char bool;is causing me an error becauseboolis provided by the standard library I guess.The error (not in english language) says it is because of "-std=c23" flag, but in the Makefile a "-std=c89" flag is used... Maybe it's not using correctly the Makefile flags ? (I don't know how it works, I hope it's a helpful information. If not, I can translate the error in english if you want).
feufochmar commented on 2019-01-31 18:28 (UTC)
Please don't flag the package as out-of-date if the issues are compilation errors. Comment here instead.