Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api misnomer #57

Open
matthiasclasen opened this issue Jul 1, 2023 · 3 comments
Open

api misnomer #57

matthiasclasen opened this issue Jul 1, 2023 · 3 comments

Comments

@matthiasclasen
Copy link

Glyphy has glyphy_arc_accumulator_cubic_to and glyphy_arc_accumulator_conic_to.

The cubic_to method is as expected, it creates a cubic Bézier segment.

The conic_to method however, just creates a quadratic Bézier, not a rational quadratic one, as the name would suggest.

@behdad
Copy link
Owner

behdad commented Jul 1, 2023

Humm, yeah. I don't know where I got that name from.

@khaledhosny
Copy link
Contributor

Humm, yeah. I don't know where I got that name from.

FreeType?
https://freetype.org/freetype2/docs/reference/ft2-outline_processing.html#ft_outline_funcs

@behdad
Copy link
Owner

behdad commented Jul 2, 2023

Humm, yeah. I don't know where I got that name from.

FreeType? https://freetype.org/freetype2/docs/reference/ft2-outline_processing.html#ft_outline_funcs

Definitely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants