Class: FT::GlyphLoaderRec
- Inherits:
-
FFIAdditions::Struct
- Object
- FFIAdditions::Struct
- FT::GlyphLoaderRec
- Defined in:
- lib/ft-ffi/struct/stubs.rb,
lib/ft-ffi/struct/glyph/loader_rec.rb
Instance Method Summary collapse
- #base ⇒ Object
- #base=(v) ⇒ Object
- #current ⇒ Object
- #current=(v) ⇒ Object
- #max_contours ⇒ Object
- #max_contours=(v) ⇒ Object
- #max_points ⇒ Object
- #max_points=(v) ⇒ Object
- #max_subglyphs ⇒ Object
- #max_subglyphs=(v) ⇒ Object
- #memory ⇒ Object
- #memory=(v) ⇒ Object
- #other ⇒ Object
- #other=(v) ⇒ Object
- #use_extra ⇒ Object
- #use_extra=(v) ⇒ Object
Instance Method Details
#base ⇒ Object
16 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 16 def base; end |
#base=(v) ⇒ Object
17 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 17 def base=(v); end |
#current ⇒ Object
18 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 18 def current; end |
#current=(v) ⇒ Object
19 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 19 def current=(v); end |
#max_contours ⇒ Object
10 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 10 def max_contours; end |
#max_contours=(v) ⇒ Object
11 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 11 def max_contours=(v); end |
#max_points ⇒ Object
8 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 8 def max_points; end |
#max_points=(v) ⇒ Object
9 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 9 def max_points=(v); end |
#max_subglyphs ⇒ Object
12 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 12 def max_subglyphs; end |
#max_subglyphs=(v) ⇒ Object
13 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 13 def max_subglyphs=(v); end |
#memory ⇒ Object
6 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 6 def memory; end |
#memory=(v) ⇒ Object
7 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 7 def memory=(v); end |
#other ⇒ Object
20 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 20 def other; end |
#other=(v) ⇒ Object
21 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 21 def other=(v); end |
#use_extra ⇒ Object
14 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 14 def use_extra; end |
#use_extra=(v) ⇒ Object
15 |
# File 'lib/ft-ffi/struct/glyph/loader_rec.rb', line 15 def use_extra=(v); end |