for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace nstdio\svg\font;
/**
* Class HKern
*
* @package nstdio\svg\font
* @author Edgar Asatryan <[email protected]>
*/
class HKern extends BaseFont
{
* @inheritdoc
public function getName()
return "hkern";
}