class FT::SfntName
www.freetype.org/freetype2/docs/reference/ft2-sfnt_names.html#FT_SfntName
Public Instance Methods
encoding_id()
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 6 def encoding_id; end
encoding_id=(v)
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 7 def encoding_id=(v); end
language_id()
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 8 def language_id; end
language_id=(v)
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 9 def language_id=(v); end
name_id()
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 10 def name_id; end
name_id=(v)
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 11 def name_id=(v); end
platform_id()
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 4 def platform_id; end
platform_id=(v)
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 5 def platform_id=(v); end
string()
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 12 def string; end
string=(v)
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 13 def string=(v); end
string_len()
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 14 def string_len; end
string_len=(v)
click to toggle source
# File lib/ft-ffi/struct/sfnt/name.rb, line 15 def string_len=(v); end