class FT::Matrix

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

Public Instance Methods

inspect() click to toggle source
# File lib/ft-ffi/struct/matrix.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/matrix.rb, line 18
def to_s
  inspect
end
xx() click to toggle source
# File lib/ft-ffi/struct/matrix.rb, line 4
def xx; end
xx=(v) click to toggle source
# File lib/ft-ffi/struct/matrix.rb, line 5
def xx=(v); end
xy() click to toggle source
# File lib/ft-ffi/struct/matrix.rb, line 6
def xy; end
xy=(v) click to toggle source
# File lib/ft-ffi/struct/matrix.rb, line 7
def xy=(v); end
yx() click to toggle source
# File lib/ft-ffi/struct/matrix.rb, line 10
def yx; end
yx=(v) click to toggle source
# File lib/ft-ffi/struct/matrix.rb, line 11
def yx=(v); end
yy() click to toggle source
# File lib/ft-ffi/struct/matrix.rb, line 8
def yy; end
yy=(v) click to toggle source
# File lib/ft-ffi/struct/matrix.rb, line 9
def yy=(v); end