Skip to content

Commit 80cc8fb

Browse files
Update Unifont from v15.0.01 to v15.0.03
https://github.com/multitheftauto/unifont/releases/tag/v15.0.03 This also includes the v15.0.02 update. ## 21 May 2023 (Unifont 15.0.03) - Minor update with some Makefile modifications. The one notable change is that unifont_all.hex is now installed in the .../share/unifont directory, at the request of the gaming community. This hex file spans all Unicode planes. The unifont_jp.hex file now also includes the Plane 3 glyphs by Ming Fan. ## 20 May 2023 (Unifont 15.0.02) - **N.B.: This is expected to be the last Unifont release to build TrueType fonts by default, replaced by OpenType versions. TrueType fonts will still be able to be built manually using the command "make truetype" inside the font directory. The OpenType fonts are more compact than the legacy TrueType versions.** - Added Plane 2 Chinese ideographs drawn by 湖 远星 to the basic Unifont font files for coverage of the General Standard Chinese Characters set. Also added Plane 3 glyphs drawn by Ming Fan, with permission. - Updated Fullwidth CJK characters in the range U+FF00..U+FFEF so they no longer appear boldface, using glyphs from Wen Quan Yi with some modifications. Thanks to 何志翔 (He Zhixiang) for checking their alignment and suggesting improvements. - Minor updates to other individual glyphs, notably a much improved skunk glyph (U+1F9A8) from Curtis Mackie. See the ChangeLog file in the release tar file for full details.
1 parent 2ab82f7 commit 80cc8fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/buildactions/install_unifont.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ premake.modules.install_unifont = {}
44

55
-- Config variables
66
local UNIFONT_BASEURL = "https://github.com/multitheftauto/unifont/releases/download/"
7-
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.0.01.ttf"
7+
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.0.03.ttf"
88
local UNIFONT_FILENAME = "unifont.ttf"
99
local UNIFONT_PATH = "Shared/data/MTA San Andreas/MTA/cgui"
1010

1111
-- Change these to update the version
12-
local UNIFONT_TAG = "v15.0.01"
13-
local UNIFONT_HASH = "299459bc34e915b1c18dd38677739f41d0b2a6d79b93f480cd157ef24da675ab"
12+
local UNIFONT_TAG = "v15.0.03"
13+
local UNIFONT_HASH = "ca921647a9a34e1e85a541b74cbfc780389d4c3b6bac9f5fbedb9e771b1597bd"
1414

1515
newaction {
1616
trigger = "install_unifont",

0 commit comments

Comments
 (0)