Lines Matching full:font
8 #define GIO_FONT 0x4B60 /* gets font in expanded form */
9 #define PIO_FONT 0x4B61 /* use font in expanded form */
11 #define GIO_FONTX 0x4B6B /* get font using struct consolefontdesc */
12 #define PIO_FONTX 0x4B6C /* set font using struct consolefontdesc */
14 unsigned short charcount; /* characters in font (256 or 512) */
16 char __user *chardata; /* font data in expanded form */
19 #define PIO_FONTRESET 0x4B6D /* reset to default font */
60 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */
69 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */
77 #define UNI_DIRECT_BASE 0xF000 /* start of Direct Font Region */
78 #define UNI_DIRECT_MASK 0x01FF /* Direct Font Region bitmask */
145 #define KDFONTOP 0x4B72 /* font operations */
150 unsigned int width, height; /* font size */
152 unsigned char __user *data; /* font data with height fixed to 32 */
156 unsigned int width, height; /* font size */
158 unsigned char *data; /* font data with height fixed to 32 */
161 #define KD_FONT_OP_SET 0 /* Set font */
162 #define KD_FONT_OP_GET 1 /* Get font */
163 #define KD_FONT_OP_SET_DEFAULT 2 /* Set font to default, data points to name / NULL */