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

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-or32/] [font.h] - Blame information for rev 901

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 666 simons
/*
2
 *  asm-or32/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_OR32_FONT_H
12
#define _ASM_OR32_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_OR32_FONT_H */

powered by: WebSVN 2.1.0

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