Sha256: def898c23f517d5d4aa263075016bc8104180ce6d29f44a2f0b5e140fd7a144f
Contents?: true
Size: 436 Bytes
Versions: 14
Compression:
Stored size: 436 Bytes
Contents
# coding: utf-8 require 'gir_ffi_test_helper' GirFFI.setup :PangoFT2 # Tests generated methods and functions in the PangoFT2 namespace. describe PangoFT2 do describe PangoFT2::FontMap do it "has a working method #load_font" do font_map = PangoFT2::FontMap.new context = font_map.create_context font_description = Pango::FontDescription.new font_map.load_font context, font_description end end end
Version data entries
14 entries across 14 versions & 1 rubygems