|
TRVStyleUnits |
Top Previous Next |
|
Unit RVStyle. type TRVStyleUnits = (rvstuPixels, rvstuTwips);
If RichViewPixelsPerInch is positive, it is used for calculation of number of screen pixels in one inch. Otherwise, Screen.PixelsPerInch is used. In the latter case, values in rvstuPixels depend on the screen resolution and cannot be used in WYSIWYG editors. Values measured in TRVUnits have type TRVStyleLength. This is a type of TRVStyle.Units. See also: |