Class: Text2svg::CharSet

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#charObject

Returns the value of attribute char

Returns:

  • (Object)

    the current value of char



214
215
216
# File 'lib/text2svg/typography.rb', line 214

def char
  @char
end

#is_drawObject

Returns the value of attribute is_draw

Returns:

  • (Object)

    the current value of is_draw



214
215
216
# File 'lib/text2svg/typography.rb', line 214

def is_draw
  @is_draw
end

#metricsObject

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



214
215
216
# File 'lib/text2svg/typography.rb', line 214

def metrics
  @metrics
end

#outline2dObject

Returns the value of attribute outline2d

Returns:

  • (Object)

    the current value of outline2d



214
215
216
# File 'lib/text2svg/typography.rb', line 214

def outline2d
  @outline2d
end

Instance Method Details

#draw?Boolean

Returns:

  • (Boolean)


215
216
217
# File 'lib/text2svg/typography.rb', line 215

def draw?
  is_draw
end