A fork of freetype packaged for the Zig build system
  • C 97.8%
  • Python 1.5%
  • C++ 0.4%
  • Perl 0.2%
Find a file
Emi c4188e125f
Some checks failed
CI / x86_64-linux (push) Has been cancelled
CI / x86_64-windows (push) Has been cancelled
CI / x86_64-macos (push) Has been cancelled
add Apple HVF font support
Signed-off-by: Emi <emi@hexops.com>
2026-04-13 12:44:24 -07:00
.forgejo ci: move to forgejo 2026-03-30 14:46:25 -07:00
include Support Hierarchical Variable Fonts (HVF) using Apple's 'libhvf' library. 2026-03-23 19:36:36 +01:00
src Merge remote-tracking branch 'upstream/master' 2026-04-10 15:43:58 -07:00
.gitignore add zig-pkg/ to .gitignore 2026-04-10 22:06:43 -07:00
build.zig add Apple HVF font support 2026-04-13 12:44:24 -07:00
build.zig.zon build: add fingerprint comment 2026-04-10 16:45:54 -07:00
LICENSE.TXT Adminstrativa. 2025-05-14 09:16:57 +02:00
README.md update verify.sh script 2026-03-31 18:36:38 -07:00
update.sh improve upstream merge strategy 2023-06-29 01:13:28 -07:00
verify.sh update verify.sh to error on diff 2026-03-31 18:54:16 -07:00

freetype packaged for the Zig build system

This is a fork of freetype, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.

Looking for Zig bindings to Freetype? See mach/freetype.

Updating

To update this repository to the latest upstream version, run ./update.sh.

Verifying repository contents

For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:

./verify.sh

If nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.

Issues

Issues are tracked in the main Mach repository.