Class: EideticPDF::AFM::AfmChar

Inherits:
Struct
  • Object
show all
Defined in:
lib/epdfafm.rb

Overview

AfmChar = Struct.new(:code, :name, :w0x, :w1x, :w0y, :w1y, :w0, :w1, :vv, :b, :l)

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



14
15
16
# File 'lib/epdfafm.rb', line 14

def code
  @code
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/epdfafm.rb', line 14

def name
  @name
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



14
15
16
# File 'lib/epdfafm.rb', line 14

def width
  @width
end