Function DynamicFont.setSpacing

Sets the spacing for type (see spacingtype) to value in pixels (not relative to the font size).

void setSpacing (
  const(long) type,
  const(long) value
) nothrow @nogc;