Class: Pdfrb::Font::Sfnt::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/font/sfnt.rb

Instance Attribute Summary collapse

Instance Attribute Details

#byte_lengthObject

Returns the value of attribute byte_length

Returns:

  • (Object)

    the current value of byte_length



12
13
14
# File 'lib/pdfrb/font/sfnt.rb', line 12

def byte_length
  @byte_length
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



12
13
14
# File 'lib/pdfrb/font/sfnt.rb', line 12

def offset
  @offset
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



12
13
14
# File 'lib/pdfrb/font/sfnt.rb', line 12

def tag
  @tag
end