Skip to content

Add strokePercentage parameter to Font in order to print outlined text #917

Add strokePercentage parameter to Font in order to print outlined text

Add strokePercentage parameter to Font in order to print outlined text #917

Workflow file for this run

name: macOS
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
brew install sdl2 freetype libvorbis webp pkg-config ninja
- name: Build with CMake
run: |
cmake -H. -Bbuild-cmake -GNinja
ninja -Cbuild-cmake
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
- name: Android
run: |
make -Candroid