Class: Fontisan::Ufo::BoundingBox

Inherits:
Struct
  • Object
show all
Defined in:
lib/fontisan/ufo/glyph.rb

Overview

Plain-data bounding box (used by glyph bbox computation; not a full OpenType table).

Instance Attribute Summary collapse

Instance Attribute Details

#x_maxObject

Returns the value of attribute x_max

Returns:

  • (Object)

    the current value of x_max



443
444
445
# File 'lib/fontisan/ufo/glyph.rb', line 443

def x_max
  @x_max
end

#x_minObject

Returns the value of attribute x_min

Returns:

  • (Object)

    the current value of x_min



443
444
445
# File 'lib/fontisan/ufo/glyph.rb', line 443

def x_min
  @x_min
end

#y_maxObject

Returns the value of attribute y_max

Returns:

  • (Object)

    the current value of y_max



443
444
445
# File 'lib/fontisan/ufo/glyph.rb', line 443

def y_max
  @y_max
end

#y_minObject

Returns the value of attribute y_min

Returns:

  • (Object)

    the current value of y_min



443
444
445
# File 'lib/fontisan/ufo/glyph.rb', line 443

def y_min
  @y_min
end