Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
gnu-free-fonts
GenerateTrueType
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File GenerateTrueType of Package gnu-free-fonts
##!/usr/bin/env fontforge # $Id: GenerateTrueType,v 1.2 2008/03/21 20:19:05 Stevan_White Exp $ # # Convert fonts from FontForge's native SFD format to TrueType format # First auto-hints whole font scriptname=$argv[0]; if ( $argc > 1 ) i = 1; while ( i < $argc ) Open( $argv[i] ) ttfile = $fontname + ".ttf" Print( "Generating TT file from ", $argv[i] ) SelectAll() AutoHint() Generate( ttfile ) Close() i++ endloop else Print( "Usage: ", scriptname, " font.sfd [font.sfd ...]" ) endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor