libdraw: refine hidpi font selection
Change-Id: Id1e6a2630713024a1925ad1341bb9c846f82e93e Reviewed-on: https://plan9port-review.googlesource.com/1171 Reviewed-by: Russ Cox <rsc@swtch.com>
This commit is contained in:
parent
213fc4f6fb
commit
79555a9987
4 changed files with 44 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue