DynamicFont.extraSpacingChar

Extra spacing for each character in pixels. This can be a negative number to make the distance between characters smaller.

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

Meta