summaryrefslogtreecommitdiff
path: root/src/libs/txt/txt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/txt/txt.h')
-rw-r--r--src/libs/txt/txt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/txt/txt.h b/src/libs/txt/txt.h
index 9318546..04cf09e 100644
--- a/src/libs/txt/txt.h
+++ b/src/libs/txt/txt.h
@@ -29,5 +29,6 @@ txt_t * txt_new(const char *str);
txt_t * txt_newf(const char *fmt, ...);
txt_t * txt_free(txt_t *txt);
void txt_render_fragment_aligned(txt_t *txt, til_fb_fragment_t *fragment, uint32_t color, int x, int y, txt_align_t alignment);
+void txt_render_fragment_offsetted(txt_t *txt, til_fb_fragment_t *fragment, uint32_t color, int x, int y, float x_offset, float y_offset);
#endif
© All Rights Reserved