--- texfont.h.orig	2020-11-04 14:43:40.232640101 -0600
+++ texfont.h	2020-11-04 14:44:22.064367903 -0600
@@ -43,10 +43,15 @@
  */
 void print_texture_label (Display *, texture_font_data *,
                           int window_width, int window_height,
                           int position, const char *string);
 
+void print_texture_label_with_offset (Display *, texture_font_data *,
+                          int window_width, int window_height,
+                          int position, const char *string,
+                          int x_offset, int y_offset);
+
 /* Renders the given string into the prevailing texture.
    Returns the metrics of the text, and size of the texture.
  */
 void string_to_texture (texture_font_data *, const char *,
                         XCharStruct *extents_ret,
