FontFamilyPage
totalFonts()
Get total count of fonts including draft status
- Returns:
string— Formatted string showing total fonts and drafts
totalBundles()
Get total count of bundles including draft status
- Returns:
string— Formatted string showing total bundles and drafts
trialUrl()
Trial download URL for this font family
- Returns:
string— URL for downloading trial version
fonts()
Get all listed font children sorted by weight and subfamily
- Returns:
Collection— Collection of font pages
bundles()
Get all listed font bundle children
- Returns:
Collection— Collection of font bundle pages
fontFiles()
Get all static font files attached to this font family
- Returns:
Files— Collection of static font files
isVariable()
Get all static font files attached to this font family
- Returns:
Files— Collection of static font files
preview()
Get preview object with font files and text
- Returns:
Preview
getPreviewFont()
Deprecated: Use preview()->font() instead
- Returns:
Kirby\Cms\Files|null
Source: /models/FontFamilyPage.php