summaryrefslogtreecommitdiff
path: root/include/video_font_data.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-03-02 20:50:17 +0100
committerAnatolij Gustschin <agust@denx.de>2018-03-06 10:22:37 +0100
commit5fba532954fe0363bcaa802ba4990e9466dc7d8c (patch)
tree898bfa38be08d1d9eae49ae50c297af37c9f5c41 /include/video_font_data.h
parent19f124d8295f17f23bc4b6d050f96b9d9d651d9f (diff)
downloadu-boot-5fba532954fe0363bcaa802ba4990e9466dc7d8c.tar.gz
video: indicate code page of bitmap fonts
Add comments clarifying that the bitmap fonts support code page 437. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/video_font_data.h')
-rw-r--r--include/video_font_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video_font_data.h b/include/video_font_data.h
index 346a162f56..d52526a63c 100644
--- a/include/video_font_data.h
+++ b/include/video_font_data.h
@@ -3,6 +3,8 @@
* Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
*
* SPDX-License-Identifier: GPL-2.0+
+ *
+ * This file contains an 8x16 bitmap font for code page 437.
*/
#ifndef _VIDEO_FONT_DATA_