Class: Mathtype3::RecordFont
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Mathtype3::RecordFont
- Includes:
- Snapshot
- Defined in:
- lib/records3/font.rb
Constant Summary collapse
- EXPOSED_IN_SNAPSHOT =
%i(options name typeface style)
Instance Method Summary collapse
Methods included from Snapshot
Instance Method Details
#options ⇒ Object
23 24 25 |
# File 'lib/records3/font.rb', line 23 def end |
#typeface ⇒ Object
19 20 21 |
# File 'lib/records3/font.rb', line 19 def typeface _typeface + 128 end |