Struct windows_sys::Win32::Storage::Xps::XPS_GLYPH_MAPPING
[−]#[repr(C)]pub struct XPS_GLYPH_MAPPING {
pub unicodeStringStart: u32,
pub unicodeStringLength: u16,
pub glyphIndicesStart: u32,
pub glyphIndicesLength: u16,
}Expand description
Required features: ‘Win32_Storage_Xps’
Fields
unicodeStringStart: u32unicodeStringLength: u16glyphIndicesStart: u32glyphIndicesLength: u16