Class: VCSRuby::IMFont

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

Instance Attribute Summary collapse

Instance Attribute Details

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



9
10
11
# File 'lib/font.rb', line 9

def family
  @family
end

#glyphsObject

Returns the value of attribute glyphs

Returns:

  • (Object)

    the current value of glyphs



9
10
11
# File 'lib/font.rb', line 9

def glyphs
  @glyphs
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/font.rb', line 9

def name
  @name
end

#stretchObject

Returns the value of attribute stretch

Returns:

  • (Object)

    the current value of stretch



9
10
11
# File 'lib/font.rb', line 9

def stretch
  @stretch
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



9
10
11
# File 'lib/font.rb', line 9

def style
  @style
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



9
10
11
# File 'lib/font.rb', line 9

def weight
  @weight
end