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.CloudFontFamilyCloudFont. getFamily()Returns the family that includes the font.CloudFontFamilyCloudFontCollection. 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 voidCloudFonts. addReservedFamily(CloudFontFamily family)Adds a font family to the user's reserved list.static booleanCloudFonts. isReservedFamily(CloudFontFamily family)Returns true if the user has reserved the specified font familystatic voidCloudFonts. removeReservedFamily(CloudFontFamily family)Removes a font family from the user's reserved list.
-