Class: Pdfrb::FontResolver::FontInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



17
18
19
# File 'lib/pdfrb/font_resolver.rb', line 17

def family
  @family
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/pdfrb/font_resolver.rb', line 17

def path
  @path
end

#ps_nameObject

Returns the value of attribute ps_name

Returns:

  • (Object)

    the current value of ps_name



17
18
19
# File 'lib/pdfrb/font_resolver.rb', line 17

def ps_name
  @ps_name
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



17
18
19
# File 'lib/pdfrb/font_resolver.rb', line 17

def style
  @style
end