OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-m68knommu/] [font.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
/*
2
 *  asm-m68k/font.h -- `Soft' font definitions
3
 *
4
 *  Created 1995 by Geert Uytterhoeven
5
 *
6
 *  This file is subject to the terms and conditions of the GNU General Public
7
 *  License.  See the file COPYING in the main directory of this archive
8
 *  for more details.
9
 */
10
 
11
#ifndef _ASM_M68K_FONT_H_
12
#define _ASM_M68K_FONT_H_
13
 
14
#include <linux/types.h>
15
 
16
 
17
   /*
18
    *    Find a font with a specific name
19
    */
20
 
21
extern int findsoftfont(char *name, int *width, int *height, u_char *data[]);
22
 
23
 
24
   /*
25
    *    Get the default font for a specific screen size
26
    */
27
 
28
extern void getdefaultfont(int xres, int yres, char *name[], int *width,
29
                           int *height, u_char *data[]);
30
 
31
 
32
/* Max. length for the name of a predefined font */
33
#define MAX_FONT_NAME   32
34
 
35
#endif /* _ASM_M68K_FONT_H_ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.