-
Notifications
You must be signed in to change notification settings - Fork 46
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
migrate to x/image/math/fixed #30
Comments
additionally, migrating from |
(gentle) ping? |
@sbinet It is, but it's going to move slowly. This in particular might take me some time to do, because freetype is also used in Wingo. |
ok. thanks for the update :) |
My comment from duplicate #32:
|
@bmatsuo Thanks for that comment, that's really helpful. I'll make sure to get this fixed up soon. (I'm still using and relying on FYI, I am "jamslam." :P It was an old nick of mine. Worst case scenario, I'll just put that code on Github. |
😮 Your code is prolific @BurntSushi (edit: 😉). Is your primary concern not breaking wingo? Have you considered vendoring its dependencies? If not with I haven't used xgraphics or related packages. But at a naive glance it doesn't seem too difficult to make the change. I could potentially write a pull request if you want. |
@bmatsuo That is pretty much my primary concern. And AFAIK, there are others using If you want to submit a PR, that'd be awesome. But I will find a way to fix it either way (I cannot live without Wingo), and your comment was already helpful enough, so don't sweat it! |
time's up. |
@sbinet Gah, I fell way behind. I might be able to get to it this weekend. But yes, I'll be forced to do it at some point since I need |
I at least have the build working again by importing graphics-go and freetype-go into github in commit 41e40dc. I didn't actually migrate to updates in the API though, so I'll leave this issue open, but hopefully it's enough to get |
I know it's been years, but here's an attempt to make the switch: jezek#2 🙂. |
with the move of
code.google.com/p/go-freetype
to6github.com/golang/freetype
there has been some API changes, namely the move togolang.org/x/image/math/fixed
to express font sizes.more info here:
https://groups.google.com/d/topic/golang-nuts/tr-MftD7kbo/discussion
could you please migrate to that new API? it's blocking
gonum/plot
: gonum/plot#216thanks.
The text was updated successfully, but these errors were encountered: