public int GetHeightOfCompleteTextWithFrameVERYSLOWandMOODY() { SHGUIprompter p = new SHGUIprompter(0, 0, 'w'); SHGUIprompter old = textElement as SHGUIprompter; p.SetInput(old.input, true); p.maxLineLength = old.maxLineLength; p.ShowInstant(); return(p.CountLines() + 2); }
public void ShowInstantPunchIn() { textElement.ShowInstant(); textElement.PunchIn(.2f); textElement.SetConfirmed(); }