31
Using Code::Blocks / Re: Line spacing in editor
« Last post by ollydbg on March 05, 2026, 03:06:53 am »If you look at this file: sdk\wxscintilla\include\wx\wxscintilla.h
You will see some code snippet:
But after searching, I see those 2 functions are not called by other clients, so my guess is that you need a way to call them.
You will see some code snippet:
Code
// Set extra ascent for each line
void SetExtraAscent(int extraAscent);
// Get extra ascent for each line
int GetExtraAscent() const;
But after searching, I see those 2 functions are not called by other clients, so my guess is that you need a way to call them.
Recent Posts