bndSetFont

Sets current font from the opaque object, returned by bndGetFont.

  1. void bndSetFont(int font)
  2. void bndSetFont(string font)
  3. void bndSetFont(BndFontSaviour fsv)
    nothrow @trusted @nogc nothrow @trusted @nogc
    void
    bndSetFont
    (
    in BndFontSaviour fsv
    )

Meta