@LarsGit223 commented on this pull request.


In src/sciwrappers.c:

> +gint sci_get_fontsize(ScintillaObject *sci, gint style)
+{
+	return (gint) SSM(sci, SCI_STYLEGETSIZE, (uptr_t) style, 0);
+}

Changed and tested. Now looks like your code snippet below.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.