Download
Tutorials
Bugtracker
Development
The Birdfont Source Code
All Repositories
/
birdfont.git
/ blob –
RSS feed
birdgems.vala in libbirdgems
This file is a part of the Birdfont project.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Revisions
View the latest version of
libbirdgems/birdgems.vala
.
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
Download
birdgems.vala (plain)
|
HEAD
Old vertical metrics code
[birdfont.git]
/
libbirdgems
/
birdgems.vala
1
namespace Gems {
2
3
[CCode (cname = "fit_bezier_curve_to_line")]
4
public extern static int fit_bezier_curve_to_line (double[] lines, double error, out double[] bezier_curve);
5
6
}
7