Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.
/ font2openvg Public archive

A hosting of the font2openvg library developed by the dissolved Hybrid Graphics, Ltd.

License

Notifications You must be signed in to change notification settings

mgthomas99/font2openvg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

font2openvg

Alongside other large firms such as Sun Microsystems and Nokia, Hybrid Graphics, Ltd. was one of the initial OpenVG group members, when the OpenVG group was formed in 2004.

font2openvg is a library developed by Hybrid for converting TrueType font files into OpenVG API instruction procedures, so that fonts can be embedded into OpenVG applications.

Hybrid was acquired by NVIDIA Corporation in 2006. The library is useful for embedding fonts into OpenVG applications, but searching online for the original code reveals that it can only be found as a dependency embedded within larger applications.

This repository is a re-upload of the original font2openvg library. The rights to ownership still belong to the original authors, as stated in the license information.

Build & Run

The source code has been placed in the src/ directory. To build the project, invoke Make, which will output the compiled files into the build/ directory (which will be created if it does not already exist).

make

The application can be run from the command line using the following syntax:

./build/font2openvg ["input-path"] ["output-path"] ["font-name"]

License

See the LICENSE file for license information.

About

A hosting of the font2openvg library developed by the dissolved Hybrid Graphics, Ltd.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published