bndSetFont

Designates an image handle as returned by nvgCreateFont*() as the themes' UI font. Blender's original UI font Droid Sans is perfectly suited and available here: https://svn.blender.org/svnroot/bf-blender/trunk/blender/release/datafiles/fonts/

  1. void bndSetFont(int font)
  2. void bndSetFont(string font)
    nothrow @trusted @nogc nothrow @trusted @nogc
    void
    bndSetFont
    (
    string font
    )
  3. void bndSetFont(BndFontSaviour fsv)
Suggestion Box / Bug Report