How does Forge Viewer's annotation plug-in MarkupsCore customize the style?

can the lines and colors of this label be changed if you use Autodesk.Viewing.MarkupsCore? There is also the font size and color in the text function?

Dec.26,2021

For more information on the use of the MarkupsCore tag plug-in included with Viewer, please see https://autodesk-forge.gitee.

.
var styleAttributes = ['stroke-width', 'stroke-color', 'stroke-opacity', 'stroke-linejoin','font-family','font-style','fill-opacity'];
var nsu = Autodesk.Viewing.Extensions.Markups.Core.Utils;
var styleObject = nsu.createStyle(styleAttributes, extension); //
styleObject['stroke-width'] = ... //
...
extension.setStyle(styleObject); //
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e5e9-2c3ee.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e5e9-2c3ee.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?