histogram.nim in the samples folder doesn't compile with the following error on OSX
$ nim c -d:useLibUiDll histogram.nim
...
histogram.nim(25, 18) Error: undeclared identifier: 'DrawTextFontDescriptor'
$ nim --version
Nim Compiler Version 0.20.2 [MacOSX: amd64]
Note: all other sample programs compile and execute fine.
histogram.nim
in the samples folder doesn't compile with the following error on OSXNote: all other sample programs compile and execute fine.