Class: FT::SfntName

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

Overview

Instance Method Summary collapse

Instance Method Details

#encoding_idObject



6
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 6

def encoding_id; end

#encoding_id=(v) ⇒ Object



7
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 7

def encoding_id=(v); end

#language_idObject



8
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 8

def language_id; end

#language_id=(v) ⇒ Object



9
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 9

def language_id=(v); end

#name_idObject



10
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 10

def name_id; end

#name_id=(v) ⇒ Object



11
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 11

def name_id=(v); end

#platform_idObject



4
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 4

def platform_id; end

#platform_id=(v) ⇒ Object



5
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 5

def platform_id=(v); end

#stringObject



12
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 12

def string; end

#string=(v) ⇒ Object



13
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 13

def string=(v); end

#string_lenObject



14
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 14

def string_len; end

#string_len=(v) ⇒ Object



15
# File 'lib/ft-ffi/struct/sfnt/name.rb', line 15

def string_len=(v); end