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 @NonNull ArrayList<FontFamily> DefaultFontCollectionsFactory.collectFamiliesNamed(@NonNull List<FontFamily> allFamilies, String... names) @NonNull javafx.collections.ObservableList<FontFamily> FontCollection.getFamilies()protected @NonNull 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 @NonNull ArrayList<FontFamily> DefaultFontCollectionsFactory.collectFamiliesNamed(@NonNull List<FontFamily> allFamilies, String... names) protected @NonNull javafx.collections.ObservableList<FontCollection> DefaultFontCollectionsFactory.generateCollections(@NonNull List<FontFamily> families) Groups a list of font families into collections.protected @NonNull javafx.collections.ObservableList<FontCollection> MacOSFontCollectionsFactory.generateCollections(@NonNull List<FontFamily> families) Constructor parameters in org.jhotdraw8.fxcontrols.fontchooser with type arguments of type FontFamilyModifierConstructorDescriptionFontCollection(String name, boolean isSmart, @NonNull List<FontFamily> families) FontCollection(String name, @NonNull List<FontFamily> families)