class FT::FTC_SBitRec
www.freetype.org/freetype2/docs/reference/ft2-cache_subsystem.html#FTC_SBitRec
Public Instance Methods
buffer()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 22 def buffer; end
buffer=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 23 def buffer=(v); end
format()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 12 def format; end
format=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 13 def format=(v); end
height()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 6 def height; end
height=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 7 def height=(v); end
left()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 8 def left; end
left=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 9 def left=(v); end
max_grays()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 14 def max_grays; end
max_grays=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 15 def max_grays=(v); end
pitch()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 16 def pitch; end
pitch=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 17 def pitch=(v); end
top()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 10 def top; end
top=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 11 def top=(v); end
width()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 4 def width; end
width=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 5 def width=(v); end
xadvance()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 18 def xadvance; end
xadvance=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 19 def xadvance=(v); end
yadvance()
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 20 def yadvance; end
yadvance=(v)
click to toggle source
# File lib/ft-ffi/struct/ftc_sbit_rec.rb, line 21 def yadvance=(v); end