# harfbuzz-example **Repository Path**: mirrors_tangrams/harfbuzz-example ## Basic Information - **Project Name**: harfbuzz-example - **Description**: Harfbuzz text-shaping example with OpenGL using Freetype - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README harfbuzz-example ================ Simple Harfbuzz text-shaping example with OpenGL and GLFW using Freetype. This project uses _CMake_, you can download it [here](http://www.cmake.org/download/) or use your favorite installation package tool like [homebrew](http://brew.sh/). Make sure to update git submodules before you build: ```bash git submodule update --init --recursive ``` Then build and run: ```bash mkdir build && cd build cmake .. && make cd bin ./harfbuzz-example.out ``` ![00](img/capture.png)