Hi,
I am trying to get font names by using following code:
--------------------------------
DgnModelRefP modelref = ISessionMgr::GetActiveDgnModelRefP();
DgnFont* pDGNFont = DgnFontManager::GetFontByNumber(IthSystemFont, modelref ); <------------------------crash here
-----------------------------
Could you give me some hints why it crashed?
Best,