MCPcopy Create free account
hub / github.com/crosire/reshade / AlignTextToFramePadding

Function AlignTextToFramePadding

include/reshade_overlay.hpp:543–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 inline void BeginGroup() { imgui_function_table_instance()->BeginGroup(); }
542 inline void EndGroup() { imgui_function_table_instance()->EndGroup(); }
543 inline void AlignTextToFramePadding() { imgui_function_table_instance()->AlignTextToFramePadding(); }
544 inline float GetTextLineHeight() { return imgui_function_table_instance()->GetTextLineHeight(); }
545 inline float GetTextLineHeightWithSpacing() { return imgui_function_table_instance()->GetTextLineHeightWithSpacing(); }
546 inline float GetFrameHeight() { return imgui_function_table_instance()->GetFrameHeight(); }

Callers 1

draw_gui_addonsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected