Ejemplo n.º 1
0
 public static function instance($fontName, $fontNmEng, $dir)
 {
     $hfmp = new ex_hf_Main_class($fontName, $fontNmEng, $dir);
     $hfmp->hooks();
 }
Ejemplo n.º 2
0
 Plugin Name: 한글폰트 나눔고딕 - 구글
 Plugin URI: http://www.iamgood.co.kr
 Description: 한글폰트 나눔고딕 - 구글
* This is a plugin for built in board on the website
 Version: 1.0
 Author: iamgood
 Author URI: http://www.iamgood.co.kr
*/
/* Copyright 2014 Hangul Font Nanum Gothic - Google (email : consult@iamgood.co.kr)
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License, version 2, as
  published by the Free Software Foundation.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  GNU General Public License for more details.
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 */
if (!defined('ABSPATH')) {
    exit;
}
if (!class_exists('ex_hf_Main_class')) {
    include_once 'class/ex_hf_class.php';
    include_once 'class/ex_hf_lib_class.php';
    include_once 'class/ex_hf_dir_class.php';
    include_once 'class/ex_hf_tpl_class.php';
}
ex_hf_Main_class::instance('나눔고딕', 'Nanum Gothic', __FILE__);