chromium/third_party/rust/chromium_crates_io/vendor/read-fonts-0.20.0/src/tables/eblc.rs

//! The [EBLC (Embedded Bitmap Location)](https://docs.microsoft.com/en-us/typography/opentype/spec/eblc) table

use super::bitmap::*;

include!("../../generated/generated_eblc.rs");