]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/gtkfont.h
scp_recv_filedata: handle EOF more sensibly.
[PuTTY.git] / unix / gtkfont.h
index 6aa8ce2eb302d662fe4936aafbd77694dd401f82..71060205e034cfd095d02a6b1472679ff754efd2 100644 (file)
@@ -142,6 +142,9 @@ void unifont_draw_text(unifont_drawctx *ctx, unifont *font,
 void unifont_draw_combining(unifont_drawctx *ctx, unifont *font,
                             int x, int y, const wchar_t *string, int len,
                             int wide, int bold, int cellwidth);
+/* Return a name that will select a bigger/smaller font than this one,
+ * or NULL if no such name is available. */
+char *unifont_size_increment(unifont *font, int increment);
 
 /*
  * This function behaves exactly like the low-level unifont_create,