zaafar / ClickableTransparentOverlay

A library for creating transparent overlay using windows API & ImGui.NET
Apache License 2.0
87 stars 33 forks source link

added support for multiple fonts as well as merging fonts #51

Closed zaafar closed 9 months ago

zaafar commented 9 months ago

This PR fixes https://github.com/zaafar/ClickableTransparentOverlay/issues/47 as well as https://github.com/zaafar/ClickableTransparentOverlay/issues/44

NOTE: Delegate is chosen so caller can choose how to upload, store, get, use the font. It gives caller the best flexibility. Unfortunately it requires caller to execute in c# unsafe mode.