Enum read_fonts::tables::postscript::dict::Operator
source · pub enum Operator {
Show 55 variants
Version,
Notice,
FullName,
FamilyName,
Weight,
FontBbox,
CharstringsOffset,
PrivateDictRange,
VariationStoreOffset,
Copyright,
IsFixedPitch,
ItalicAngle,
UnderlinePosition,
UnderlineThickness,
PaintType,
CharstringType,
FontMatrix,
StrokeWidth,
FdArrayOffset,
FdSelectOffset,
BlueValues,
OtherBlues,
FamilyBlues,
FamilyOtherBlues,
SubrsOffset,
VariationStoreIndex,
BlueScale,
BlueShift,
BlueFuzz,
LanguageGroup,
ExpansionFactor,
Encoding,
Charset,
UniqueId,
Xuid,
SyntheticBase,
PostScript,
BaseFontName,
BaseFontBlend,
Ros,
CidFontVersion,
CidFontRevision,
CidFontType,
CidCount,
UidBase,
FontName,
StdHw,
StdVw,
DefaultWidthX,
NominalWidthX,
Blend,
StemSnapH,
StemSnapV,
ForceBold,
InitialRandomSeed,
}
Expand description
PostScript DICT operator.
See “Table 9 Top DICT Operator Entries” and “Table 23 Private DICT Operators” at https://adobe-type-tools.github.io/font-tech-notes/pdfs/5176.CFF.pdf
Variants§
Version
Notice
FullName
FamilyName
Weight
FontBbox
CharstringsOffset
PrivateDictRange
VariationStoreOffset
Copyright
IsFixedPitch
ItalicAngle
UnderlinePosition
UnderlineThickness
PaintType
CharstringType
FontMatrix
StrokeWidth
FdArrayOffset
FdSelectOffset
BlueValues
OtherBlues
FamilyBlues
FamilyOtherBlues
SubrsOffset
VariationStoreIndex
BlueScale
BlueShift
BlueFuzz
LanguageGroup
ExpansionFactor
Encoding
Charset
UniqueId
Xuid
SyntheticBase
PostScript
BaseFontName
BaseFontBlend
Ros
CidFontVersion
CidFontRevision
CidFontType
CidCount
UidBase
FontName
StdHw
StdVw
DefaultWidthX
NominalWidthX
Blend
StemSnapH
StemSnapV
ForceBold
InitialRandomSeed
Trait Implementations§
impl Copy for Operator
impl Eq for Operator
impl StructuralPartialEq for Operator
Auto Trait Implementations§
impl Freeze for Operator
impl RefUnwindSafe for Operator
impl Send for Operator
impl Sync for Operator
impl Unpin for Operator
impl UnwindSafe for Operator
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)