[svn] / branches / dev-api-4 / xvidcore / src / image / font.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/image/font.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1053, Mon Jun 9 01:25:19 2003 UTC revision 1054, Mon Jun 9 13:55:56 2003 UTC
# Line 1  Line 1 
1   /******************************************************************************  /*****************************************************************************
2    *                                                                            *   *
3    *  This file is part of XviD, a free MPEG-4 video encoder/decoder            *   *  XVID MPEG-4 VIDEO CODEC
4    *                                                                            *   *  - Font rendering to frame buffer functions -
5    *  XviD is free software; you can redistribute it and/or modify it           *   *
6    *  under the terms of the GNU General Public License as published by         *   *  Copyright(C) 2002-2003 Peter Ross <pross@xvid.org>
7    *  the Free Software Foundation; either version 2 of the License, or         *   *
8    *  (at your option) any later version.                                       *   *  This program is free software ; you can redistribute it and/or modify
9    *                                                                            *   *  it under the terms of the GNU General Public License as published by
10    *  XviD is distributed in the hope that it will be useful, but               *   *  the Free Software Foundation ; either version 2 of the License, or
11    *  WITHOUT ANY WARRANTY; without even the implied warranty of                *   *  (at your option) any later version.
12    *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             *   *
13    *  GNU General Public License for more details.                              *   *  This program is distributed in the hope that it will be useful,
14    *                                                                            *   *  but WITHOUT ANY WARRANTY ; without even the implied warranty of
15    *  You should have received a copy of the GNU General Public License         *   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    *  along with this program; if not, write to the Free Software               *   *  GNU General Public License for more details.
17    *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  *   *
18    *                                                                            *   *  You should have received a copy of the GNU General Public License
19    ******************************************************************************/   *  along with this program ; if not, write to the Free Software
20     *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   /******************************************************************************   *
22    *                                                                            *   * $Id: font.c,v 1.4.2.2 2003-06-09 13:53:33 edgomez Exp $
23    *  font.c                                                                    *   *
24    *                                                                            *   ****************************************************************************/
   *  Copyright (C) 2001 - Peter Ross <suxen_drol@hotmail.com>                  *  
   *                                                                            *  
   *  For more information visit the XviD homepage: http://www.xvid.org         *  
   *                                                                            *  
   ******************************************************************************/  
   
  /******************************************************************************  
   *                                                                            *  
   *  Revision history:                                                         *  
   *                                                                            *  
   *      22.06.2002  inital version                                                *  
   *                                                                            *  
   ******************************************************************************/  
25    
26  #include <stdio.h>  #include <stdio.h>
27  #include <stdarg.h>  #include <stdarg.h>

Legend:
Removed from v.1053  
changed lines
  Added in v.1054

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4