quakeforge/libs/ui
Bill Currie 50d588567b [ui] Fix a pile of errors in text shaping
The main problem was the confusion about the coordinates within a single
glyph, and thus the glyphs position within the view's box. With this,
flowed text works fairly well except for some issues with spacing
between lines (which I think is due to the flow code not having been
tested with offset boxes).
2022-12-10 19:05:39 +09:00
..
test [build] Fix distcheck once again 2022-12-02 17:10:04 +09:00
font.c [ui] Add font to renderer when loading 2022-12-08 16:57:45 +09:00
inputline.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
Makemodule.am [ui] Move text handling into gui lib 2022-12-08 15:33:50 +09:00
passage.c [ui] Fix some passage text shaping bugs 2022-12-09 15:20:10 +09:00
text.c [ui] Fix a pile of errors in text shaping 2022-12-10 19:05:39 +09:00
txtbuffer.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
view.c [ui] Fix a pile of errors in text shaping 2022-12-10 19:05:39 +09:00
vrect.c [renderer] Use better heuristics for scrap allocation 2022-09-20 19:32:49 +09:00