Class: FT::Outline_Funcs
- Inherits:
-
FFIAdditions::Struct
- Object
- FFIAdditions::Struct
- FT::Outline_Funcs
- Defined in:
- lib/ft-ffi/struct/image/outline_funcs.rb
Overview
Instance Method Summary collapse
- #conic_to ⇒ Object
- #conic_to=(v) ⇒ Object
- #cubic_to ⇒ Object
- #cubic_to=(v) ⇒ Object
- #delta ⇒ Object
- #delta=(v) ⇒ Object
- #line_to ⇒ Object
- #line_to=(v) ⇒ Object
- #move_to ⇒ Object
- #move_to=(v) ⇒ Object
- #shift ⇒ Object
- #shift=(v) ⇒ Object
Instance Method Details
#conic_to ⇒ Object
22 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 22 def conic_to; end |
#conic_to=(v) ⇒ Object
23 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 23 def conic_to=(v); end |
#cubic_to ⇒ Object
24 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 24 def cubic_to; end |
#cubic_to=(v) ⇒ Object
25 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 25 def cubic_to=(v); end |
#delta ⇒ Object
28 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 28 def delta; end |
#delta=(v) ⇒ Object
29 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 29 def delta=(v); end |
#line_to ⇒ Object
20 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 20 def line_to; end |
#line_to=(v) ⇒ Object
21 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 21 def line_to=(v); end |
#move_to ⇒ Object
18 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 18 def move_to; end |
#move_to=(v) ⇒ Object
19 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 19 def move_to=(v); end |
#shift ⇒ Object
26 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 26 def shift; end |
#shift=(v) ⇒ Object
27 |
# File 'lib/ft-ffi/struct/image/outline_funcs.rb', line 27 def shift=(v); end |