What I am trying to do: Rotated Axis Labels in a Column Chart in a Module. To do this I need to embed the font.Ok.
The problem I get is this: If I embed the font in the module the AxisRender.updateCaches sets _canRotate to false becuase it cant find the font in the Application's SystemManager embedded Font List. The label is therefore set to rotation 0 and renders, it is visible and clearly in the requested embeded font. If I instead embed the font in the application then _canRotate is true becuase it can find it in the SytemManager list, the label is set to rotation 45 but nothing is then visible, I think becuase the font is embeded in the parent application not the module. Is there some special trick to using embedded fonts in module?

