Skip to content

frinkr/font-tool

Repository files navigation

Font Tool

A macOS application to inspect font information.

Build

Font Tools is a CMake project and bases on FreeType and Harfbuzz. It relies on pkg-config to find those packages. Homebrew is recomaned to manage the packages.

Install dependencies:

brew install freetype harfbuzz lua icu4c

Get the Repo:

git clone --recurse-submodules https://github.com/frinkr/font-tool.git

Build:

cd font-tool
make

Find the app at 'font-tool/build/font-tool/Debug/Font Tool.app'

Usage

Intuited & Simple

Alt text Alt text

License

MIT