Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
10372 Переглядів

I am tring to change the font color in the V7.0 header but am facing the following problem -I am able to change the font to white (my color of choice) within a para style tag by using the standard

> <font color="white">

tag. See example

> <para style="main_header"><font
> color="white">[[
> display_address(company.partner_id) or
> '' ]]</font></para>"

-What I cannot do is change the font to white for text within a drawString tag. If I add a font tag within the drawString tag then the whole element is not shown.

Does anyone know how to change the font color within a drawString tag? Or maybe a competely different approach is better?

Аватар
Відмінити
Найкраща відповідь

Put this :

<fill color="white"/>

Before the drawString tag.

Аватар
Відмінити
Автор

Thanks Karim, that was just what I needed

Related Posts Відповіді Переглядів Дія
2
груд. 23
4429
10
жовт. 20
8511
1
бер. 15
2815
0
бер. 15
3780
0
бер. 15
4285