DynamicFont.extraSpacingSpace

Extra spacing for the space character (in addition to extraSpacingChar) in pixels. This can be a negative number to make the distance between words smaller.

  1. long extraSpacingSpace [@property getter]
  2. long extraSpacingSpace [@property setter]
    struct DynamicFont
    @nogc nothrow @property
    void
    extraSpacingSpace
    (
    long v
    )

Meta