/ Published in: PHP
Let's you render your .nfo Files to PNG Images.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function output_nfo_image ($filename, $size) { $font_file = "C:/WINDOWS/Fonts/cour.ttf"; $width = 0; } } } //Calls the function to render "myfile.nfo" in image size "10". output_nfo_image("myfile.nfo", 10); ?>