class FT::GlyphSlotRec
www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_GlyphSlotRec
Public Instance Methods
advance()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 30 def advance; end
advance=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 31 def advance=(v); end
bitmap()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 34 def bitmap; end
bitmap=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 35 def bitmap=(v); end
bitmap_left()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 36 def bitmap_left; end
bitmap_left=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 37 def bitmap_left=(v); end
bitmap_top()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 38 def bitmap_top; end
bitmap_top=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 39 def bitmap_top=(v); end
control_data()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 46 def control_data; end
control_data=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 47 def control_data=(v); end
control_len()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 48 def control_len; end
control_len=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 49 def control_len=(v); end
face()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 16 def face; end
face=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 17 def face=(v); end
format()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 32 def format; end
format=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 33 def format=(v); end
generic()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 22 def generic; end
generic=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 23 def generic=(v); end
internal()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 56 def internal; end
internal=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 57 def internal=(v); end
library()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 14 def library; end
library=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 15 def library=(v); end
linearHoriAdvance()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 26 def linearHoriAdvance; end
linearHoriAdvance=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 27 def linearHoriAdvance=(v); end
linearVertAdvance()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 28 def linearVertAdvance; end
linearVertAdvance=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 29 def linearVertAdvance=(v); end
lsb_delta()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 50 def lsb_delta; end
lsb_delta=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 51 def lsb_delta=(v); end
metrics()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 24 def metrics; end
metrics=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 25 def metrics=(v); end
next()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 18 def next; end
next=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 19 def next=(v); end
num_subglyphs()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 42 def num_subglyphs; end
num_subglyphs=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 43 def num_subglyphs=(v); end
other()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 54 def other; end
other=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 55 def other=(v); end
outline()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 40 def outline; end
outline=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 41 def outline=(v); end
reserved()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 20 def reserved; end
reserved=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 21 def reserved=(v); end
rsb_delta()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 52 def rsb_delta; end
rsb_delta=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 53 def rsb_delta=(v); end
subglyphs()
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 44 def subglyphs; end
subglyphs=(v)
click to toggle source
# File lib/ft-ffi/struct/glyph/slot_rec.rb, line 45 def subglyphs=(v); end