-
-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Labels
enhancementNew feature or requestNew feature or request
Description
CET does not seem to support IO functions inside the Lua scripting part for ImGui, to make use of something like:
io.Fonts->AddFontFromFileTTF.
to use in:
ImGui.PushFont(font_obj)
According to the wiki (see link) a font can only be changed across the whole system by editing the config file, which is undesirable for use-cases where you want to build a debug tool with ImGui based on monospaced fonts, but still use sans fonts for the base menu in CyberEngineTweaks.
Can we maybe add this in an upcoming update?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request