mikke89 on filter
Update render interface and cac… Another take on the render inte… (compare)
mikke89 on master
Invader sample: Rename event li… (compare)
mikke89 on filter
Update clang-format (cherry pi… Update render interface (compare)
mikke89 on master
Improve .gitignore Improve load document and font … Merge pull request #334 from ho… (compare)
mikke89 on text_widget
mikke89 on master
Avoid unnecessary calls to the … Layout change does not always r… Text widget formatting early ex… and 5 more (compare)
Text is rendered just as any other geometry, using the generated textures.
yeah just that ive never received any callbacks for fonts, the logmessage wasnt very useful either as it couldnt tell me "LotoLatin" didnt exist, but complain about no family being set at all which was wrong, but ive solved this now
perhaps being able to set a fallback font not just for missing glyphs but missing fonts would be a great feature aswell
i would actually even suggest that, as this is typically behaviour of normal browsers to automatically use a different font/fallback incase some family is missing, reproducing this behaviour sounds reasonable plus a logmessage may tell about using fallback
Haven't worked with that library before, let us know if you have any issues integrating it. Most likely you won't need any specific support from the RmlUi side, the library is quite flexible so you should be able to integrate it from the client side.
@mikke89 yes I could decode and get the frame I guess I will face some issues to draw them in rmlui thanks for the help I will try to make it stable and send a commit to rmlui, lightweight mp4 files are extremely helpful for creating cool backgrounds.
Hey @mikke89 I am getting a formatting error with tables Element has a display type 'table-row-group', but is not located in a table. It will not be formatted. In element tbody < table.commandBox < body < #root#main
using the style sheet from https://mikke89.github.io/RmlUiDoc/pages/rcss/tables.html and my table is formatted as such
<table class='commandBox' data-model='commandModel'><tbody>
<tr class='commandLog'><td>{{commandLog}}</td></tr>
<tr class='commandInput'><td><input type='text' data-value='commandInput' /></td></tr>
</tbody></table>
I feel like I am missing something obvious (or if I need to change the table RCSS)