diff options
author | Damien Bargiacchi <drb@google.com> | 2016-08-24 22:36:35 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-08-24 22:36:36 +0200 |
commit | 929ffefdccf3f7b6e2810cc47efaf93626f9a2cc (patch) | |
tree | 7fba041af0f98ba2a037d3f22b5e7744d4d7e2f5 /minui/font_10x18.h | |
parent | "view recovery logs" will show /tmp/recovery.log (diff) | |
parent | Support use of custom fonts in miniui (diff) | |
download | android_bootable_recovery-929ffefdccf3f7b6e2810cc47efaf93626f9a2cc.tar android_bootable_recovery-929ffefdccf3f7b6e2810cc47efaf93626f9a2cc.tar.gz android_bootable_recovery-929ffefdccf3f7b6e2810cc47efaf93626f9a2cc.tar.bz2 android_bootable_recovery-929ffefdccf3f7b6e2810cc47efaf93626f9a2cc.tar.lz android_bootable_recovery-929ffefdccf3f7b6e2810cc47efaf93626f9a2cc.tar.xz android_bootable_recovery-929ffefdccf3f7b6e2810cc47efaf93626f9a2cc.tar.zst android_bootable_recovery-929ffefdccf3f7b6e2810cc47efaf93626f9a2cc.zip |
Diffstat (limited to 'minui/font_10x18.h')
-rw-r--r-- | minui/font_10x18.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/minui/font_10x18.h b/minui/font_10x18.h index 29d705344..30dfb9c56 100644 --- a/minui/font_10x18.h +++ b/minui/font_10x18.h @@ -1,14 +1,14 @@ struct { unsigned width; unsigned height; - unsigned cwidth; - unsigned cheight; + unsigned char_width; + unsigned char_height; unsigned char rundata[2973]; } font = { .width = 960, .height = 18, - .cwidth = 10, - .cheight = 18, + .char_width = 10, + .char_height = 18, .rundata = { 0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x55,0x82,0x06,0x82,0x02,0x82,0x10,0x82, 0x11,0x83,0x08,0x82,0x0a,0x82,0x04,0x82,0x46,0x82,0x08,0x82,0x07,0x84,0x06, |