Opened 10 years ago
Closed 8 years ago
#11696 closed enhancement (fixed)
clean up remaining Bitstream fonts (easy)
Reported by: | luroh | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
(Partly a follow-up to #2012)
At least one in-tree font is needed for HaikuBootstrap to work. Since hrev4178 we have several of them in two typefaces, Bitstream Charter and Courier. However, there is no license present in AboutSystem and Courier doesn't work any more.
The following fixes are proposed:
- Add Bitstream Charter license file to tree
- Add Bitstream Charter license to AboutSystem
- Remove all Bitstream Courier fonts
- Remove haiku/docs/develop/servers/app_server/fonts
- Remove references to ttfonts in haiku/build/jam/packages/Haiku and HaikuBootstrap
Attachments (5)
Change History (9)
by , 10 years ago
Attachment: | 0001-Add-Bitstream-Charter-license-file.patch added |
---|
by , 10 years ago
Attachment: | 0002-Add-Bitstream-Charter-license-and-copyright-to-About.patch added |
---|
by , 10 years ago
Attachment: | 0003-Remove-Bitstream-Courier-fonts.patch added |
---|
by , 10 years ago
Attachment: | 0004-Remove-obsolete-license-files.patch added |
---|
by , 10 years ago
Attachment: | 0005-Remove-obsolete-references-to-ttfonts.patch added |
---|
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
It works, the Bitstream Charter font is that serif font you see if you use English locale and remove DejaVu. vl_gothic is used as a fallback only where the default font has no glyph coverage. Not sure if vl_gothic is included in the boostrap image, or if it's even a good idea to include it since that would involve downloading a pre-built package.
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patches applied in hrev51143. Thanks!
Is that font actually used for the bootstrap? It's a postscript font, and I'm not even sure app_server can use it. The Haiku package depends on vl_gothic which is our fallback font, I think this is what should be used during the bootstrap as well.