ttf-inter 0.1.0

Inter font as cargo crate for direct use from code
Documentation
// Copyright (c) 2016-2020 The Inter Project Authors
// https://github.com/rsms/inter

// This Font Software is licensed under the SIL Open Font License, Version 1.1.
// This license is copied below, and is also available with a FAQ at:
// http://scripts.sil.org/OFL


#[cfg(feature = "regular")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Regular.ttf");

#[cfg(feature = "bold")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Bold.ttf");

#[cfg(feature = "italic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Italic.ttf");

#[cfg(feature = "black")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Black.ttf");

#[cfg(feature = "blackitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-BlackItalic.ttf");

#[cfg(feature = "bolditalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-BoldItalic.ttf");

#[cfg(feature = "thin")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Thin.ttf");

#[cfg(feature = "thinitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ThinItalic.ttf");

#[cfg(feature = "extrabold")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ExtraBold.ttf");

#[cfg(feature = "extrabolditalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ExtraBoldItalic.ttf");

#[cfg(feature = "extralight")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ExtraLight.ttf");

#[cfg(feature = "extralightitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ExtraLightItalic.ttf");

#[cfg(feature = "light")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Light.ttf");

#[cfg(feature = "lightitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-LightItalic.ttf");

#[cfg(feature = "medium")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Medium.ttf");

#[cfg(feature = "mediumitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-MediumItalic.ttf");

#[cfg(feature = "semibold")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-SemiBold.ttf");

#[cfg(feature = "semibolditalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-SemiBoldItalic.ttf");

#[cfg(feature = "thin")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Thin.ttf");

#[cfg(feature = "thinitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ThinItalic.ttf");

#[cfg(feature = "v")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-V.ttf");