AGS.Editor.FontEditor.FontEditor C# (CSharp) Method

FontEditor() public method

public FontEditor ( AGS selectedFont ) : System
selectedFont AGS
return System
        public FontEditor(AGS.Types.Font selectedFont)
            : this()
        {
            _item = selectedFont;
        }

Same methods

FontEditor::FontEditor ( ) : System