Struct read_fonts::traversal::StringOffset
source · pub struct StringOffset<'a> {
pub offset: OffsetType,
pub target: Result<Box<dyn SomeString<'a> + 'a>, ReadError>,
}Expand description
An offset to string data.
This is a special case for the name table (and maybe elsewhere?)
Fields§
§offset: OffsetType§target: Result<Box<dyn SomeString<'a> + 'a>, ReadError>