class FT::FTC_ImageTypeRec
www.freetype.org/freetype2/docs/reference/ft2-cache_subsystem.html#FTC_ImageTypeRec
Public Instance Methods
face_id()
click to toggle source
# File lib/ft-ffi/struct/ftc_image_type_rec.rb, line 6 def face_id; end
face_id=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_image_type_rec.rb, line 7 def face_id=(v); end
flags()
click to toggle source
# File lib/ft-ffi/struct/ftc_image_type_rec.rb, line 12 def flags; end
flags=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_image_type_rec.rb, line 13 def flags=(v); end
height()
click to toggle source
# File lib/ft-ffi/struct/ftc_image_type_rec.rb, line 10 def height; end
height=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_image_type_rec.rb, line 11 def height=(v); end
width()
click to toggle source
# File lib/ft-ffi/struct/ftc_image_type_rec.rb, line 8 def width; end
width=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_image_type_rec.rb, line 9 def width=(v); end