#[repr(C)]pub struct tag_CMAP_s {
pub codeBegin: u16_,
pub codeEnd: u16_,
pub mappingMethod: u16_,
pub reserved: u16_,
pub next: *mut CMAP_s,
pub __bindgen_anon_1: tag_CMAP_s__bindgen_ty_1,
}Expand description
Font character map structure.
Fields§
§codeBegin: u16_< First Unicode codepoint the block applies to.
codeEnd: u16_< Last Unicode codepoint the block applies to.
mappingMethod: u16_< Mapping method.
reserved: u16_§next: *mut CMAP_s< Pointer to the next map.
__bindgen_anon_1: tag_CMAP_s__bindgen_ty_1