Highlight 2.6.14 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Highlight 2.6.14 (Default branch)
Prev   Next
# 1  
Old 11-01-2008
Highlight 2.6.14 (Default branch)

ImageHighlight is a universal converter from sourcecode to HTML, XHTML, RTF, TeX, LaTeX, SVG, andXML. (X)HTML and SVG output are formatted by CascadingStyle Sheets. It supports more than 120 programminglanguages, and includes 40 highlighting colorthemes. It's possible to easily enhance theparsing database. The converter includes somefeatures to provide a consistent layout of theoutput code.License: GNU General Public License (GPL)Changes:
HTML output may include metainformation from ctags files. Output formatting command line options have been harmonized with GNU source-highlight. ADA95, C#, Eiffel, Fortran, TCL, and Bash definitions have been fixed. Support for Vala was added.Image

Image

More...
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TTF2SVG(1)							   User Commands							TTF2SVG(1)

NAME
svgpp - font converter for SVG ttf2svg <ttf-path> [-l <range-begin>] [-h <range-end>] [-autorange] [-ascii] [-id <id>] [-o <output-path>] [-testcard] DESCRIPTION
Converts a true type font into a SVG font. <ttf-path> is the path of the font file to convert. OPTIONS
-l range-begin -h range-end specifies the range of characters (by codepoint, in decimal) to be converted, -ascii forces usage of the ASCII character map in the font, instead of the Unicode character map, -id id specifies the value for the id attribute of the generated font element, -o output-path specifies the pathname of the output SVG document containing the generated SVG font -testcard specifies that a sequence of SVG text elements should be appended to the output SVG file to test the characters in the SVG font, providing an easy way to validate that generated SVG font visually. JAVA-WRAPPERS NOTE This program is a shell script wrapper based on java-wrappers(7). You therefore benefit from several features; please see the java-wrap- pers(7) manual page for more information about them. AUTHORS
ttf2svg is part of batik, written by the Apache Software Foundation. This manual page was written by Vincent Fourmond <fourmond@debian.org> for the Debian Project, but may be used by others. SEE ALSO
The web page of batik, http://xml.apache.org/batik java-wrappers(7) Font converter for SVG January 2008 TTF2SVG(1)