# rust-harfbuzz **Repository Path**: mirrors_servo/rust-harfbuzz ## Basic Information - **Project Name**: rust-harfbuzz - **Description**: Rust bindings to HarfBuzz - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust-harfbuzz [![Build Status](https://github.com/servo/rust-harfbuzz/actions/workflows/main.yml/badge.svg)](https://github.com/servo/rust-harfbuzz/actions) [Documentation](https://docs.rs/harfbuzz-sys) 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.