tags:

views:

48

answers:

3

I need few fonts files for mpdf.

  • Arial
  • Verdana
  • Times New Roman
  • Courier New
  • Tamoha
  • Goergia
  • Trebuchet MS

If anybody have please share with me

A: 

Look in your C:\Windows\Fonts folder.

Whatever version of mPDF you may be using, most if not all of the fonts you list above are copyrighted fonts. It'll be difficult if not impossible to obtain copies of their TTFs or mPDF-formatted fonts from elsewhere, so you'll have to convert them yourself. See Pekka's answer.

BoltClock
Windows fonts files not compatible. It has separate file which has .php extension.
Sanjay
@Sanjay `A Beta Version 5.0 is now released (21/07/10) which reads directly from .ttf TrueType font files (see post on the Forum)` - maybe useful
Pekka
But i had used 4.2 version.
Sanjay
+2  A: 

For 4.x, here is an explanation how to convert TrueType fonts into MPDF's format.

There is also a Beta for mpdf 5 that can read TrueType Fonts directly.

As symcbean says, be aware of possible licensing issues. These fonts come for free with every Windows installation, but they are not necessarily free to distribute.

Pekka
+1  A: 

For non-Microsoft systems, these fonts are available via the build package here.

The licensing of the fonts is a complex and somewhat sordid story - but since the initial release preadtes UCITA (which has limited applicability anyway) you can still legitimately download and use the software under the original Microsoft EULA

C.

symcbean
+1 for mentioning licensing issues.
Pekka