class FT::Raster_Funcs
www.freetype.org/freetype2/docs/reference/ft2-raster.html#FT_Raster_Funcs
Public Instance Methods
glyph_format()
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 13 def glyph_format; end
glyph_format=(v)
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 14 def glyph_format=(v); end
raster_done()
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 23 def raster_done; end
raster_done=(v)
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 24 def raster_done=(v); end
raster_new()
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 15 def raster_new; end
raster_new=(v)
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 16 def raster_new=(v); end
raster_render()
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 21 def raster_render; end
raster_render=(v)
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 22 def raster_render=(v); end
raster_reset()
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 17 def raster_reset; end
raster_reset=(v)
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 18 def raster_reset=(v); end
raster_set_mode()
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 19 def raster_set_mode; end
raster_set_mode=(v)
click to toggle source
# File lib/ft-ffi/struct/image/raster_funcs.rb, line 20 def raster_set_mode=(v); end