class FT::LibraryRec

Public Instance Methods

auto_hinter() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 26
def auto_hinter; end
auto_hinter=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 27
def auto_hinter=(v); end
cur_renderer() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 24
def cur_renderer; end
cur_renderer=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 25
def cur_renderer=(v); end
debug_hooks() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 32
def debug_hooks; end
debug_hooks=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 33
def debug_hooks=(v); end
memory() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 10
def memory; end
memory=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 11
def memory=(v); end
modules() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 20
def modules; end
modules=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 21
def modules=(v); end
num_modules() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 18
def num_modules; end
num_modules=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 19
def num_modules=(v); end
raster_pool() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 28
def raster_pool; end
raster_pool=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 29
def raster_pool=(v); end
raster_pool_size() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 30
def raster_pool_size; end
raster_pool_size=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 31
def raster_pool_size=(v); end
refcount() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 34
def refcount; end
refcount=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 35
def refcount=(v); end
renderers() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 22
def renderers; end
renderers=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 23
def renderers=(v); end
version_major() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 12
def version_major; end
version_major=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 13
def version_major=(v); end
version_minor() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 14
def version_minor; end
version_minor=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 15
def version_minor=(v); end
version_patch() click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 16
def version_patch; end
version_patch=(v) click to toggle source
# File lib/ft-ffi/struct/library_rec.rb, line 17
def version_patch=(v); end