コード例 #1
0
ファイル: Captcha.php プロジェクト: eusonlito/captcha
 /**
  * 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);
 }