renderer: use direct FreeType with explicit font files

This commit is contained in:
2026-08-13 20:40:38 +09:00
parent 125e9349c0
commit f46d51b539
16 changed files with 314 additions and 5201 deletions

View File

@@ -2,6 +2,7 @@ FROM archlinux:base@sha256:b0deabeb3d283da2c7f7dbf0eea051b7b2cd0554e0b737cc457fd
RUN pacman -Syu --noconfirm --needed \
diffutils \
freetype2 \
gcc \
gtk3 \
libxcb \
@@ -10,6 +11,8 @@ RUN pacman -Syu --noconfirm --needed \
pkgconf \
plan9port \
python \
ttf-dejavu \
ttf-jigmo \
wayland \
which \
xcb-imdkit \