class FT::PS_FontInfoRec
www.freetype.org/freetype2/docs/reference/ft2-type1_tables.html#PS_FontInfoRec
Public Instance Methods
family_name()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 10 def family_name; end
family_name=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 11 def family_name=(v); end
full_name()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 8 def full_name; end
full_name=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 9 def full_name=(v); end
is_fixed_pitch()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 16 def is_fixed_pitch; end
is_fixed_pitch=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 17 def is_fixed_pitch=(v); end
italic_angle()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 14 def italic_angle; end
italic_angle=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 15 def italic_angle=(v); end
notice()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 6 def notice; end
notice=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 7 def notice=(v); end
underline_position()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 18 def underline_position; end
underline_position=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 19 def underline_position=(v); end
underline_thickness()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 20 def underline_thickness; end
underline_thickness=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 21 def underline_thickness=(v); end
version()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 4 def version; end
version=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 5 def version=(v); end
weight()
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 12 def weight; end
weight=(v)
click to toggle source
# File lib/ft-ffi/struct/postscript/font_info_rec.rb, line 13 def weight=(v); end