Enumerations

The following enumerations are available globally.

Font

Color

Tracking

Underline

Paragraph style

Link

  • Declaration

    Swift

    public enum LinkKey : AttributedTextKey
  • Namespace for logging config.

    See more

    Declaration

    Swift

    public enum BlueprintLogging
  • Controls the layout system that Blueprint uses to lay out elements.

    Blueprint supports multiple layout systems. Each is expected to produce the same result, but some may have different performance profiles or special requirements.

    You can change the layout system used by setting the layoutMode property, but generally you should use the default option.

    Changing the default will cause all instances of BlueprintView to be invalidated, and re- render their contents.

    See more

    Declaration

    Swift

    public enum LayoutMode : Equatable
    extension LayoutMode: CustomStringConvertible