macOS
brew install freetypelocal Homebrew formula metadata
sudo port install freetypeMacPorts ports tree · print/freetype/Portfile · ソース: api.github.com
brew
freetype のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install freetypelocal Homebrew formula metadata
sudo port install freetypeMacPorts ports tree · print/freetype/Portfile · ソース: api.github.com
sudo apk add freetypeAlpine Linux edge package indexes · freetype · ソース: dl-cdn.alpinelinux.org
sudo dnf install freetypeFedora Rawhide package metadata · freetype · ソース: dl.fedoraproject.org
nix profile install nixpkgs#freetypenixpkgs package indexes · pkgs/by-name/fr/freetype/package.nix · ソース: api.github.com
sudo apt install freetype2-demosDebian stable package indexes · freetype2-demos · ソース: deb.debian.org
概要
Software library to render fonts
履歴
FreeType is a portable C library for rendering fonts, especially vector and bitmap font formats. It is a foundational graphics dependency: users rarely invoke it directly, but desktop stacks, browsers, games, document renderers, and toolkits depend on the library to turn fonts into glyph images.
The official history says David Turner created FreeType in 1996 to render TrueType fonts, including a TrueType bytecode interpreter. Robert Wilhelm ported it to C in 1997, Werner Lemberg joined the team, and the Pascal version ended development in 2000.
FreeType 2.0 was released in 2000 after beta releases as a complete modular rewrite. It added support for multiple font formats, including PostScript fonts, improved gray-level rendering, and glyph image and metrics caching.
The project later narrowed its scope around 2004 to creating rasterized glyph images, leaving text shaping and layout to higher-level libraries such as ICU and HarfBuzz. In 2009 the repository moved from CVS to git, and Werner Lemberg became the sole maintainer with outside contributions.
FreeType 1 influenced OS/2 and TeX tooling through FreeType/2 and ttf2pk, according to the official history. FreeType 2's narrower rendering focus made it a durable low-level dependency rather than a complete text-layout engine.
Its adoption is visible through its role as a tiny, efficient, portable renderer used by other software rather than as an end-user program. The README emphasizes portability, customization, and high-quality output across most vector and bitmap font formats.
Developers use FreeType through its C API to load font faces, inspect glyph metrics, rasterize glyph images, and integrate font rendering into larger graphics or document pipelines. The official documentation includes glyph conventions, a tutorial, API reference, design notes, and hinting documentation.
Packaged FreeType usually exposes headers, libraries, freetype-config for legacy build integration, and documentation. It does not have a normal user config file or credential store.
FreeType is one of the archetypal invisible dependencies; upgrading it can affect font rendering across a whole system. Package maintainers care about ABI stability, optional rendering features, patent-era historical choices around hinting, and coordination with HarfBuzz and graphics stacks.
Its history also explains an important Unix packaging boundary: FreeType renders glyphs, while shaping and layout live elsewhere. That division is why FreeType and HarfBuzz so often travel together in dependency graphs.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
freetype-config | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:freetype |
|---|---|
| バージョン | 2.14.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/freetype |
| ホームページ | https://www.freetype.org/ |
| リポジトリ | https://gitlab.freedesktop.org/freetype/freetype |
| 上流ドキュメント | https://freetype.org/freetype2/docs/documentation.html |
| ライセンス | FTL |
| ソースアーカイブ | https://downloads.sourceforge.net/project/freetype/freetype2/2.14.3/freetype-2.14.3.tar.xz |
| 依存関係 | libpng |
| ビルド依存関係 | pkgconf |
| macOS 提供ライブラリ | bzip2 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | freetype |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
freetype2-demos 2.13.3+dfsg-1+deb13u1
FreeType 2 demonstration programs
sudo apt install freetype2-demosfreetype2-doc 2.13.3+dfsg-1+deb13u1
FreeType 2 font engine, development documentation
sudo apt install freetype2-doclibfreetype-dev 2.13.3+dfsg-1+deb13u1
FreeType 2 font engine, development files
sudo apt install libfreetype-devlibfreetype6 2.13.3+dfsg-1+deb13u1
FreeType 2 font engine, shared library files
sudo apt install libfreetype6freetype
nix profile install nixpkgs#freetypefreetype2-demos 2.13.2+dfsg-1build3
FreeType 2 demonstration programs
sudo apt install freetype2-demosfreetype2-doc 2.13.2+dfsg-1build3
FreeType 2 font engine, development documentation
sudo apt install freetype2-doclibfreetype-dev 2.13.2+dfsg-1build3
FreeType 2 font engine, development files
sudo apt install libfreetype-devlibfreetype6 2.13.2+dfsg-1build3
FreeType 2 font engine, shared library files
sudo apt install libfreetype6freetype 2.14.3-r0
TrueType font rendering library
sudo apk add freetypefreetype-demos 2.14.3-r0
A collection of FreeType demos
sudo apk add freetype-demosfreetype-dev 2.14.3-r0
TrueType font rendering library (development files)
sudo apk add freetype-devfreetype-doc 2.14.3-r0
TrueType font rendering library (documentation)
sudo apk add freetype-docfreetype-static 2.14.3-r0
TrueType font rendering library (static library)
sudo apk add freetype-staticfreetype 2.14.3-1.fc45
A free and portable font rendering engine
sudo dnf install freetypefreetype-demos 2.14.3-1.fc45
A collection of FreeType demos
sudo dnf install freetype-demosソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.