Ejemplo n.º 1
0
 /**
  * Set available fonts to generated captcha
  *
  * @param string|array $font
  *     A font or fonts array to use
  *
  * @throws Exception
  *     If font file not exists
  */
 public static function setFont($font)
 {
     Font::set($font);
 }