From 73e8d00d1d03d7186f0ffa2effbedbc3c0dccaf0 Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Tue, 22 Jan 2013 22:41:31 +0000 Subject: [PATCH] [VGAFONTS] Add bitmap font for code page 862. Hebrew glyphs are from X11 font "Schumacher Clean" (see license below), modified by Baruch Rutman (peterooch*at*gmail*dot*com). CORE-6912. Copyright 1989 Dale Schumacher, dal@syntel.mn.org 399 Beacon Ave. St. Paul, MN 55104-3527 Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Dale Schumacher not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Dale Schumacher makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. svn path=/trunk/; revision=58202 --- reactos/media/vgafonts/862-8x8.bin | Bin 0 -> 2048 bytes reactos/media/vgafonts/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+) create mode 100644 reactos/media/vgafonts/862-8x8.bin diff --git a/reactos/media/vgafonts/862-8x8.bin b/reactos/media/vgafonts/862-8x8.bin new file mode 100644 index 0000000000000000000000000000000000000000..ac3591df534a205ed52cb1f9c9b3922c2e586ae8 GIT binary patch literal 2048 zcmYLKPiyN&5FZloyNEc)1sez2cgtm8-P(c(8{T*5<()+G*uKL;eR2g=mE_h#KS1*V zdg-~>fFPjuu;krBz{dFGTpq!vL=++Q_gmR?gfu&|voo{vPa-X3*MD5!-dtx{vuN&~ zn#|U9orcG99Ht(JX-GzT+%i%T6-7#aH{oeyS}`*ytw#bliz%Zo}Qu)H&^SjF4tFba5SkWM+eZFDV0SE$BYppmy5;E zy=p(s`cOKyOWB-U8zQyrtt_94ikx zNwgL%)>=w`EC@P%NrjXEv^QD_h9Oqt6={SzH61)m)5fe3$!Ist)6t8v)xkijybMT(ab6;y)muOKW`o$U`@-kqj=x6SglrhA{q)R=cFK-_>MN!z$ z+l!$O=G`*sdz$AGx1RNR&%au|*alRz2lZNT`k{V?J}7}M^5H@vb@7|}2KExzjpIak z`Ji(k2@6CesAmZO4~_P*AtMP=AO0ZEzw3{c^tE1V-Dh9;mjqZc=hX-dM1jT__6E`DOk~mlOhqF2 zKNyKjNq5K}0YnBndK$F+DY_DUDZ}x1@801Y0!6jc!xq}b1Z4;gie0??iO6``8xF@5 z_aJX5kMrCg^hM5yBa&WGyO_ubo6H~<-45iZhr{7;fO31Q;|}Sv%b%JCgCoB0*22^pMlPhE}t+oulrIhokZ47 z1Z++tNzrB)G^`UqmFGlKF%ox$TMdot0x!ltem>ldD8$P+GlUer24(QoukG{wpY5~w zY4OaLciltj7o{R*GG2T_L~4)s{Fe^-d%*6Fe(4~~LO!vA78HqxR28Hwn4G!=N|M?HP?2$wO literal 0 HcmV?d00001 diff --git a/reactos/media/vgafonts/CMakeLists.txt b/reactos/media/vgafonts/CMakeLists.txt index a0987bca31c..d4df67a8ae5 100644 --- a/reactos/media/vgafonts/CMakeLists.txt +++ b/reactos/media/vgafonts/CMakeLists.txt @@ -5,6 +5,7 @@ list(APPEND SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/775-8x8.bin ${CMAKE_CURRENT_SOURCE_DIR}/850-8x8.bin ${CMAKE_CURRENT_SOURCE_DIR}/852-8x8.bin + ${CMAKE_CURRENT_SOURCE_DIR}/862-8x8.bin ${CMAKE_CURRENT_SOURCE_DIR}/865-8x8.bin ${CMAKE_CURRENT_SOURCE_DIR}/866-8x8.bin ${CMAKE_CURRENT_SOURCE_DIR}/932-8x8.bin