Class: Pdfrb::FontLoader::Type3::GlyphSpec
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::FontLoader::Type3::GlyphSpec
- Defined in:
- lib/pdfrb/font_loader/type3.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#procedure ⇒ Object
Returns the value of attribute procedure.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/pdfrb/font_loader/type3.rb', line 14 def name @name end |
#procedure ⇒ Object
Returns the value of attribute procedure
14 15 16 |
# File 'lib/pdfrb/font_loader/type3.rb', line 14 def procedure @procedure end |
#width ⇒ Object
Returns the value of attribute width
14 15 16 |
# File 'lib/pdfrb/font_loader/type3.rb', line 14 def width @width end |