class FT::Outline_Funcs

www.freetype.org/freetype2/docs/reference/ft2-outline_processing.html#FT_Outline_Funcs

Public Instance Methods

conic_to() click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 22
def conic_to; end
conic_to=(v) click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 23
def conic_to=(v); end
cubic_to() click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 24
def cubic_to; end
cubic_to=(v) click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 25
def cubic_to=(v); end
delta() click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 28
def delta; end
delta=(v) click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 29
def delta=(v); end
line_to() click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 20
def line_to; end
line_to=(v) click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 21
def line_to=(v); end
move_to() click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 18
def move_to; end
move_to=(v) click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 19
def move_to=(v); end
shift() click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 26
def shift; end
shift=(v) click to toggle source
# File lib/ft-ffi/struct/image/outline_funcs.rb, line 27
def shift=(v); end