From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 18:00:37 +0000 (+0000) Subject: Mitr: add source block to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17209f25d6df2b7ab06b4fbd8fe395dcb2fc116a;p=thirdparty%2Fgoogle%2Ffonts.git Mitr: add source block to METADATA.pb - Repo: cadsondemak/mitr - Commit: 4195043 (latest on master, 2015-11-30) - Status: complete - Confidence: HIGH Cadson Demak foundry repo; Glyphs sources for all 6 weights. Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/mitr/METADATA.pb b/ofl/mitr/METADATA.pb index 5b069934b..93daa119f 100644 --- a/ofl/mitr/METADATA.pb +++ b/ofl/mitr/METADATA.pb @@ -62,4 +62,8 @@ subsets: "latin-ext" subsets: "menu" subsets: "thai" subsets: "vietnamese" +source { + repository_url: "https://github.com/cadsondemak/mitr" + commit: "41950431d37f6410fd082760ca806eb490e4791f" +} primary_script: "Thai" diff --git a/ofl/mitr/upstream_info.md b/ofl/mitr/upstream_info.md new file mode 100644 index 000000000..af9a31765 --- /dev/null +++ b/ofl/mitr/upstream_info.md @@ -0,0 +1,48 @@ +# Mitr — Source Metadata Investigation + +**Model**: Claude Opus 4.6 +**Date**: 2026-03-12 + +## Repository + +- **URL**: https://github.com/cadsondemak/mitr +- **Organization**: Cadson Demak (cadsondemak) +- **Description**: "Mitr is a Thai + Latin informal sans font" +- **Default branch**: `master` +- **Latest commit**: `41950431d37f6410fd082760ca806eb490e4791f` +- **Commit message**: "source and font files updated. fix problem nikahit and tone marks." +- **Commit date**: 2015-11-30 +- **Last push**: 2015-11-30 (repository has been inactive since then) + +## Source Files + +Located in `source/`: + +- `Mitr-200.glyphs` — ExtraLight (Glyphs format) +- `Mitr-300.glyphs` — Light (Glyphs format) +- `Mitr-400.glyphs` — Regular (Glyphs format) +- `Mitr-500.glyphs` — Medium (Glyphs format) +- `Mitr-600.glyphs` — SemiBold (Glyphs format) +- `Mitr-700.glyphs` — Bold (Glyphs format) +- Corresponding `.ufo` and `.vfb` files for each weight + +This is a **static multi-master** family (not variable fonts), with one Glyphs source per weight. + +Pre-built fonts are in `fonts/` as both `.ttf` and `.otf` for all 6 weights. + +## Build System + +No `config.yaml`, `Makefile`, or build script is present in the repository. The sources are in Glyphs format (`.glyphs`) alongside `.ufo` and `.vfb` files. The build system is not documented. Given the 2015 vintage, the fonts were likely built with an older version of fontmake or directly with Glyphs app. No gftools pipeline configuration exists. + +## config.yaml Status + +No `config.yaml` exists in the repository. + +## Notes + +- Cadson Demak is a well-established Thai type foundry with an active GitHub organization (`cadsondemak`) hosting many font families. The `cadsondemak/mitr` repository is the clear authoritative upstream source. +- The repository has been inactive since 2015-11-30. The fonts in google/fonts match the static weights available in the repo (ExtraLight through Bold, no italics, no variable font). +- The family covers Thai + Latin (with Vietnamese and Latin-Ext subsets). +- The latest commit `41950431d37f6410fd082760ca806eb490e4791f` on branch `master` is the appropriate reference for the METADATA.pb `source` block. +- A `config.yaml` would need to be created to establish a reproducible gftools build pipeline, as none currently exists in the repo. Individual per-weight Glyphs sources would need to be mapped to their respective output font files. +- **Recommended action**: Add a `source` block to METADATA.pb pointing to `https://github.com/cadsondemak/mitr`, commit `41950431d37f6410fd082760ca806eb490e4791f`, branch `master`. A `config.yaml` should be authored to enable future rebuilds.