Open Source
font.asc
Associated article: A Portable Font Specification
Tags: Tools Open Source Design
_A PORTABLE FONT SPECIFICATION_
by Ronald G. White and John Biard
Listing One
typedef struct {
char* family; /* font family */
long size; /* font size in points */
unsigned long style; /* font style bitfield */
char* native_desc; /* native font descriptor */
char is_print; /* ...


