프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$force_load_all_subsets | boolean | If set to true, forces loading ALL subsets. | |
$force_load_all_variants | boolean | If set to true, forces loading ALL variants. |
메소드 | 설명 | |
---|---|---|
enqueue ( ) | Calls all the other necessary methods to populate and create the link. | |
get_instance ( ) : object | Get the one, true instance of this class. |
메소드 | 설명 | |
---|---|---|
__construct ( ) | The class constructor. | |
create_link ( ) | Creates the google-fonts link. | |
generate_google_font ( array $args ) | Processes the arguments of a field determines if it's a typography field and if it is, then takes appropriate actions. | |
loop_fields ( ) | Goes through all our fields and then populates the $this->fonts property. | |
process_fonts ( ) | Determines the vbalidity of the selected font as well as its properties. |
public enqueue ( ) |
public static get_instance ( ) : object | ||
리턴 | object | Kirki_Fonts_Google |
public static bool $force_load_all_subsets | ||
리턴 | boolean |
public static bool $force_load_all_variants | ||
리턴 | boolean |