From 510b42304c443bb22c1a2ee53171c189173bfee1 Mon Sep 17 00:00:00 2001 From: leper Date: Sun, 13 Apr 2025 17:16:29 +0200 Subject: Add ark pixel font's latin feature branch font. This is from an upstream development branch at [1] and adds quite a lot of glyps for the 12px font, and a few to the 10px font. This addition should be temporary until that feature branch is merged upstream, a new release rolled, and then a new release of the fuxion pixel font is rolled. For now this leads to no more missing extended latin A/B characters in the 12px font on my collection. [1] https://github.com/TakWolf/ark-pixel-font/commit/535181d3c9394990fc0cd5d5259399da3b7ead48 --- lua/fonts/fusion10 | Bin 389532 -> 387500 bytes lua/fonts/fusion12 | Bin 659712 -> 663688 bytes lua/licenses.lua | 3 +++ 3 files changed, 3 insertions(+) (limited to 'lua') diff --git a/lua/fonts/fusion10 b/lua/fonts/fusion10 index 2a742f08..adf6fcfc 100644 Binary files a/lua/fonts/fusion10 and b/lua/fonts/fusion10 differ diff --git a/lua/fonts/fusion12 b/lua/fonts/fusion12 index cd3e4eb8..c19f896c 100644 Binary files a/lua/fonts/fusion12 and b/lua/fonts/fusion12 differ diff --git a/lua/licenses.lua b/lua/licenses.lua index 0ea6a389..31d48a40 100644 --- a/lua/licenses.lua +++ b/lua/licenses.lua @@ -179,6 +179,9 @@ return function(self) button:onClicked(show_fn) end + library("Ark Pixel font", "OFL", function() + ofl("Copyright (C) 2021 TakWolf") + end) library("catch2", "BSL", function() bsl("2022 Two Blue Cubes Ltd.") end) -- cgit v1.2.3