summaryrefslogtreecommitdiffstats
path: root/minui/font_10x18.h
diff options
context:
space:
mode:
authorDamien Bargiacchi <drb@google.com>2016-08-24 22:45:14 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-08-24 22:45:14 +0200
commite3c71849116f5f503b9cc633c96caee8fda51d30 (patch)
tree2a05cf57d7178cf5598594ee0e96e8d7316d927f /minui/font_10x18.h
parentresolve merge conflicts of 7f8dc84 to nyc-mr1-dev-plus-aosp (diff)
parentSupport use of custom fonts in miniui (diff)
downloadandroid_bootable_recovery-e3c71849116f5f503b9cc633c96caee8fda51d30.tar
android_bootable_recovery-e3c71849116f5f503b9cc633c96caee8fda51d30.tar.gz
android_bootable_recovery-e3c71849116f5f503b9cc633c96caee8fda51d30.tar.bz2
android_bootable_recovery-e3c71849116f5f503b9cc633c96caee8fda51d30.tar.lz
android_bootable_recovery-e3c71849116f5f503b9cc633c96caee8fda51d30.tar.xz
android_bootable_recovery-e3c71849116f5f503b9cc633c96caee8fda51d30.tar.zst
android_bootable_recovery-e3c71849116f5f503b9cc633c96caee8fda51d30.zip
Diffstat (limited to 'minui/font_10x18.h')
-rw-r--r--minui/font_10x18.h8
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,