PHP Classes

File: rtf_config.php

Recommend this page to a friend!
  Classes of Thomas Graham   RTF Generator   rtf_config.php   Download  
File: rtf_config.php
Role: Configuration script
Content type: text/plain
Description: Default config file
Class: RTF Generator
Create RTF documents from HTML
Author: By
Last change:
Date: 20 years ago
Size: 143 bytes
 

Contents

Class file image Download
<?php
// Config file

$font_face = 0;
$font_size = 24;
$rtf_version = 1;
$tab_width = 360;
$paper_size = 5;
$paper_orientation = 1;
?>