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



419
420
421
# File 'lib/fontisan/ufo/glyph.rb', line 419

def x_max
  @x_max
end

#x_minObject

Returns the value of attribute x_min

Returns:

  • (Object)

    the current value of x_min



419
420
421
# File 'lib/fontisan/ufo/glyph.rb', line 419

def x_min
  @x_min
end

#y_maxObject

Returns the value of attribute y_max

Returns:

  • (Object)

    the current value of y_max



419
420
421
# File 'lib/fontisan/ufo/glyph.rb', line 419

def y_max
  @y_max
end

#y_minObject

Returns the value of attribute y_min

Returns:

  • (Object)

    the current value of y_min



419
420
421
# File 'lib/fontisan/ufo/glyph.rb', line 419

def y_min
  @y_min
end