mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Improved font loaded message
svn path=/trunk/; revision=4406
This commit is contained in:
parent
44b3528f71
commit
3aed736c06
1 changed files with 2 additions and 3 deletions
|
@ -130,9 +130,8 @@ W32kAddFontResource(LPCWSTR Filename)
|
|||
FontGDI->TextMetric.tmDescent = face->size->metrics.descender; // units below baseline
|
||||
FontGDI->TextMetric.tmHeight = FontGDI->TextMetric.tmAscent + FontGDI->TextMetric.tmDescent;
|
||||
|
||||
DbgPrint("Family name: %s\n", face->family_name);
|
||||
DbgPrint("Style name: %s\n", face->style_name);
|
||||
DbgPrint("Num glyphs: %u\n", face->num_glyphs);
|
||||
DbgPrint("Win32k: Font loaded: %s (%s)\n", face->family_name, face->style_name);
|
||||
DPRINT("Num glyphs: %u\n", face->num_glyphs);
|
||||
|
||||
// Add this font resource to the font table
|
||||
FontTable[FontsLoaded].hFont = NewFont;
|
||||
|
|
Loading…
Reference in a new issue