Added support for variable-width fonts

to wxTextCtrl. This excludes syntax
    highlighting, which is probably OK.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-04-06 18:11:36 +00:00
parent 142b3bc26a
commit 82434104d5
2 changed files with 311 additions and 186 deletions

View File

@@ -226,6 +226,9 @@ public:
bool OverwriteMode() { return m_overwrite; }
// implementation from now on...
int PosToPixel( int line, int pos );
int PixelToPos( int line, int pixel );
void SearchForBrackets();