From 79555a9987d62cd15b77df2b4328e963583a160e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 17 Feb 2015 12:39:36 -0500 Subject: libdraw: refine hidpi font selection Change-Id: Id1e6a2630713024a1925ad1341bb9c846f82e93e Reviewed-on: https://plan9port-review.googlesource.com/1171 Reviewed-by: Russ Cox --- include/draw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/draw.h b/include/draw.h index 329108d9..2bc9b4be 100644 --- a/include/draw.h +++ b/include/draw.h @@ -308,6 +308,7 @@ struct Cachesubf struct Font { char *name; + char *namespec; Display *display; short height; /* max height of image, interline spacing */ short ascent; /* top of image to baseline */ -- cgit v1.2.3