2023-05-30 10:03:08 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
unifont: update to 15.0.03.
2023-05-21: Release 15.0.03
* Fixed a typo in src/Makefile that could affect
"make install".
* Install unifont_all.hex in $(PKGDEST) directory.
* Other minor changes; see ChangeLog file for details.
|
2023-05-21 20:06:17 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
unifont: update to 15.0.02.
2023-05-20: Release 15.0.02
* N.B.: This is the last planned version to build TrueType
font files as part of the standard font build with
make BUILDFONT=1
In the future, only OpenType font files will be part of
the ordinary font building using the hex2otf program.
TrueType fonts will have to be built manually using
cd font
make truetype
* Minor update to allow for separate building of TrueType
and OpenType fonts. This is in preparation for the future
removal of TrueType font files from default font builds,
in preference for OpenType font files. That change is
planned for the release of Unifont 15.1.01, which will
correspond to the release of the Unicode 15.1.0 standard
scheduled for September 2023.
* Added Doxygen annotation to C programs and corresponding
".h" header files. Annotated output is generated in a
new "doxygen" subdirectory. Doxygen output consists of
a browsable set of HTML pages and a hyperlinked PDF document.
* Updates to make files to fix issues with redundant building
under some circumstances.
* Added 196 Plane 2 and Plane 3 Chinese ideographs drawn by
湖 远星 to the basic Unifont font files for coverage of
the General Standard Chinese Characters set. Also added
biang glyphs drawn by Ming Fan.
* Fullwidth CJK characters that appeared to be boldface in
the range U+FF00..U+FFEF were updated using glyphs from
Wen Quan Yi, with some modifications.
|
2022-09-18 13:46:33 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
unifont: update to 15.0.01.
Unicode 15 support.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-06-13 11:27:32 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
unifont: update to 14.0.04.
2022-06-04: Release 14.0.04
* Fix to font/ttfsrc/Makefile for TrueType & OpenType parallel builds.
* Minor updates for some glyphs, notably Runic (U+16A0..U+16FF).
* All Ahom glyphs (U+11700..U+1174F) are now rendered properly.
|
2022-04-25 11:09:58 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
unifont: update to 14.0.03.
2022-04-17: Release 14.0.03
* Added new program hex2otf by 何志翔 (He Zhixiang) to produce
OpenType Unifont files.
* Added several Under ConScript Unicode Registry (UCSUR) scripts:
- U+E2D0..U+E2FF Xaîni
- U+E5E0..U+E5FF Ophidian
- U+ED40..U+ED5F Niji
- U+F1900..U+F19FF Sitelen Pon
- U+F1B00..U+F1C3F Shidinn
* Added support for 24-bit RGB .bmp files to unibmp2hex.
|
2022-03-14 15:06:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
unifont: update to 14.0.02.
2022-03-06: Release 14.0.02
* Minor glyph fixes.
* Added creation of unifont_jp-14.0.02.bmp, showing the Japanese
version of Plane 0 glyphs.
|
2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Remove SHA1 hashes for distfiles
|
2021-09-29 10:56:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
unifont: update to 14.0.01.
2021-09-14: Release 14.0.01
* Update for Unicode 14.0.0 release.
|