@LarsGit223 commented on this pull request.


In src/sciwrappers.h:

> @@ -82,6 +82,7 @@ gchar				sci_get_char_at				(ScintillaObject *sci, gint pos);
 void				sci_scroll_caret			(ScintillaObject *sci);
 gint				sci_find_text				(ScintillaObject *sci, gint flags, struct Sci_TextToFind *ttf);
 void				sci_set_font				(ScintillaObject *sci, gint style, const gchar *font, gint size);
+gint				sci_get_fontsize			(ScintillaObject *sci, gint style);

Done.


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