Class: Mathtype3::RecordFont

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

#snapshot

Instance Method Details

#optionsObject



23
24
25
# File 'lib/records3/font.rb', line 23

def options
  _tag_options
end

#typefaceObject



19
20
21
# File 'lib/records3/font.rb', line 19

def typeface
  _typeface + 128
end