font: load data as a single block
commitbe5a345d385d14bb740df7075c78dec5dcfbfc2a
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 31 May 2013 14:52:55 +0000 (31 07:52 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 31 May 2013 14:53:42 +0000 (31 07:53 -0700)
treeb3f0e5cd443277ace93ba33e4b71f62532dfc56e
parent4e682dcc05b0911365aa92c4f848daf013d3a635
font: load data as a single block

The only reason for a loop is to interleave data, which we don't need
anymore; instead the data is stored in packed form.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/font.c