I want to show the Nigerian currency in my pdf using fpdf. But it not showing.Thanks in advance for any help.$custom_currency = '₦';
$pdf->Cell(60,20," $custom_currency.'-'.$g_total",1 , 1, 'L', 1);
Asked
Active
Viewed 88 times
0

Rafiq
- 86
- 1
- 8
-
1Have you checked that the font you are using contains the nigerian currency symbol? – Joakim Danielson Dec 02 '18 at 07:19
-
Yes, it is supported in Arial font that I used – Rafiq Dec 02 '18 at 08:08