-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Error in cairo_tst.cr:42: instantiating 'Cairo::Context#font_face()'
ff = context.font_face
^~~~~~~~~
in lib/cairo/src/cairo/context.cr:472: wrong number of arguments for 'Cairo::C::LibCairo#get_font_face' (given 2, expected 1)
LibCairo.get_font_face(@cairo, font_face.to_unsafe)
^~~~~~~~~~~~~
Fix
def font_face : FontFace
#font_face = FontFace.new
#LibCairo.get_font_face(@cairo, font_face.to_unsafe)
#font_face
font_face = LibCairo.get_font_face(@cairo)
FontFace.new(font_face)
end
Metadata
Metadata
Assignees
Labels
No labels