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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-or32/] [font.h] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
/*
/*
 *  asm-or32/font.h -- `Soft' font definitions
 *  asm-or32/font.h -- `Soft' font definitions
 *
 *
 *  Created 1995 by Geert Uytterhoeven
 *  Created 1995 by Geert Uytterhoeven
 *
 *
 *  This file is subject to the terms and conditions of the GNU General Public
 *  This file is subject to the terms and conditions of the GNU General Public
 *  License.  See the file COPYING in the main directory of this archive
 *  License.  See the file COPYING in the main directory of this archive
 *  for more details.
 *  for more details.
 */
 */
 
 
#ifndef _ASM_OR32_FONT_H
#ifndef _ASM_OR32_FONT_H
#define _ASM_OR32_FONT_H
#define _ASM_OR32_FONT_H
 
 
#include <linux/types.h>
#include <linux/types.h>
 
 
 
 
   /*
   /*
    *    Find a font with a specific name
    *    Find a font with a specific name
    */
    */
 
 
extern int findsoftfont(char *name, int *width, int *height, u_char *data[]);
extern int findsoftfont(char *name, int *width, int *height, u_char *data[]);
 
 
 
 
   /*
   /*
    *    Get the default font for a specific screen size
    *    Get the default font for a specific screen size
    */
    */
 
 
extern void getdefaultfont(int xres, int yres, char *name[], int *width,
extern void getdefaultfont(int xres, int yres, char *name[], int *width,
                           int *height, u_char *data[]);
                           int *height, u_char *data[]);
 
 
 
 
/* Max. length for the name of a predefined font */
/* Max. length for the name of a predefined font */
#define MAX_FONT_NAME   32
#define MAX_FONT_NAME   32
 
 
#endif /* _ASM_OR32_FONT_H */
#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.