문제

I've downloaded a SynEdit version from a Chinese website (with lots of improvements), but as the version on Sourceforge it doesn't support true-type fonts (such as Tahoma); it displays them separated with a space.

Anything I can do about this?

도움이 되었습니까?

해결책

SynEdit does not support variable-width fonts. Only fixed-width ones. Long time ago, when SynEdit was being developed actively such request was made by one user and rejected due the rewrite needed to support variable-width fonts. For this reason I dropped SynEdit from my toolbox. I now use Scintilla, a much better editor.

다른 팁

You can also use a real editor like TRichView.

It supports every kind of font spacing, is written in Delphi, and handle Unicode efficiently (even with old Delphi versions).

You can use TRichView with syntax highlighting. There is some source code sample in http://www.trichview.com/resources

But TRichView is not free.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top