Type Alias CWDH_s

Source
pub type CWDH_s = tag_CWDH_s;
Expand description

Font character width information block type.

Aliased Type§

#[repr(C)]
pub struct CWDH_s { pub startIndex: u16, pub endIndex: u16, pub next: *mut tag_CWDH_s, pub widths: __IncompleteArrayField<charWidthInfo_s>, }

Fields§

§startIndex: u16

< First Unicode codepoint the block applies to.

§endIndex: u16

< Last Unicode codepoint the block applies to.

§next: *mut tag_CWDH_s

< Pointer to the next block.

§widths: __IncompleteArrayField<charWidthInfo_s>

< Table of character width information structures.