Closed Abh15h3k closed 4 years ago
RE.setTextFontSize = function(fontSize){ document.execCommand("fontSize", false, fontSize); }; you can insert this code into rich_editor.js then insert a function in RichEditorView.swift
friendshipzhang not working
RE.setTextFontSize = function(fontSize){ document.execCommand("fontSize", false, fontSize); };
right now im just able to set bold, underline, italics. but i also want to be able to change the font (with the option to change the font size as well)