How to set font style as Bold for all items in stylers.model.xml
-
Hi all! Pleace, advice…
I want to set for all styles of code font-style=“bold”. I didn’t founded similar parameter. How do it?
-
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="000000" bgColor="A6CAF0" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="000000" bgColor="FEFDE0" fontName="" fontStyle="1" fontSize="" />
...
</LexerType>
… don’t know what’s responsible for this parameter …