codepage437 0.1.0

Tools for dealing with various bitmap fonts, specifically IBM Codepage 437
Documentation
/// IBM Codepage 437 8x8
pub const CP437_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP437.F08");
/// IBM Codepage 437 8x14
pub const CP437_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP437.F14");
/// IBM Codepage 437 8x16
pub const CP437_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP437.F16");
/// IBM Codepage 437 8x19
pub const CP437_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP437.F19");

// pub const CP720_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP720.F08");
// pub const CP720_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP720.F14");
// pub const CP720_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP720.F16");
// pub const CP720_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP720.F19");

/// IBM Codepage 737 8x8
pub const CP737_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP737.F08");
/// IBM Codepage 737 8x14
pub const CP737_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP737.F14");
/// IBM Codepage 737 8x16
pub const CP737_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP737.F16");
// pub const CP737_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP737.F19");

/// IBM Codepage 775 8x8
pub const CP775_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP775.F08");
/// IBM Codepage 775 8x14
pub const CP775_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP775.F14");
/// IBM Codepage 775 8x16
pub const CP775_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP775.F16");
// pub const CP775_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP775.F19");

// pub const CP819_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP819.F08");
// pub const CP819_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP819.F14");
// pub const CP819_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP819.F16");
// pub const CP819_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP819.F19");

/// IBM Codepage 850 8x8
pub const CP850_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP850.F08");
/// IBM Codepage 850 8x14
pub const CP850_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP850.F14");
/// IBM Codepage 850 8x16
pub const CP850_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP850.F16");
/// IBM Codepage 850 8x19
pub const CP850_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP850.F19");

/// IBM Codepage 852 8x8
pub const CP852_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP852.F08");
/// IBM Codepage 852 8x14
pub const CP852_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP852.F14");
/// IBM Codepage 852 8x16
pub const CP852_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP852.F16");
/// IBM Codepage 852 8x19
pub const CP852_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP852.F19");

/// IBM Codepage 855 8x8
pub const CP855_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP855.F08");
/// IBM Codepage 855 8x14
pub const CP855_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP855.F14");
/// IBM Codepage 855 8x16
pub const CP855_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP855.F16");
// pub const CP855_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP855.F19");

/// IBM Codepage 857 8x8
pub const CP857_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP857.F08");
/// IBM Codepage 857 8x14
pub const CP857_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP857.F14");
/// IBM Codepage 857 8x16
pub const CP857_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP857.F16");
// pub const CP857F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP857.F19");

// pub const CP858_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP858.F08");
// pub const CP858_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP858.F14");
// pub const CP858_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP858.F16");
// pub const CP858F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP858.F19");

/// IBM Codepage 860 8x8
pub const CP860_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP860.F08");
/// IBM Codepage 860 8x14
pub const CP860_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP860.F14");
/// IBM Codepage 860 8x16
pub const CP860_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP860.F16");
/// IBM Codepage 860 8x19
pub const CP860_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP860.F19");

/// IBM Codepage 861 8x8
pub const CP861_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP861.F08");
/// IBM Codepage 861 8x14
pub const CP861_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP861.F14");
/// IBM Codepage 861 8x15
pub const CP861_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP861.F16");
/// IBM Codepage 861 8x19
pub const CP861_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP861.F19");

/// IBM Codepage 862 8x8
pub const CP862_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP862.F08");
/// IBM Codepage 862 8x14
pub const CP862_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP862.F14");
/// IBM Codepage 862 8x16
pub const CP862_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP862.F16");
// pub const CP862_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP862.F19");

/// IBM Codepage 863 8x8
pub const CP863_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP863.F08");
/// IBM Codepage 863 8x14
pub const CP863_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP863.F14");
/// IBM Codepage 863 8x16
pub const CP863_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP863.F16");
/// IBM Codepage 863 8x19
pub const CP863_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP863.F19");

/// IBM Codepage 864 8x8
pub const CP864_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP864.F08");
/// IBM Codepage 864 8x14
pub const CP864_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP864.F14");
/// IBM Codepage 864 8x16
pub const CP864_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP864.F16");
// pub const CP864_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP864.F19");

