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/licenses.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/licenses.lua') 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