Does anyone know how to bold calligraphic \mathscr fonts in a math environment? I can get a fancy calligraphic font if I use \mathscr, but \boldsymbol does not work, nor does \mathbf. There is a hack which uses poor man's bold, but I was wondering if there is an alternate way to do this "cleanly". I've also seen \bm used for \mathcal font, but that's not what I'm looking for unfortunately.
I'm using calligraphic fonts with the following packages:
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{mathrsfs}


