Uses of Interface
ca.cgjennings.graphics.cloudfonts.CloudFontFamily
-
Packages that use CloudFontFamily Package Description ca.cgjennings.graphics.cloudfonts -
-
Uses of CloudFontFamily in ca.cgjennings.graphics.cloudfonts
Methods in ca.cgjennings.graphics.cloudfonts that return CloudFontFamily Modifier and Type Method Description CloudFontFamily[]
CloudFontCollection. getFamilies()
Returns an array of available families in this cloud collection.CloudFontFamily
CloudFont. getFamily()
Returns the family that includes the font.CloudFontFamily
CloudFontCollection. getFamily(java.lang.String name)
Returns a family by name.CloudFontFamily[]
CloudFontCollection. match(java.lang.String description)
Attempts to locate a font family in the collection that matches the description, which should be a family name or part of a family name.Methods in ca.cgjennings.graphics.cloudfonts that return types with arguments of type CloudFontFamily Modifier and Type Method Description java.util.List<CloudFontFamily>
CloudFontExplorerPanel. getSelectedFamilies()
Returns the currently selected font families.Methods in ca.cgjennings.graphics.cloudfonts with parameters of type CloudFontFamily Modifier and Type Method Description static void
CloudFonts. addReservedFamily(CloudFontFamily family)
Adds a font family to the user's reserved list.static boolean
CloudFonts. isReservedFamily(CloudFontFamily family)
Returns true if the user has reserved the specified font familystatic void
CloudFonts. removeReservedFamily(CloudFontFamily family)
Removes a font family from the user's reserved list.
-