handleBold method

bool handleBold()

Implementation

bool handleBold() {
  if (document.registry.isFormattingDisabled(document)) return false;
  executeHandleBold(document);
  return true;
}