Class: Mathtype3::RecordChar
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Mathtype3::RecordChar
- Includes:
- Snapshot
- Defined in:
- lib/records3/char.rb
Constant Summary collapse
- EXPOSED_IN_SNAPSHOT =
%i(options nudge typeface mt_code_value embellishment_list)
Instance Method Summary collapse
Methods included from Snapshot
Instance Method Details
#mt_code_value ⇒ Object
41 42 43 |
# File 'lib/records3/char.rb', line 41 def mt_code_value sprintf("0x%04X", _mt_code_value) end |
#options ⇒ Object
49 50 51 |
# File 'lib/records3/char.rb', line 49 def end |
#typeface ⇒ Object
45 46 47 |
# File 'lib/records3/char.rb', line 45 def typeface _typeface + 128 end |