Skip to content

Commit 10de247

Browse files
authored
Change font from Times New Roman to Verdana
1 parent 1b6bb18 commit 10de247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/jasper/nfe/danfe.jrxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ $F{Trans_CPF}.substring(9,11) : ""]]></textFieldExpression>
964964
<textField textAdjust="StretchHeight">
965965
<reportElement style="dados" stretchType="RelativeToBandHeight" mode="Transparent" x="3" y="8" width="559" height="786" isPrintWhenDetailOverflows="true" forecolor="#CCCCCC" uuid="2446e187-c788-462c-95ca-71461937fa36"/>
966966
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" markup="none">
967-
<font fontName="Times New Roman" size="40" isBold="true" isItalic="false" isUnderline="false"/>
967+
<font fontName="Verdana" size="40" isBold="true" isItalic="false" isUnderline="false"/>
968968
</textElement>
969969
<textFieldExpression><![CDATA[$F{Emissao}.equals( "5" ) ? "DANFE em Contingência – impresso em decorrência de problemas técnicos" : $F{Ambiente}.equals( "2" ) || ($F{Ambiente}.equals( "1" ) && $F{Protocolo} == null) ? "SEM VALOR FISCAL" : ""]]></textFieldExpression>
970970
</textField>

0 commit comments

Comments
 (0)