public function testEmptyStack()
 {
     $this->setExpectedException('\\Com\\Tecnick\\Pdf\\Font\\Exception');
     $stack = new \Com\Tecnick\Pdf\Font\Stack(1);
     $stack->popLastFont();
 }