1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-07-31 18:39:52 +00:00

font_wip branch: new WIP font stuff using "stb_truetype.h",

not implemented for EAN/UPC, not fully tested
This commit is contained in:
gitlost
2026-07-27 12:21:19 +01:00
parent d6a4bdfe90
commit a4f0fa0fd2
144 changed files with 8276 additions and 1567 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
name: CI
# .github/workflows/ci.yml 2026-07-01
# .github/workflows/ci.yml 2026-07-27
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch (or test branch github_ci push)
on:
push:
branches: [ master, github_ci ]
branches: [ master, github_ci, font_wip ]
pull_request:
branches: [ master ]