vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Custom Fonts / Sizes #8

Closed antongit closed 1 year ago

antongit commented 1 year ago

@azeno Elias, Joreg and me had a question now:

azeno commented 1 year ago

To my understanding it's limited by how many fonts one can pack into the font atlas. Only one font atlas can be used per frame rendered. So we could give the root node some sort of font config input pin where one specifies the desired font(s).

Please also read the official documentation to get a better understanding about the options & limitations: https://github.com/ocornut/imgui/blob/master/docs/FONTS.md