Skip to content

Commit

Permalink
Revert adf1133
Browse files Browse the repository at this point in the history
Downgrade back to Unifont 15.0.06

The improvised .ttf (as per the notes on unifont mirror release) results in different spacing and font size differences, which can break existing GUI's. We need to wait for someone with font building knownledge that can use the Unifont .ttf building intructions.
  • Loading branch information
Dutchman101 committed Sep 19, 2023
1 parent 1afed97 commit 8356f4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/buildactions/install_unifont.lua
Expand Up @@ -4,13 +4,13 @@ premake.modules.install_unifont = {}

-- Config variables
local UNIFONT_BASEURL = "https://github.com/multitheftauto/unifont/releases/download/"
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.1.01.ttf"
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.0.06.ttf"
local UNIFONT_FILENAME = "unifont.ttf"
local UNIFONT_PATH = "Shared/data/MTA San Andreas/MTA/cgui"

-- Change these to update the version
local UNIFONT_TAG = "v15.1.01"
local UNIFONT_HASH = "1f3e34208384fa116ea5a2dbef092614c3935a3f0d22d7981de45206b3541d8f"
local UNIFONT_TAG = "v15.0.06"
local UNIFONT_HASH = "9282b6eff54eeca2e7f58c9a40a91049bd219f3e6a45fbee8eba013379b9af3a"

newaction {
trigger = "install_unifont",
Expand Down

0 comments on commit 8356f4e

Please sign in to comment.