[email protected] hat am 24. Januar 2011 um 11:57 geschrieben:

>
> Hi,
>
> Since the recent font handling changes, some dialogs in the IDE that are
> using TSynEdit have become unreadable (font size down to 6 pixels or less).
> The query editors of SQLDB for instance.
> I want to remedy this by setting the font for these synedit controls to the
> same
> font as used by the source editor.
>
> How can I achieve this ? How to obtain the font specs for the source editor ? 
uses SrcEditorIntf;
SourceEditorManagerIntf.GetEditorControlSettings(ASynEdit);
 
Mattias
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to