Class: Mathtype3::RecordChar

Inherits:
BinData::Record
  • Object
show all
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

#snapshot

Instance Method Details

#mt_code_valueObject



41
42
43
# File 'lib/records3/char.rb', line 41

def mt_code_value
  sprintf("0x%04X", _mt_code_value)
end

#optionsObject



49
50
51
# File 'lib/records3/char.rb', line 49

def options
  _tag_options
end

#typefaceObject



45
46
47
# File 'lib/records3/char.rb', line 45

def typeface
  _typeface + 128
end