Class: FT::FTC_ScalerRec
- Inherits:
-
FFIAdditions::Struct
- Object
- FFIAdditions::Struct
- FT::FTC_ScalerRec
- Defined in:
- lib/ft-ffi/struct/ftc_scaler_rec.rb
Instance Method Summary collapse
- #face_id ⇒ Object
- #face_id=(v) ⇒ Object
- #height ⇒ Object
- #height=(v) ⇒ Object
- #pixel ⇒ Object
- #pixel=(v) ⇒ Object
- #width ⇒ Object
- #width=(v) ⇒ Object
- #x_res ⇒ Object
- #x_res=(v) ⇒ Object
- #y_res ⇒ Object
- #y_res=(v) ⇒ Object
Instance Method Details
#face_id ⇒ Object
5 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 5 def face_id; end |
#face_id=(v) ⇒ Object
6 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 6 def face_id=(v); end |
#height ⇒ Object
9 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 9 def height; end |
#height=(v) ⇒ Object
10 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 10 def height=(v); end |
#pixel ⇒ Object
11 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 11 def pixel; end |
#pixel=(v) ⇒ Object
12 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 12 def pixel=(v); end |
#width ⇒ Object
7 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 7 def width; end |
#width=(v) ⇒ Object
8 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 8 def width=(v); end |
#x_res ⇒ Object
13 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 13 def x_res; end |
#x_res=(v) ⇒ Object
14 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 14 def x_res=(v); end |
#y_res ⇒ Object
15 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 15 def y_res; end |
#y_res=(v) ⇒ Object
16 |
# File 'lib/ft-ffi/struct/ftc_scaler_rec.rb', line 16 def y_res=(v); end |