Added label clamping.

This commit is contained in:
2021-09-08 23:16:22 -07:00
parent 13f0345ba0
commit ef366f7e5b
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;