diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-26 20:17:01 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-27 10:08:44 -0500 |
| commit | 7cb70ada4f1b2b877ad3f7428aeee4ad58ec0890 (patch) | |
| tree | 121225694a53e321094af8a2414bc99785b61ece /src/static-ui.hpp | |
| parent | 4cd201da9cd2b26dc39b064e81f17b92e796e532 (diff) | |
pke: generate mtsdf for individual svgs
Diffstat (limited to 'src/static-ui.hpp')
| -rw-r--r-- | src/static-ui.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
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 */ |
