Bold

Bold specifies whether the weight of the text font must be normal or bold.

 

 

in Lycia Theme Designer

 

 

Theme property filter XML code:

 

<DoStyleAction>

    <SetProperty>

      <PropertyPath>

        <PropertyName>Font</PropertyName>

        <PropertyName>Bold</PropertyName>

      </PropertyPath>

    </SetProperty>

</DoStyleAction>

 

Possible values: true, false

 

Default value: specified by SystemTheme.css

 

Influence and behavior:

 

initial runtime appearance

 

property set

in the user theme

 

changed runtime appearance

 

By setting the Bold property to the whole application (without any filters), you can change the appearance of window elements like toolbar buttons or messages invoked by fgl_winmessage().

 

 

 

 

 

At runtime, you can use css styles to change the element's background:

 

.qx-identifier-myid .qx-text {

    font: bold italic 25px "Courier New";

}

 

 

Related articles:

Font

New Font

Family

Italic

Underline

Font Size

Fore Color