Class: Pdfrb::FontLoader::Type3::GlyphSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/font_loader/type3.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/pdfrb/font_loader/type3.rb', line 14

def name
  @name
end

#procedureObject

Returns the value of attribute procedure

Returns:

  • (Object)

    the current value of procedure



14
15
16
# File 'lib/pdfrb/font_loader/type3.rb', line 14

def procedure
  @procedure
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



14
15
16
# File 'lib/pdfrb/font_loader/type3.rb', line 14

def width
  @width
end