All Projects → jakiestfu → WebFontGenerator

jakiestfu / WebFontGenerator

Licence: other
This is a class to generate CSS3 web fonts with Font Forge and PHP

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

WebFontGenerator

This is a class to generate CSS3 web fonts with Font Forge and PHP

Requirements

  • Command Line Access
  • FontForge (and dependencies)
  • PHP

Installation

Source: Open Font Library

Usage

<?PHP

require('convertFonts.class.php');

$converter = new convertFonts();
$converter->convert( 'fuck_yeah_fonts.otf' );

The convert function will ultimately output a zip file which has the following structure:

Current Limitations

  • Doesn't fully work. HAHA....
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].