mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Return character heights instead of cell heights in the LOGFONTs in the
NONCLIENTMETRICS structure svn path=/trunk/; revision=18960
This commit is contained in:
parent
40cfcb3758
commit
05037bcbe6
1 changed files with 2 additions and 1 deletions
|
@ -813,8 +813,9 @@ IntGetFontMetricSetting(LPWSTR lpValueName, PLOGFONTW font)
|
|||
{
|
||||
RTL_QUERY_REGISTRY_TABLE QueryTable[2];
|
||||
NTSTATUS Status;
|
||||
/* Firefox 1.0.7 depends on the lfHeight value being negative */
|
||||
static LOGFONTW DefaultFont = {
|
||||
11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET,
|
||||
-11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET,
|
||||
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
|
||||
L"Bitstream Vera Sans"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue