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]
  2. Color outlineColor [@property setter]
    struct DynamicFont
    @nogc nothrow @property
    void
    outlineColor
    (
    Color v
    )

Meta