From 5a1047607393a4b00e95cdfb7dd7d2e38a953d64 Mon Sep 17 00:00:00 2001 From: Shinmera Date: Sat, 29 Jun 2024 22:05:37 +0200 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b34f749..9bbfaa3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ The [PromptFont release](https://github.com/Shinmera/promptfont/archive/refs/hea A CSS file that includes CSS classes for every special glyph, so you can easily embed it in HTML pages and JS games. - ``promptfont.h`` ``promptfont.cs`` ``promptfont.py`` ``promptfont.lua`` ``promptfont.lisp`` ``promptfont.rs`` ``promptfont.gd`` Source files that define constants for the special glyphs to allow easier embedding in C, C++, C#, Python, Lua, Lisp, Rust, and GDScript. +- ``promptfont.exe`` ``promptfont.run`` ``promptfont.o`` + Binaries of the promptfont utilities. You can use this to search for glyphs or to compile the data files from the json representation. - ``atlas-*.png`` Texture atlases of the various glyphs. Each glyph is 64x64 pixels and has a 1 pixel margin around itself. They are ordered left to right top to bottom according to their filename in the ``glyphs/`` directory of this repository. Since these rasterised versions don't scale well we heavily recommend you to use the fonts directly.