class FT::GlyphLoaderRec
Public Instance Methods
base()
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 16 def base; end
base=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 17 def base=(v); end
current()
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 18 def current; end
current=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 19 def current=(v); end
max_contours()
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 10 def max_contours; end
max_contours=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 11 def max_contours=(v); end
max_points()
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 8 def max_points; end
max_points=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 9 def max_points=(v); end
max_subglyphs()
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 12 def max_subglyphs; end
max_subglyphs=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 13 def max_subglyphs=(v); end
memory()
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 6 def memory; end
memory=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 7 def memory=(v); end
other()
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 20 def other; end
other=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 21 def other=(v); end
use_extra()
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 14 def use_extra; end
use_extra=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/loader_rec.rb, line 15 def use_extra=(v); end