Contents

Small

A directive for specifying small print text like legal, license, or copyright text that should be rendered in a smaller font size.

Declaration

@Small {
    ...
}

Overview

The @Small directive is based on HTML’s small tag (<small>). It supports any inline markup formatting like bold and italics but does not support more structured markup like Row and Row/Column.

You can create a sloth using the ``init(name:color:power:)``
initializer, or create randomly generated sloth using a
``SlothGenerator``:
   
   let slothGenerator = MySlothGenerator(seed: randomSeed())
   let habitat = Habitat(isHumid: false, isWarm: true)

   // ...

@Small {
    _Licensed under Apache License v2.0 with Runtime Library Exception._
}

See Also

Creating Custom Page Layouts