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

Returns:

  • (Object)

    the current value of ascent



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

def ascent
  @ascent
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



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

def color
  @color
end

#descentObject

Returns the value of attribute descent

Returns:

  • (Object)

    the current value of descent



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

def descent
  @descent
end

#encodingObject

Returns the value of attribute encoding

Returns:

  • (Object)

    the current value of encoding



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

def encoding
  @encoding
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



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

def height
  @height
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



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

def size
  @size
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



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

def style
  @style
end

#sub_typeObject

Returns the value of attribute sub_type

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of underline_thickness



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

def underline_thickness
  @underline_thickness
end

#widthsObject

Returns the value of attribute widths

Returns:

  • (Object)

    the current value of widths



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

def widths
  @widths
end