diff options
author | Russ Cox <rsc@swtch.com> | 2015-02-17 12:39:36 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2015-02-17 20:52:06 +0000 |
commit | 79555a9987d62cd15b77df2b4328e963583a160e (patch) | |
tree | 93e28ff08d88f1d1782c7a6e0402eb355e39f7f5 /include | |
parent | 213fc4f6fb26bb5781ea3e489bf4cc5c2aca591e (diff) | |
download | plan9port-79555a9987d62cd15b77df2b4328e963583a160e.tar.gz plan9port-79555a9987d62cd15b77df2b4328e963583a160e.tar.bz2 plan9port-79555a9987d62cd15b77df2b4328e963583a160e.zip |
libdraw: refine hidpi font selection
Change-Id: Id1e6a2630713024a1925ad1341bb9c846f82e93e
Reviewed-on: https://plan9port-review.googlesource.com/1171
Reviewed-by: Russ Cox <rsc@swtch.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |