• [CONNECT C++] TextBlock::SetStyleProperties

    I've been testing TextBlock::SetStyleProperties() with mixed success. I can change the justification and slant of text with success: DgnTextStylePtr textStyle = DgnTextStyle::Create(L"",*ISessionMgr::GetActiveDgnFile()); UInt32 justification = 7;…