Exact size font question
-
Will calling CreateFont(-8, 0, 0, 0, 0, FALSE, FALSE, FALSE, 0, 0, 0, 0, 0, TEXT("small fonts")) always create the exact size font on all systems (assuming the "small fonts" font is present)? For example, would the zero character always be exactly 4 pixels wide and 6 pixels high?
-
Will calling CreateFont(-8, 0, 0, 0, 0, FALSE, FALSE, FALSE, 0, 0, 0, 0, 0, TEXT("small fonts")) always create the exact size font on all systems (assuming the "small fonts" font is present)? For example, would the zero character always be exactly 4 pixels wide and 6 pixels high?
Seems like it ought to, presuming 1 device unit == 1 pixel. I'd suggesting trying it to see?
-
Will calling CreateFont(-8, 0, 0, 0, 0, FALSE, FALSE, FALSE, 0, 0, 0, 0, 0, TEXT("small fonts")) always create the exact size font on all systems (assuming the "small fonts" font is present)? For example, would the zero character always be exactly 4 pixels wide and 6 pixels high?