dwrite: A couple of spelling fixes in comments.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
944c4e8f76
commit
f38c260ce7
@ -67,7 +67,7 @@ extern const unsigned short bidi_direction_table[] DECLSPEC_HIDDEN;
|
|||||||
Note:
|
Note:
|
||||||
|
|
||||||
The list of bidirectional character types here is not grouped the
|
The list of bidirectional character types here is not grouped the
|
||||||
same way as the table 3-7, since the numberic values for the types
|
same way as the table 3-7, since the numeric values for the types
|
||||||
are chosen to keep the state and action tables compact.
|
are chosen to keep the state and action tables compact.
|
||||||
------------------------------------------------------------------------*/
|
------------------------------------------------------------------------*/
|
||||||
enum directions
|
enum directions
|
||||||
|
@ -5402,7 +5402,7 @@ HRESULT create_glyphrunanalysis(const struct glyphrunanalysis_desc *desc, IDWrit
|
|||||||
|
|
||||||
*ret = NULL;
|
*ret = NULL;
|
||||||
|
|
||||||
/* Check rendering, antialising, measuring, and grid fitting modes. */
|
/* Check rendering, antialiasing, measuring, and grid fitting modes. */
|
||||||
if ((UINT32)desc->rendering_mode >= DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED ||
|
if ((UINT32)desc->rendering_mode >= DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED ||
|
||||||
desc->rendering_mode == DWRITE_RENDERING_MODE1_OUTLINE ||
|
desc->rendering_mode == DWRITE_RENDERING_MODE1_OUTLINE ||
|
||||||
desc->rendering_mode == DWRITE_RENDERING_MODE1_DEFAULT)
|
desc->rendering_mode == DWRITE_RENDERING_MODE1_DEFAULT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user