#[repr(C)]pub struct FINF_s {Show 14 fields
pub signature: u32_,
pub sectionSize: u32_,
pub fontType: u8_,
pub lineFeed: u8_,
pub alterCharIndex: u16_,
pub defaultWidth: charWidthInfo_s,
pub encoding: u8_,
pub tglp: *mut TGLP_s,
pub cwdh: *mut CWDH_s,
pub cmap: *mut CMAP_s,
pub height: u8_,
pub width: u8_,
pub ascent: u8_,
pub padding: u8_,
}
Expand description
Font information structure.
Fields§
§signature: u32_
< Signature (FINF).
sectionSize: u32_
< Section size.
fontType: u8_
< Font type
lineFeed: u8_
< Line feed vertical distance.
alterCharIndex: u16_
< Glyph index of the replacement character.
defaultWidth: charWidthInfo_s
< Default character width information.
encoding: u8_
< Font encoding (?)
tglp: *mut TGLP_s
< Pointer to texture sheet information.
cwdh: *mut CWDH_s
< Pointer to the first character width information block.
cmap: *mut CMAP_s
< Pointer to the first character map.
height: u8_
< Font height.
width: u8_
< Font width.
ascent: u8_
< Font ascent.
padding: u8_