Search Criteria
Package Details: otb-unifont 15.1.04-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/otb-unifont.git (read-only, click to copy) |
---|---|
Package Base: | otb-unifont |
Description: | A free bitmap font with wide Unicode support (OTB version) |
Upstream URL: | https://ftp.gnu.org/gnu/unifont |
Keywords: | font otb unifont |
Licenses: | GPL |
Submitter: | Ckat |
Maintainer: | Ckat (neeshy) |
Last Packager: | Ckat |
Votes: | 1 |
Popularity: | 0.023193 |
First Submitted: | 2019-07-31 22:03 (UTC) |
Last Updated: | 2023-11-21 20:03 (UTC) |
Dependencies (3)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- xorg-fonts-encodings
- fontforge (fontforge-gitAUR) (make)
Latest Comments
Ckat commented on 2023-02-24 19:09 (UTC)
@neeshy, it overlaps font names so applications might not pick the right format, ran into that before. I'm half certain that was from another package and not just made up on my own. but strictly speaking files you are right theres no real 'conflict'
neeshy commented on 2023-02-24 08:57 (UTC)
There's no reason why this package would conflict with bdf-unifont, hex-unifont, pcf-unifont, and ttf-unifont-csur. Please remove the
conflicts
array from the PKGBUILD.cmsigler commented on 2020-10-29 17:06 (UTC)
@artfox3,
The pango library in Gnome has abandoned support for Bitmap and Type 1 fonts because it relies upstream on harfbuzz for font loading, and harfbuzz dropped support. This means lots of old-school fonts are no longer supported if your desktop/GUI depends on Gnome libraries. (I think I explained that correctly....)
Please see these URLs for more info:
https://bbs.archlinux.org/viewtopic.php?id=248032
https://gitlab.gnome.org/GNOME/pango/issues/386
OTB (Open Type Bitmap) fonts are supported. Fonts can be converted into Open Type, which uses an SFNT container around bitmaps, by the program fonttosfnt, in case that is of use to you. Here's something from Red Hat about font file formats:
https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/#_font_file_formats
I chased this down the rabbit hole because I need old fashioned X misc fixed fonts for my terminal displays. I'm old ;) HTH!
Clemmitt
artfox3 commented on 2020-10-24 10:52 (UTC)
Hi, sorry for my noob question but what's the advantages of using OTB format over the other formats like TTF, PCF or BDF. And can you also compare them according to there installation size. Thnx in advance.
Ckat commented on 2020-08-19 21:29 (UTC)
I cannot find any need for any of these, hopefully this'll do
cmsigler commented on 2020-08-17 01:13 (UTC)
Hi,
xorg-font-utils has gone away; please see:
https://www.archlinux.org/todo/removal-of-xorg-font-utils-transitional-package/
Please depend on: xorg-bdftopcf / xorg-mkfontdir / xorg-mkfontscale / xorg-font-util as required. Thank you :^)
Clemmitt