Skip to content

servo/rust-harfbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0367ef · Feb 21, 2025
Jun 17, 2024
Feb 21, 2025
Jul 21, 2024
Feb 20, 2025
Mar 1, 2018
Aug 25, 2023
Apr 5, 2013
Apr 23, 2024
Apr 4, 2013
Apr 4, 2013
Jun 17, 2024
Oct 5, 2023

Repository files navigation

rust-harfbuzz

Build Status

Documentation

Bindings to the HarfBuzz text shaping engine.

Vendored Harfbuzz Sources

This repository contains a vendored copy of the harfbuzz sources as a git submodule. If building with the bundled feature, be sure to initialize submodules:

git clone --recursive https://github.com/servo/rust-harfbuzz.git

Or, after a clone:

git submodule update --init

FreeType Support

The freetype feature is enabled by default. If your system does not have FreeType or FreeType development packages, which is typically the case for Windows, you can either disable default features or enable the freetype-sys/bundled feature.