Class: FT::GlyphLoadRec

Inherits:
FFIAdditions::Struct
  • Object
show all
Defined in:
lib/ft-ffi/struct/glyph/load_rec.rb

Instance Method Summary collapse

Instance Method Details

#extra_pointsObject



9
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 9

def extra_points; end

#extra_points2Object



11
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 11

def extra_points2; end

#extra_points2=(v) ⇒ Object



12
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 12

def extra_points2=(v); end

#extra_points=(v) ⇒ Object



10
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 10

def extra_points=(v); end

#num_subglyphsObject



13
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 13

def num_subglyphs; end

#num_subglyphs=(v) ⇒ Object



14
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 14

def num_subglyphs=(v); end

#outlineObject



7
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 7

def outline; end

#outline=(v) ⇒ Object



8
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 8

def outline=(v); end

#subglyphsObject



15
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 15

def subglyphs; end

#subglyphs=(v) ⇒ Object



16
# File 'lib/ft-ffi/struct/glyph/load_rec.rb', line 16

def subglyphs=(v); end