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 TypeMethodDescriptionvoidImageReference.collectConsumedFonts(Set<FontConsumed> fonts) Collects the consumed fonts.voidStyles.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 voidFontConsumed.collectConsumedFonts(PropCnr comp, Set<FontConsumed> fonts) Collects all fonts in a component and its children recursively.voidIFontConsumer.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 TypeMethodDescriptionvoidFontIconsDefinition.collectConsumedFonts(Set<FontConsumed> fonts) Collects the consumed fonts.