1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-08 03:12:02 +03:00
openwrt-packages/fbida/patches/002-fontsize.patch
kyak 277888f878 fbida: a few applications for viewing and editing images; ghostscript as
a requirement for fbgs, a wrapper script for viewing ps/pdf files on the
framebuffer console using fbi, an image viewer for the linux framebuffer
console.
2010-10-18 20:39:48 +04:00

12 lines
366 B
Diff

--- fbida-2.07.orig/fbi.c 2010-10-17 19:08:40.726246881 +0400
+++ fbida-2.07/fbi.c 2010-10-17 19:08:35.322244313 +0400
@@ -1465,7 +1465,7 @@
font_init();
if (NULL == fontname)
- fontname = "monospace:size=16";
+ fontname = "monospace:size=10";
face = font_open(fontname);
if (NULL == face) {
fprintf(stderr,"can't open font: %s\n",fontname);