Uses of Enum Class
com.levigo.jadice.web.client.util.fonts.FontConfig.FontProperty
Packages that use FontConfig.FontProperty
-
Uses of FontConfig.FontProperty in com.levigo.jadice.web.client.util.fonts
Methods in com.levigo.jadice.web.client.util.fonts that return FontConfig.FontPropertyModifier and TypeMethodDescriptionstatic FontConfig.FontProperty
Returns the enum constant of this class with the specified name.static FontConfig.FontProperty[]
FontConfig.FontProperty.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.util.fonts with parameters of type FontConfig.FontPropertyModifier and TypeMethodDescriptionprotected void
FontConfig.addFontToLoad
(String familyName, FontConfig.FontProperty fontProperty, String pathToFontManager) Adds the font defined in the given parameter to the list of fonts to be loaded by adding a stylesheet to the documentprotected static String
FontConfig.createFontFacePath
(String pathToFontManager, String familyName, FontConfig.FontProperty fontProperty) Helper to improve readability in theFontConfig.addFontToLoad(String, FontProperty, String)
method.