Example #1
0
    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);
    }
Example #2
0
 public void ShowInstantPunchIn()
 {
     textElement.ShowInstant();
     textElement.PunchIn(.2f);
     textElement.SetConfirmed();
 }