File tree 4 files changed +11
-3
lines changed 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ InitFontSupport(VOID)
27
27
ghsemFontDriver = EngCreateSemaphore ();
28
28
if (!ghsemFontDriver ) return FALSE;
29
29
30
- /* Initialize the global public font taböe */
30
+ /* Initialize the global public font table */
31
31
if (!PFT_bInit (& gpftPublic )) return FALSE;
32
32
33
33
return TRUE;
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ typedef enum _FLPFE
66
66
PFE_VERT_FACE = 0x0100 ,
67
67
} FLPFE ;
68
68
69
+ /* The PFE structure describes a Physical Font Entry */
69
70
typedef struct _PFE
70
71
{
71
72
struct _PFF * pPFF ;
@@ -98,6 +99,7 @@ typedef struct _PFEOBJ
98
99
PPFE ppfe ;
99
100
} PFEOBJ , * PPFEOBJ ;
100
101
102
+ /* The PFF structure describes a Physical Font File */
101
103
typedef struct _PFF
102
104
{
103
105
ULONG sizeofThis ;
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ RFONT_vXlateGlpyhs(
183
183
}
184
184
}
185
185
186
+ /* Store the glyph handle */
186
187
* phg ++ = hg ;
187
188
}
188
189
}
Original file line number Diff line number Diff line change @@ -160,6 +160,11 @@ GreGetDefaultCharset()
160
160
return ANSI_CHARSET ;
161
161
}
162
162
163
+ /*!
164
+
165
+ \see http://msdn.microsoft.com/en-us/library/ms969909.aspx
166
+
167
+ */
163
168
ULONG
164
169
NTAPI
165
170
PFE_ulPenalty (
@@ -210,7 +215,7 @@ PFE_ulPenalty(
210
215
}
211
216
212
217
213
- /* There are contrary claims about the font mapper behaviour towards
218
+ /* There are contrary claims about the font mapper behavior towards
214
219
different lfOutPrecision values between MS LOGFONT structure docs
215
220
and the font mapper article. */
216
221
if ((plfw -> lfOutPrecision == OUT_DEVICE_PRECIS ) &&
@@ -675,7 +680,7 @@ GreAddFontResourceW(
675
680
return 0 ;
676
681
}
677
682
678
- /* Insert the PFF into the list */
683
+ /* Insert the PFF into the font table */
679
684
PFT_vInsertPFF (ppft , ppff , iFileNameHash );
680
685
681
686
/* Return the number of faces */
You can’t perform that action at this time.
0 commit comments