Jump to content

Page footer : text bold for no apparent reasons


yapkm01

Recommended Posts

I encountered this strange behaviour where text on a page footer becomes bold on PDF (even when the isBold=false) :

As shown in the code below, the pdfFontName = Helvetica and the isBold=false. But somehow the text "Partners Program" becomes bold on PDF. I noticed this peculiar behaviour when there is an image rendered say on the summary band. When i remove that image from the summary band, the text on the page footer become back to non-bold.

Please advice.

Thanks.

Code:
Portion of the code:<pageFooter>	<band height="58">	<staticText>	  <reportElement x="49" y="1" width="74" height="18"/> 	     <textElement textAlignment="Center" verticalAlignment="Middle">		  	<font fontName="Arial" size="9" isBold="false"           pdfFontName="Helvetica" isPdfEmbedded="true"/>				</textElement>				<text><![CDATA[Partners Program]]></text>			</staticText>
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...