X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffont.h;h=e4b327830e832ca7f6bc89bfa94f3fed6f62bc14;hb=35b33ef0aa2090c0cbb83d31c71175f5b7c95c95;hp=f372080550a91bc834a101ac2ee20996b9e332a6;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/font.h b/src/font.h index f372080550..e4b327830e 100644 --- a/src/font.h +++ b/src/font.h @@ -103,13 +103,6 @@ struct font_desc /* Index into deref[] of character with name "space". */ extern int space_index; -/* A set of fonts. */ -struct font_set - { - struct font_set *next, *prev; /* Next, previous in chain. */ - struct font_desc *font; /* Current font. */ - }; - /* Functions to work with any font. */ #define destroy_font(FONT) \ pool_destroy (FONT->owner) @@ -122,7 +115,7 @@ int font_get_kern_adjust (const struct font_desc *font, int ch1, int ch2); /* groff fonts. */ struct groff_device_info { - /* See groff_font(5). */ + /* See groff_font man page. */ int res, horiz, vert; int size_scale, unit_width; int (*sizes)[2], n_sizes;