/**
 * Super OSD, software revision 3
 * Copyright (C) 2010 Thomas Oldbury
 *
 * Please note the font data here is covered under Creative
 * Commons licenses (version 3.0 BY-SA) and *not* the GPL.
 */

// Lookup table.
extern const char font_lookup_outlined8x14[256];
// Data.
extern const char font_data_outlined8x14[];