mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
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.
This commit is contained in:
11
fbida/patches/002-fontsize.patch
Normal file
11
fbida/patches/002-fontsize.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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);
|
||||
Reference in New Issue
Block a user