Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata` `rawtherapy-whitelist.txt` consists of: ``` adn amin autor ba byteorder cas childs developpement dum foto fro inbetween interm ist iten ith lonly nd ois optio preserv skipp som spred substracted tbe tim uint unselect ```
This commit is contained in:
@@ -190,7 +190,7 @@ RTWindow::RTWindow ()
|
||||
resolution /= 2;
|
||||
}
|
||||
// 1pt = 1/72in @ 96 ppi
|
||||
// HOMBRE: If the font unit is px, is it alredy scaled up to match the resolution ?
|
||||
// HOMBRE: If the font unit is px, is it already scaled up to match the resolution ?
|
||||
// px >inch >pt >"scaled pt"
|
||||
pt = (int)(double(fontSize) / RTScalable::baseDPI * 72. * (RTScalable::baseHiDPI / resolution) + 0.49);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user