Uses of Class
org.jhotdraw8.fxcontrols.fontchooser.FontFamily
Packages that use FontFamily
-
Uses of FontFamily in org.jhotdraw8.fxcontrols.fontchooser
Methods in org.jhotdraw8.fxcontrols.fontchooser that return types with arguments of type FontFamilyModifier and TypeMethodDescriptionstatic ArrayList<FontFamily> DefaultFontCollectionsFactory.collectFamiliesNamed(List<FontFamily> allFamilies, String... names) javafx.collections.ObservableList<FontFamily> FontCollection.getFamilies()protected List<FontFamily> DefaultFontCollectionsFactory.loadFonts()Loads all Fonts that are available to JavaFX.Method parameters in org.jhotdraw8.fxcontrols.fontchooser with type arguments of type FontFamilyModifier and TypeMethodDescriptionstatic ArrayList<FontFamily> DefaultFontCollectionsFactory.collectFamiliesNamed(List<FontFamily> allFamilies, String... names) protected javafx.collections.ObservableList<FontCollection> DefaultFontCollectionsFactory.generateCollections(List<FontFamily> families) Groups a list of font families into collections.protected javafx.collections.ObservableList<FontCollection> MacOSFontCollectionsFactory.generateCollections(List<FontFamily> families) Constructor parameters in org.jhotdraw8.fxcontrols.fontchooser with type arguments of type FontFamilyModifierConstructorDescriptionFontCollection(String name, boolean isSmart, List<FontFamily> families) FontCollection(String name, List<FontFamily> families)