Sha256: 2ae9fbdf7698987a0a8639bb2dc18543991e8616d2dcfad719c25577b828ca43
Contents?: true
Size: 465 Bytes
Versions: 9
Compression:
Stored size: 465 Bytes
Contents
# coding: utf-8 # frozen_string_literal: true 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
9 entries across 9 versions & 1 rubygems