Class: FreeType::API::BBox

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

Instance Attribute Summary collapse

Instance Attribute Details

#x_maxObject

Returns the value of attribute x_max

Returns:

  • (Object)

    the current value of x_max



243
244
245
# File 'lib/freetype/api.rb', line 243

def x_max
  @x_max
end

#x_minObject

Returns the value of attribute x_min

Returns:

  • (Object)

    the current value of x_min



243
244
245
# File 'lib/freetype/api.rb', line 243

def x_min
  @x_min
end

#y_maxObject

Returns the value of attribute y_max

Returns:

  • (Object)

    the current value of y_max



243
244
245
# File 'lib/freetype/api.rb', line 243

def y_max
  @y_max
end

#y_minObject

Returns the value of attribute y_min

Returns:

  • (Object)

    the current value of y_min



243
244
245
# File 'lib/freetype/api.rb', line 243

def y_min
  @y_min
end