#[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_Trait Implementations§
impl Copy for FINF_s
Auto Trait Implementations§
impl Freeze for FINF_s
impl RefUnwindSafe for FINF_s
impl !Send for FINF_s
impl !Sync for FINF_s
impl Unpin for FINF_s
impl UnwindSafe for FINF_s
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)