LayoutFarm.Text.EditableTextRun.EditableTextRun C# (CSharp) Method

EditableTextRun() public method

public EditableTextRun ( RootGraphic gfx, char copyBuffer, TextSpanStyle style ) : System
gfx RootGraphic
copyBuffer char
style TextSpanStyle
return System
        public EditableTextRun(RootGraphic gfx, char[] copyBuffer, TextSpanStyle style)
            : base(gfx)
        {   //check line break? 
            this.spanStyle = style;
            this.mybuffer = copyBuffer;
            UpdateRunWidth();
        }
        public EditableTextRun(RootGraphic gfx, char c, TextSpanStyle style)

Same methods

EditableTextRun::EditableTextRun ( RootGraphic gfx, string str, TextSpanStyle style ) : System