summaryrefslogtreecommitdiff
path: root/src/static-ui.hpp
blob: b0bf98c31821ef7e45593dde706414f3225e4cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */