DynamicFont.outlineColor

The font outline's color. Note: It's recommended to leave this at the default value so that you can adjust it in individual controls. For example, if the outline is made black here, it won't be possible to change its color using a Label's font outline modulate theme item.

  1. Color outlineColor [@property getter]
    struct DynamicFont
    @nogc nothrow @property
    Color
    outlineColor
    ()
  2. Color outlineColor [@property setter]

Meta