Added label clamping.

This commit is contained in:
2021-09-08 23:16:22 -07:00
parent 9ef961f871
commit 5579b012f6
4 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,7 @@
typedef struct {
font_t *font;
float fontSize;
float maxWidth;
fonttextinfo_t info;
primitive_t primitive;
} label_t;