Am Samstag, den 11.09.2010, 11:10 +0200 schrieb Michael Drake
<[email protected]>:

Screen DPI is assumed to be 90, unless the front end sets it differently.

The value is stored in nscss_screen_dpi in LibCSS's fixed point format.

In css/utils.c:

 /** Screen DPI in fixed point units: defaults to 90, which RISC OS uses */
 css_fixed nscss_screen_dpi = INTTOFIX(90);

OK, thanks for the info.

Greets,
Ole


Reply via email to