tecnickcom/tc-font-mirror

There is no license information available for the latest version (2.2.0) of this package.

Mirror for open font files

Maintainers

Package info

github.com/tecnickcom/tc-font-mirror

Homepage

Language:PostScript

pkg:composer/tecnickcom/tc-font-mirror

Transparency log

Statistics

Installs: 2 279

Dependents: 1

Suggesters: 0

Stars: 3

Open Issues: 0

2.2.0 2026-07-13 10:34 UTC

This package is not auto-updated.

Last update: 2026-07-27 23:48:14 UTC


README

Curated mirror of open-source font assets used by the Tecnick PDF toolchain.

License Downloads

Sponsor on GitHub

💖 Part of the tc-lib-pdf / TCPDF ecosystem (100M+ installs). Sponsor its maintenance →

Overview

tc-font-mirror is a data-only repository containing redistributed and normalized font resources used across the Tecnick PDF ecosystem.

The repository exists to make font asset delivery deterministic: downstream libraries can pin a version and rely on stable filenames, checksums, and metadata across environments. It is intentionally code-free and optimized for redistribution, packaging, and repeatable build pipelines.

Features

Included Sources

  • GNU FreeFont (TTF source set)
  • PDF/A Type1 derivatives from tc-font-pdfa
  • DejaVu fonts
  • Adobe Core14 AFM files
  • GNU Unifont (TTF build artifacts)

Repository Layout

  • Organized by family (core, pdfa, freefont, dejavu, unifont, cid0)
  • Designed for tooling and packaging pipelines
  • No runtime PHP code or autoload layer

Requirements

  • No runtime requirements
  • Any workflow that consumes these fonts (build tooling, font conversion, PDF generation)

Installation

composer require tecnickcom/tc-font-mirror

Quick Start

Use this package as a font asset source in your build or conversion workflow.

tc-font-mirror/
  core/
  pdfa/
  freefont/
  dejavu/
  unifont/
  cid0/

Development

make help

This repository is asset-focused, so development usually means updating sources, validating licensing, and tagging releases.

Packaging

This repository is primarily distributed through Composer as a dependency for tools that need local font assets.