Class: FT::FTC_ImageTypeRec
- Inherits:
-
FFIAdditions::Struct
- Object
- FFIAdditions::Struct
- FT::FTC_ImageTypeRec
- Defined in:
- lib/ft-ffi/struct/ftc_image_type_rec.rb
Overview
Instance Method Summary collapse
- #face_id ⇒ Object
- #face_id=(v) ⇒ Object
- #flags ⇒ Object
- #flags=(v) ⇒ Object
- #height ⇒ Object
- #height=(v) ⇒ Object
- #width ⇒ Object
- #width=(v) ⇒ Object
Instance Method Details
#face_id ⇒ Object
6 |
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 6 def face_id; end |
#face_id=(v) ⇒ Object
7 |
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 7 def face_id=(v); end |
#flags ⇒ Object
12 |
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 12 def flags; end |
#flags=(v) ⇒ Object
13 |
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 13 def flags=(v); end |
#height ⇒ Object
10 |
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 10 def height; end |
#height=(v) ⇒ Object
11 |
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 11 def height=(v); end |
#width ⇒ Object
8 |
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 8 def width; end |
#width=(v) ⇒ Object
9 |
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 9 def width=(v); end |