The OpenD Programming Language

textLineHeight

Sets the proportional line height of current text style. The line height is specified as multiple of font size.

  1. void textLineHeight(NVGContext ctx, float lineHeight)
    nothrow @trusted @nogc
    void
    textLineHeight
  2. float textLineHeight(NVGContext ctx)

See Also

Meta