summaryrefslogtreecommitdiff
path: root/lua/licenses.lua
diff options
context:
space:
mode:
authorleper <leper@noreply.codeberg.org>2025-04-13 17:16:29 +0200
committerleper <leper@noreply.codeberg.org>2025-04-13 19:18:48 +0200
commit510b42304c443bb22c1a2ee53171c189173bfee1 (patch)
tree7ab2a01423b7192323af4b6e9a364d7a3b29f89a /lua/licenses.lua
parent71ac67bad3a694b2cd11450bf7bfec76a8293393 (diff)
downloadtangara-fw-510b42304c443bb22c1a2ee53171c189173bfee1.tar.gz
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
Diffstat (limited to 'lua/licenses.lua')
-rw-r--r--lua/licenses.lua3
1 files changed, 3 insertions, 0 deletions
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)