mirror of
https://github.com/opnsense/src.git
synced 2026-05-21 17:40:35 -04:00
Calculate font size from 16 density independent pixels (dp) by using:
size = 16 * ppi/160 * display_factor
We are specifying font size 16dp, and assuming 1dp = 160ppi.
Also apply scaling factor 2 (display_factor).
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| boot1 | ||
| fdt | ||
| gptboot | ||
| include | ||
| libefi | ||
| loader | ||
| loader_4th | ||
| loader_lua | ||
| loader_simp | ||
| Makefile | ||
| Makefile.inc | ||