MCPcopy Index your code
hub / github.com/methodofaction/Method-Draw / clickBold

Function clickBold

src/js/method-draw.js:718–721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

716 };
717
718 var clickBold = function(){
719 svgCanvas.setBold( !svgCanvas.getBold() );
720 updateContextPanel();
721 };
722
723 var clickItalic = function(){
724 svgCanvas.setItalic( !svgCanvas.getItalic() );

Callers

nothing calls this directly

Calls 1

updateContextPanelFunction · 0.85

Tested by

no test coverage detected