LarsGit223 commented on this pull request.
> @@ -954,6 +958,17 @@ void sci_set_font(ScintillaObject *sci, gint style, > const gchar *font, gint size } +/** Gets the font size for a particular style. + * @param sci Scintilla widget. + * @param style The style. + * @return The font size. */ +GEANY_API_SYMBOL +gint sci_get_fontsize(ScintillaObject *sci, gint style) Done (long time ago), no longer part of the API. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1697#discussion_r303578883
