pub type CMAP_s = tag_CMAP_s;Expand description
Font character map type.
Aliased Type§
#[repr(C)]pub struct CMAP_s {
pub codeBegin: u16,
pub codeEnd: u16,
pub mappingMethod: u16,
pub reserved: u16,
pub next: *mut tag_CMAP_s,
pub __bindgen_anon_1: tag_CMAP_s__bindgen_ty_1,
}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 tag_CMAP_s< Pointer to the next map.
__bindgen_anon_1: tag_CMAP_s__bindgen_ty_1