Font Style
@Target(allowedTargets = [AnnotationTarget.FIELD, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.FUNCTION, AnnotationTarget.TYPE ] )
@MagicConstant(flags = [0, 1, 2 ] )
Marks an integer as a valid font style mask.
Valid values are Font.PLAIN, Font.BOLD, Font.ITALIC, and Font.BOLD | Font.ITALIC.