PHP 클래스 Kirki_Fonts, kirki

파일 보기 프로젝트 열기: aristath/kirki 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$google_fonts null | object An array of our google fonts.
$mode string This is a todo item, not yet functional.

공개 메소드들

메소드 설명
get_all_fonts ( ) : array Compile font options from different sources.
get_all_variants ( ) : array Returns an array of all available variants.
get_backup_fonts ( ) : array Return an array of backup fonts based on the font-category
get_font_choices ( ) : array Gets available options for a font.
get_google_font_subsets ( ) : array Returns an array of all available subsets.
get_google_font_uri ( ) Dummy function to avoid issues with backwards-compatibility.
get_google_fonts ( ) : array Return an array of all available Google Fonts.
get_instance ( ) : object Get the one, true instance of this class.
get_standard_fonts ( ) : array Return an array of standard websafe fonts.
is_google_font ( string $fontname ) : boolean Determine if a font-name is a valid google font or not.

비공개 메소드들

메소드 설명
__construct ( ) The class constructor.

메소드 상세

get_all_fonts() 공개 정적인 메소드

Compile font options from different sources.
public static get_all_fonts ( ) : array
리턴 array All available fonts.

get_all_variants() 공개 정적인 메소드

Returns an array of all available variants.
public static get_all_variants ( ) : array
리턴 array

get_backup_fonts() 공개 정적인 메소드

Return an array of backup fonts based on the font-category
public static get_backup_fonts ( ) : array
리턴 array

get_font_choices() 공개 정적인 메소드

Gets available options for a font.
public static get_font_choices ( ) : array
리턴 array

get_google_font_subsets() 공개 정적인 메소드

Returns an array of all available subsets.
public static get_google_font_subsets ( ) : array
리턴 array

get_google_font_uri() 공개 정적인 메소드

This is not functional, but it will prevent PHP Fatal errors.
public static get_google_font_uri ( )

get_google_fonts() 공개 정적인 메소드

Return an array of all available Google Fonts.
public static get_google_fonts ( ) : array
리턴 array All Google Fonts.

get_instance() 공개 정적인 메소드

Prevents performance issues since this is only loaded once.
public static get_instance ( ) : object
리턴 object Kirki_Fonts

get_standard_fonts() 공개 정적인 메소드

Return an array of standard websafe fonts.
public static get_standard_fonts ( ) : array
리턴 array Standard websafe fonts.

is_google_font() 공개 정적인 메소드

Determine if a font-name is a valid google font or not.
public static is_google_font ( string $fontname ) : boolean
$fontname string The name of the font we want to check.
리턴 boolean

프로퍼티 상세

$google_fonts 공개적으로 정적으로 프로퍼티

An array of our google fonts.
public static null|object $google_fonts
리턴 null | object

$mode 공개적으로 정적으로 프로퍼티

This is a todo item, not yet functional.
public static string $mode
리턴 string