class FT::BBox

www.freetype.org/freetype2/docs/reference/ft2-basic_types.html#FT_BBox

Public Instance Methods

inspect() click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 22
def inspect
  members.map { |member| "#{member.inspect} = #{self[member]}" }.join(', ')
end
to_s() click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 18
def to_s
  inspect
end
xMax() click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 8
def xMax; end
xMax=(v) click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 9
def xMax=(v); end
xMin() click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 4
def xMin; end
xMin=(v) click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 5
def xMin=(v); end
yMax() click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 10
def yMax; end
yMax=(v) click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 11
def yMax=(v); end
yMin() click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 6
def yMin; end
yMin=(v) click to toggle source
# File lib/ft-ffi/struct/image/bbox.rb, line 7
def yMin=(v); end