콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
10535 화면

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

관련 게시물 답글 화면 활동
2
12월 23
4653
10
10월 20
8735
1
3월 15
2949
0
3월 15
3919
0
3월 15
4432