public function testGetAllFonts()
 {
     $fonts = $this->instance->getAllFonts();
     $this->assertInternalType('array', $fonts);
     $this->assertGreaterThan(0, count($fonts));
 }