How I can to add zoom to RichViewEdit?
How I can to add zoom to RichViewEdit?
If I edit text at font size 3-5, this bad see.
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: How I can to add zoom to RichViewEdit?
TRichViewEdit does not support zoom. It is supported only in ScaleRichView (TSRichViewEdit).
However, you can assign screen dpi to RVStyle.TextStyles.PixelsPerInch global variable. By default, text uses the current screen dpi (Screen.PixelsPerInch), but you can assign another value to RVStyle.TextStyles.PixelsPerInch. The larger value, the lager text size.
However, you can assign screen dpi to RVStyle.TextStyles.PixelsPerInch global variable. By default, text uses the current screen dpi (Screen.PixelsPerInch), but you can assign another value to RVStyle.TextStyles.PixelsPerInch. The larger value, the lager text size.