class FT::GlyphRec

Public Instance Methods

advance() click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 14
def advance; end
advance=(v) click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 15
def advance=(v); end
clazz() click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 10
def clazz; end
clazz=(v) click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 11
def clazz=(v); end
format() click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 12
def format; end
format=(v) click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 13
def format=(v); end
inspect() click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 26
def inspect
  members.map { |member| "#{member.inspect} = #{self[member]}" }.join(', ')
end
library() click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 8
def library; end
library=(v) click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 9
def library=(v); end
to_s() click to toggle source
# File lib/ft-ffi/struct/glyph/rec.rb, line 22
def to_s
  inspect
end