Uses of Class
com.iizix.prop.font.FontConsumed
Packages that use FontConsumed
Uses of FontConsumed in com.iizix.prop
Method parameters in com.iizix.prop with type arguments of type FontConsumedModifier and TypeMethodDescriptionvoid
ImageReference.collectConsumedFonts
(Set<FontConsumed> fonts) Collects the consumed fonts.void
Styles.collectConsumedFonts
(Set<FontConsumed> fonts) Collects the consumed fonts.Uses of FontConsumed in com.iizix.prop.font
Methods in com.iizix.prop.font that return types with arguments of type FontConsumedModifier and TypeMethodDescriptionstatic Set<FontConsumed>
FontConsumed.getConsumedFonts
(PropCnr comp) Collects all fonts in a component and its children recursively.Method parameters in com.iizix.prop.font with type arguments of type FontConsumedModifier and TypeMethodDescriptionstatic void
FontConsumed.collectConsumedFonts
(PropCnr comp, Set<FontConsumed> fonts) Collects all fonts in a component and its children recursively.void
IFontConsumer.collectConsumedFonts
(Set<FontConsumed> fonts) Collects the consumed fonts.Uses of FontConsumed in com.iizix.prop.image
Method parameters in com.iizix.prop.image with type arguments of type FontConsumedModifier and TypeMethodDescriptionvoid
FontIconsDefinition.collectConsumedFonts
(Set<FontConsumed> fonts) Collects the consumed fonts.