class Mathtype3::RecordChar

Constants

EXPOSED_IN_SNAPSHOT

Public Instance Methods

mt_code_value() click to toggle source
# File lib/records3/char.rb, line 41
def mt_code_value
  sprintf("0x%04X", _mt_code_value)
end
options() click to toggle source
# File lib/records3/char.rb, line 49
def options
  _tag_options
end
typeface() click to toggle source
# File lib/records3/char.rb, line 45
def typeface
  _typeface + 128
end