Fontsize Fontface ?
Posted: Sat Dec 28, 2019 9:33 pm
It's very easy to use the executeJavascript to change the font attributes
TempCode := 'document.execCommand("fontName", false, "' + FontName + '");';
Chromium1.ExecuteJavaScript(TempCode, 'about:blank');
anyone have a clue as to how I might go about retrieving the font attributes at the cursor?
TempCode := 'document.execCommand("fontName", false, "' + FontName + '");';
Chromium1.ExecuteJavaScript(TempCode, 'about:blank');
anyone have a clue as to how I might go about retrieving the font attributes at the cursor?