Dennis E. Hamilton

Results 59 comments of Dennis E. Hamilton

==Afterthoughts I did all the digging to figure out how StartTextInput, StopTextInput, and SetTextInputRect get wired up with platform-specific implementations, and a bit how the result is held global (`_this`)....

> ... it seems `SDL_StartTextInput()` calls `ShowScreenKeyboard()` but I couldn't find that function code... It will only do that if `_this->ShowScreenKeyboard` is not `NULL`. I did not see any code...

> > It will only do that if _this->ShowScreenKeyboard is not NULL. ... > I think this might be because SDL2 doesn't fully implement the IME on windows.... (It seems...

> Also, i managed to find the windows IME API. https://docs.microsoft.com/en-us/windows/win32/intl/input-method-manager > This might be the 'old' API however (the new one seems to be called Text Services Framework or...

> @raysan5 ... I think IME support is out of scope for raylib at this moment .... it should be supported by GLFW, that is the library in charge of...

I would use "the prevalent ASCII code" (linking to the Wikipedia article on the subject as you do for IEEE Floating Point) and mention that it assigns characters to code-point...

@x1nixmzeng > Not sure the author would agree to swapping it out, but for anything more complicated than a single object it's required The license for rlobj is a bit...

I don't think RTF is a meaningful option compared to HTML. RTF, although an ASCII markup-format (sort of a poor-man's TeX), is pretty-much tied to desktop applications such as Microsoft...

@raysan5 It turns out that fractional font sizes (in points) are used real world typography and I suspect in quality renderings, such as with PostScript or other tools designed for...

@designerfuzzi > That means it has literally nothing to do with postscript. Postscript is solely a format to pack data that also allows to give relative size of a sheet...