Hajime Hoshi

Results 678 comments of Hajime Hoshi

@tinne26 > But my point is that even for the API there are parts that are being missed in this discussion. Adding drastic changes to the current package is out...

> The current discussion is missing baseline aligns. Also, vertical aligning needs to carefully consider the font metrics vs text bounds. Well, this seems worth discussing in this issue (sorry...

For horizontal aligns, there are 8 types: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align For vertical aligns, there are 8 types: https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align Random notes: * Of course we don't need to implement all of them. *...

> right-aligned text is not truly possible when the text has multiple lines. The right-aligning will align the multiline block, but without more information than a (x, y) coordinate, text.Draw...

Apprently we need more discussion to determine the API... @KalebHawkins I'm sorry we cannot determine the APIs yet and need more time, and thank you for trying to contribute to...

There is no way to pass arguments to CreateWindowEx so far. So the answer is no so far, but let me consider to make it possible in the future.

Let me keep this opened for the future task.

It's in theory possible to do without Ebiten's change: https://stackoverflow.com/questions/1462504/how-to-make-window-appear-in-taskbar

GLFW might have this feature in the future: https://github.com/glfw/glfw/issues/293

> I don't think the scope of the current problem justifies the extra complexity or the addition of such a new method. I agree. > changing the name of the...