Class: EideticPDF::Font

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

Instance Attribute Summary collapse

Instance Attribute Details

#ascentObject

Returns the value of attribute ascent



16
17
18
# File 'lib/epdfpw.rb', line 16

def ascent
  @ascent
end

#colorObject

Returns the value of attribute color



16
17
18
# File 'lib/epdfpw.rb', line 16

def color
  @color
end

#descentObject

Returns the value of attribute descent



16
17
18
# File 'lib/epdfpw.rb', line 16

def descent
  @descent
end

#encodingObject

Returns the value of attribute encoding



16
17
18
# File 'lib/epdfpw.rb', line 16

def encoding
  @encoding
end

#heightObject

Returns the value of attribute height



16
17
18
# File 'lib/epdfpw.rb', line 16

def height
  @height
end

#nameObject

Returns the value of attribute name



16
17
18
# File 'lib/epdfpw.rb', line 16

def name
  @name
end

#sizeObject

Returns the value of attribute size



16
17
18
# File 'lib/epdfpw.rb', line 16

def size
  @size
end

#styleObject

Returns the value of attribute style



16
17
18
# File 'lib/epdfpw.rb', line 16

def style
  @style
end

#sub_typeObject

Returns the value of attribute sub_type



16
17
18
# File 'lib/epdfpw.rb', line 16

def sub_type
  @sub_type
end

#underline_positionObject

Returns the value of attribute underline_position



16
17
18
# File 'lib/epdfpw.rb', line 16

def underline_position
  @underline_position
end

#underline_thicknessObject

Returns the value of attribute underline_thickness



16
17
18
# File 'lib/epdfpw.rb', line 16

def underline_thickness
  @underline_thickness
end

#widthsObject

Returns the value of attribute widths



16
17
18
# File 'lib/epdfpw.rb', line 16

def widths
  @widths
end