#[repr(C)]pub struct tag_CWDH_s {
pub startIndex: u16_,
pub endIndex: u16_,
pub next: *mut CWDH_s,
pub widths: __IncompleteArrayField<charWidthInfo_s>,
}Expand description
Font character width information block structure.
Fields§
§startIndex: u16_< First Unicode codepoint the block applies to.
endIndex: u16_< Last Unicode codepoint the block applies to.
next: *mut CWDH_s< Pointer to the next block.
widths: __IncompleteArrayField<charWidthInfo_s>< Table of character width information structures.