# ALTO Font > Read, inspect, convert, and subset OpenType, TrueType, WOFF, and WOFF2 fonts in PHP. Explore [ALTO Font](https://altophp.com/font/) on the ALTO PHP website for guides and examples. Read font metadata and glyph outlines, discover families and weights, inspect variable-font axes, convert formats, and create Unicode subsets. Supports OpenType, TrueType, WOFF, and WOFF2 containers with documented requirements. Measure subset output and choose layout, hinting, and glyph numbering policies. Selected variable-font views support inspection; they do not export static instances. Text shaping and drawing remain the responsibility of the consuming application. Install with `composer require alto/font`. [Packagist package](https://packagist.org/packages/alto/font) and [source repository](https://github.com/altophp/font). License: MIT. Composer runtime requirements: `php ^8.4`, `ext-iconv *`, `ext-zlib *`. PSR-4 autoloading: `Alto\Font\` maps to `src/`. ALTO PHP is a family of open-source PHP libraries for building content tools, documentation systems, developer interfaces, and asset pipelines. Its packages cover document processing, source code, images, fonts, and web standards. Install the components your application needs; each has its own Composer package and repository, and complementary packages can be composed into a larger workflow. The family is created and maintained by [Simon André](https://smnandre.dev/) ([smnandre on GitHub](https://github.com/smnandre)), a PHP and Symfony developer, Symfony UX core team member, and creator of ALTO, Atelier SVG, PHPColor, and Playwright PHP. The [ALTO PHP GitHub organization](https://github.com/altophp) hosts the source repositories, issue trackers, and contributions. Development can be supported through [GitHub Sponsors](https://github.com/sponsors/smnandre). The shared foundation is MIT licensing, Composer installation, PSR-4 autoloading under `Alto\`, typed PHP APIs, and repository checks using PHPUnit, PHPStan, and PHP CS Fixer. The focus is on explicit behavior, standards-based formats, and small components with documented contracts. Core libraries work independently of a web framework; integration packages connect them to tools such as Twig. Runtime dependencies and PHP extensions vary by package. Markdown, RST, Image, and Code Highlight have no third-party Composer runtime dependencies; Image rendering still requires GD or Imagick. Names follow three related conventions: `alto/` on [Packagist](https://packagist.org/packages/alto/), `altophp/` on GitHub, and a package-specific PSR-4 prefix in PHP. For example, `alto/markdown` maps to `altophp/markdown` and `Alto\Markdown\`; `alto/code-highlight` maps to `altophp/code-highlight` and `Alto\Code\Highlight\`. Use each package's published Composer metadata for its exact requirements and available releases. Documentation describes the source used to build this site; check the installed version when adopting an API. ## Documentation - [Overview](https://altophp.com/font/): [Markdown](https://altophp.com/font/index.md). - [Installation](https://altophp.com/font/installation/): [Markdown](https://altophp.com/font/installation.md). - [Getting started](https://altophp.com/font/getting-started/): [Markdown](https://altophp.com/font/getting-started.md). - [Fonts](https://altophp.com/font/fonts/): [Markdown](https://altophp.com/font/fonts.md). - [Inspect](https://altophp.com/font/inspect/): [Markdown](https://altophp.com/font/inspect.md). - [Convert](https://altophp.com/font/convert/): [Markdown](https://altophp.com/font/convert.md). - [Subset](https://altophp.com/font/subset/): [Markdown](https://altophp.com/font/subset.md). - [Formats](https://altophp.com/font/formats/): [Markdown](https://altophp.com/font/formats.md). ## Additional reference - [Compress fonts](https://altophp.com/font/convert/compression/): [Markdown](https://altophp.com/font/convert/compression.md). - [Write a WOFF2 file](https://altophp.com/font/convert/woff2/): [Markdown](https://altophp.com/font/convert/woff2.md). - [Use font writers](https://altophp.com/font/convert/writers/): [Markdown](https://altophp.com/font/convert/writers.md). - [Find a font](https://altophp.com/font/inspect/discovery/): [Markdown](https://altophp.com/font/inspect/discovery.md). - [Loading font files](https://altophp.com/font/inspect/font-files/): [Markdown](https://altophp.com/font/inspect/font-files.md). - [Glyphs](https://altophp.com/font/inspect/glyphs/): [Markdown](https://altophp.com/font/inspect/glyphs.md). - [Read font metadata](https://altophp.com/font/inspect/metadata/): [Markdown](https://altophp.com/font/inspect/metadata.md). - [Inspect a variable font](https://altophp.com/font/inspect/variations/): [Markdown](https://altophp.com/font/inspect/variations.md). - [Select characters](https://altophp.com/font/subset/characters/): [Markdown](https://altophp.com/font/subset/characters.md). - [OpenType subsetting support](https://altophp.com/font/subset/opentype/): [Markdown](https://altophp.com/font/subset/opentype.md). - [Subset options](https://altophp.com/font/subset/options/): [Markdown](https://altophp.com/font/subset/options.md). ## Optional - [Complete documentation](https://altophp.com/font/llms-full.txt): All published documentation pages in one file. - [Source repository](https://github.com/altophp/font)