#[repr(u16)]pub enum NameKind {
Show 26 variants
CopyrightNotice = 0,
FontFamily = 1,
FontSubfamily = 2,
UniqueIdentifier = 3,
FullFontName = 4,
NameTableVersion = 5,
PostscriptName = 6,
Trademark = 7,
Manufacturer = 8,
Designer = 9,
Description = 10,
VendorUrl = 11,
DesignerUrl = 12,
LicenseDescription = 13,
LicenseInfoUrl = 14,
PreferredFamily = 16,
PreferredSubfamily = 17,
CompatibleFull = 18,
SampleText = 19,
PostscriptCid = 20,
WwsFamily = 21,
WwsSubfamily = 22,
LightBackgroundPalette = 23,
DarkBackgroundPalette = 24,
VariationsPostscriptNamePrefix = 25,
Other = 65_535,
}
Expand description
The strings supported by the name table
Variants§
CopyrightNotice = 0
FontFamily = 1
FontSubfamily = 2
UniqueIdentifier = 3
FullFontName = 4
NameTableVersion = 5
PostscriptName = 6
Trademark = 7
Manufacturer = 8
Designer = 9
Description = 10
VendorUrl = 11
DesignerUrl = 12
LicenseDescription = 13
LicenseInfoUrl = 14
PreferredFamily = 16
PreferredSubfamily = 17
CompatibleFull = 18
SampleText = 19
PostscriptCid = 20
WwsFamily = 21
WwsSubfamily = 22
LightBackgroundPalette = 23
DarkBackgroundPalette = 24
VariationsPostscriptNamePrefix = 25
Other = 65_535
Trait Implementations§
impl Copy for NameKind
impl Eq for NameKind
impl StructuralPartialEq for NameKind
Auto Trait Implementations§
impl Freeze for NameKind
impl RefUnwindSafe for NameKind
impl Send for NameKind
impl Sync for NameKind
impl Unpin for NameKind
impl UnwindSafe for NameKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more