Font that can be used for validating baseline alignments. sajidanwar.com/misc/baseline-diagnostic-font/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README for clearer download and demo instructions

+31 -10
+18 -4
LICENSE.md
··· 1 - Copyright 2026 Sajid Anwar 1 + MIT License 2 2 3 - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 3 + Copyright (c) 2026 Sajid Anwar 4 4 5 - The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 6 11 7 - THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+13 -6
README.md
··· 5 5 Font that can be used for validating baseline alignments. This project contains 6 6 the build system for the font using the [fonttools] Python library. 7 7 8 - **Built font files can be found in the [./dist](./dist) folder.** 8 + **Built font files can be found in the [./dist](./dist) folder.** An overview 9 + of the font and demos can be found on https://sajidanwar.com/misc/baseline-diagnostic-font/. 9 10 10 11 ## Building 11 12 12 - This project uses [uv] for dependency management. Use `uv run` to build the font 13 - files into the `dist` folder. 13 + This project uses [uv] for dependency management. Use `uv run main.py` to build 14 + the font files into the `dist` folder. 14 15 15 16 ## License 16 17 17 - This font contains [Noto Sans Mono][noto-sans-mono] glyphs in the rendering 18 + This project's source code is licensed under the [MIT license][mit-license], and 19 + is available at `LICENSE.md`. 20 + 21 + The built font contains [Noto Sans Mono][noto-sans-mono] glyphs in the rendering 18 22 of its baseline labels. Like that font, this font is licensed under the 19 - [SIL Open Font License, Version 1.1][ofl-1.1], and is available at `LICENSE.txt`. 23 + [SIL Open Font License, Version 1.1][ofl-license], and is available at `dist/LICENSE.md`. 20 24 21 25 [uv]: https://docs.astral.sh/uv/#highlights 22 - [fonttools]: https://fonttools.readthedocs.io/en/latest/ 26 + [fonttools]: https://fonttools.readthedocs.io/en/latest/ 27 + [mit-license]: https://opensource.org/license/mit 28 + [noto-sans-mono]: https://fonts.google.com/noto/specimen/Noto+Sans+Mono/license 29 + [ofl-license]: https://openfontlicense.org/open-font-license-official-text/