Commit f38c260c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dwrite: A couple of spelling fixes in comments.

parent 944c4e8f
...@@ -67,7 +67,7 @@ extern const unsigned short bidi_direction_table[] DECLSPEC_HIDDEN; ...@@ -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 ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment