Implement support for loading system fonts on Linux, macOS / iOS and Windows.

This commit is contained in:
bruvzg
2022-07-08 15:38:30 +03:00
parent 3e0e84a54c
commit 36ef8f29dc
27 changed files with 1089 additions and 54 deletions

View File

@@ -115,7 +115,7 @@ jobs:
sudo apt-get install build-essential pkg-config libx11-dev libxcursor-dev \
libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev \
libdbus-1-dev libudev-dev libxi-dev libxrandr-dev yasm xvfb wget unzip \
llvm libspeechd-dev speech-dispatcher
llvm libspeechd-dev speech-dispatcher fontconfig libfontconfig-dev
- name: Setup Godot build cache
uses: ./.github/actions/godot-cache