From c2dbb7683ac55a002f9823d01aa5eaee7d701bdc Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 30 Jun 2024 21:05:38 -0400 Subject: [PATCH] update readme --- Readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index d6583fe..f1d29b2 100644 --- a/Readme.md +++ b/Readme.md @@ -13,6 +13,7 @@ See: [docs/Readme.md](docs/Readme.md) for the library's interface * ve_fontcache_loadfile not ported (ust use core:os or os2, then call load_font) * Macro defines have been coverted (mostly) to runtime parameters * Support for hot_reloading +* Curve quality step granularity for glyph rendering can be set on a per font basis. ## TODOs @@ -29,15 +30,15 @@ See: [docs/Readme.md](docs/Readme.md) for the library's interface * Port over the original demo utilizing sokol libraries instead * Provide a sokol_gfx backend package +* Provide alternative build scripts ### Additional Features: -* Support for freetype -* Support for harfbuzz +* Support for freetype (WIP, Untested) +* Support for harfbuzz (WIP, Untested) * Ability to set a draw transform, viewport and projection * By default the library's position is in unsigned normalized render space * Could implement a similar design to sokol_gp's interface -* Allow curve_quality to be set on a per-font basis ### Optimization: