class FT::Bitmap_Size
www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Bitmap_Size
Public Instance Methods
height()
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 4 def height; end
height=(v)
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 5 def height=(v); end
inspect()
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 21 def inspect members.map { |member| "#{member.inspect} = #{self[member]}" }.join(', ') end
size()
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 8 def size; end
size=(v)
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 9 def size=(v); end
width()
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 6 def width; end
width=(v)
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 7 def width=(v); end
x_ppem()
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 10 def x_ppem; end
x_ppem=(v)
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 11 def x_ppem=(v); end
y_ppem()
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 12 def y_ppem; end
y_ppem=(v)
click to toggle source
# File lib/ft-ffi/struct/image/bitmap_size.rb, line 13 def y_ppem=(v); end