From 7cb70ada4f1b2b877ad3f7428aeee4ad58ec0890 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 26 Feb 2025 20:17:01 -0500 Subject: pke: generate mtsdf for individual svgs --- src/static-ui.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/static-ui.hpp (limited to 'src/static-ui.hpp') diff --git a/src/static-ui.hpp b/src/static-ui.hpp new file mode 100644 index 0000000..b0bf98c --- /dev/null +++ b/src/static-ui.hpp @@ -0,0 +1,12 @@ +#ifndef PKE_STATIC_UI_HPP +#define PKE_STATIC_UI_HPP + +struct MSDFGlyphSettings { + float width; + float height; + float scale; + float translate_em; + float range_em; +}; + +#endif /* PKE_STATIC_UI_HPP */ -- cgit v1.2.3