mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c
This commit is contained in:
parent
f5fc989ac7
commit
8db2fc2d24
3
HISTORY
3
HISTORY
@ -3201,3 +3201,6 @@ Video Disk Recorder Revision History
|
||||
- Removed the LOCK_THREAD from the LIRC thread (thanks to Ludwig Nussel).
|
||||
- Fixed genfontfile.c (sometimes the character width was wrong, and the codes were
|
||||
shifted one too far to the left).
|
||||
- Fixed the character width and shifted the codes one to the right in all font
|
||||
files.
|
||||
- Renamed font???.c to font???-iso8859-1.c for symmetry.
|
||||
|
10
Makefile
10
Makefile
@ -4,7 +4,7 @@
|
||||
# See the main source file 'vdr.c' for copyright information and
|
||||
# how to reach the author.
|
||||
#
|
||||
# $Id: Makefile 1.72 2004/11/21 11:28:55 kls Exp $
|
||||
# $Id: Makefile 1.73 2004/12/18 13:39:19 kls Exp $
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
@ -78,7 +78,7 @@ endif
|
||||
|
||||
all: vdr
|
||||
font: genfontfile\
|
||||
fontfix.c fontosd.c fontsml.c\
|
||||
fontfix-iso8859-1.c fontosd-iso8859-1.c fontsml-iso8859-1.c\
|
||||
fontfix-iso8859-2.c fontosd-iso8859-2.c fontsml-iso8859-2.c\
|
||||
fontfix-iso8859-5.c fontosd-iso8859-5.c fontsml-iso8859-5.c\
|
||||
fontfix-iso8859-7.c fontosd-iso8859-7.c fontsml-iso8859-7.c\
|
||||
@ -106,11 +106,11 @@ vdr: $(OBJS) $(SILIB)
|
||||
|
||||
# The font files:
|
||||
|
||||
fontfix.c:
|
||||
fontfix-iso8859-1.c:
|
||||
./genfontfile "cFont::tPixelData FontFix_iso8859_1" "$(FIXFONT_ISO8859_1)" > $@
|
||||
fontosd.c:
|
||||
fontosd-iso8859-1.c:
|
||||
./genfontfile "cFont::tPixelData FontOsd_iso8859_1" "$(OSDFONT_ISO8859_1)" > $@
|
||||
fontsml.c:
|
||||
fontsml-iso8859-1.c:
|
||||
./genfontfile "cFont::tPixelData FontSml_iso8859_1" "$(SMLFONT_ISO8859_1)" > $@
|
||||
|
||||
fontfix-iso8859-2.c:
|
||||
|
8
font.c
8
font.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: font.c 1.9 2004/10/23 14:06:01 kls Exp $
|
||||
* $Id: font.c 1.10 2004/12/18 13:41:19 kls Exp $
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
@ -12,9 +12,9 @@
|
||||
#include "font.h"
|
||||
#include "tools.h"
|
||||
|
||||
#include "fontfix.c"
|
||||
#include "fontosd.c"
|
||||
#include "fontsml.c"
|
||||
#include "fontfix-iso8859-1.c"
|
||||
#include "fontosd-iso8859-1.c"
|
||||
#include "fontsml-iso8859-1.c"
|
||||
|
||||
#include "fontfix-iso8859-2.c"
|
||||
#include "fontosd-iso8859-2.c"
|
||||
|
File diff suppressed because it is too large
Load Diff
5508
fontfix-iso8859-15.c
5508
fontfix-iso8859-15.c
File diff suppressed because it is too large
Load Diff
5540
fontfix-iso8859-2.c
5540
fontfix-iso8859-2.c
File diff suppressed because it is too large
Load Diff
4874
fontfix-iso8859-5.c
4874
fontfix-iso8859-5.c
File diff suppressed because it is too large
Load Diff
5754
fontfix-iso8859-7.c
5754
fontfix-iso8859-7.c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
5904
fontosd-iso8859-15.c
5904
fontosd-iso8859-15.c
File diff suppressed because it is too large
Load Diff
5818
fontosd-iso8859-2.c
5818
fontosd-iso8859-2.c
File diff suppressed because it is too large
Load Diff
4898
fontosd-iso8859-5.c
4898
fontosd-iso8859-5.c
File diff suppressed because it is too large
Load Diff
6026
fontosd-iso8859-7.c
6026
fontosd-iso8859-7.c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
4858
fontsml-iso8859-15.c
4858
fontsml-iso8859-15.c
File diff suppressed because it is too large
Load Diff
4902
fontsml-iso8859-2.c
4902
fontsml-iso8859-2.c
File diff suppressed because it is too large
Load Diff
4464
fontsml-iso8859-5.c
4464
fontsml-iso8859-5.c
File diff suppressed because it is too large
Load Diff
4772
fontsml-iso8859-7.c
4772
fontsml-iso8859-7.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user