/// IBM Codepage 865 8x8
pub const CP865_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP865.F08");
/// IBM Codepage 865 8x14
pub const CP865_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP865.F14");
/// IBM Codepage 865 8x16
pub const CP865_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP865.F16");
/// IBM Codepage 865 8x19
pub const CP865_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP865.F19");

/// IBM Codepage 866 8x8
pub const CP866_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP866.F08");
/// IBM Codepage 866 8x14
pub const CP866_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP866.F14");
/// IBM Codepage 866 8x16
pub const CP866_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP866.F16");
// pub const CP866_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP866.F19");

/// IBM Codepage 869 8x8
pub const CP869_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP869.F08");
/// IBM Codepage 869 8x14
pub const CP869_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP869.F14");
/// IBM Codepage 869 8x16
pub const CP869_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP869.F16");
// pub const CP869_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP869.F19");

// pub const CP872_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CP872.F08");
// pub const CP872_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CP872.F14");
// pub const CP872_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CP872.F16");
// pub const CP872_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CP872.F19");

// pub const CPKAM_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CPKAM.F08");
// pub const CPKAM_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CPKAM.F14");
// pub const CPKAM_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CPKAM.F16");
// pub const CPKAM_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CPKAM.F19");

// pub const CPMAZ_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CPMAZ.F08");
// pub const CPMAZ_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CPMAZ.F14");
// pub const CPMAZ_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CPMAZ.F16");
// pub const CPMAZ_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CPMAZ.F19");

// pub const CPMIK_F08: &[u8; 2048] = include_bytes!("../../fonts/ibm/CPMIK.F08");
// pub const CPMIK_F14: &[u8; 3584] = include_bytes!("../../fonts/ibm/CPMIK.F14");
// pub const CPMIK_F16: &[u8; 4096] = include_bytes!("../../fonts/ibm/CPMIK.F16");
// pub const CPMIK_F19: &[u8; 4864] = include_bytes!("../../fonts/ibm/CPMIK.F19");

/// Amiga Topaz 1
pub const TOPAZ_A500_F16: &[u8; 4096] = include_bytes!("../../fonts/amiga/Topaz_a500.F16");
/// Amiga Topaz 1+
pub const TOPAZ_PLUS_A500_F16: &[u8; 4096] = include_bytes!("../../fonts/amiga/TopazPlus_a500.F16");
/// Amiga Topaz 2
pub const TOPAZ_A1200_F16: &[u8; 4096] = include_bytes!("../../fonts/amiga/Topaz_a1200.F16");
/// Amiga Topaz 2_
pub const TOPAZ_PLUS_A1200_F16: &[u8; 4096] =
    include_bytes!("../../fonts/amiga/TopazPlus_a1200.F16");
/// Amiga P0T-NOoDLE
pub const P0T_NOODLE_F16: &[u8; 4096] = include_bytes!("../../fonts/amiga/P0T-NOoDLE.F16");
/// Amiga MicroKnight
pub const MICRO_KNIGHT_F16: &[u8; 4096] = include_bytes!("../../fonts/amiga/MicroKnight.F16");
/// Amiga MicroKnight+
pub const MICRO_KNIGHT_PLUS_F16: &[u8; 4096] =
    include_bytes!("../../fonts/amiga/MicroKnightPlus.F16");
/// Amiga mOsOul
pub const MO_SOUL_F16: &[u8; 4096] = include_bytes!("../../fonts/amiga/mO'sOul.F16");

/// C64 PETSCII unshifted
pub const PETSCII_UNSHIFTED_F08: &[u8; 2048] =
    include_bytes!("../../fonts/c64/PETSCII unshifted.F08");
/// C64 PETSCII shifted
pub const PETSCII_SHIFTED_F08: &[u8; 2048] = include_bytes!("../../fonts/c64/PETSCII shifted.F08");

/// Atari ATASCII
pub const ATASCII_F08: &[u8; 2048] = include_bytes!("../../fonts/atari/ATASCII.F08");