summaryrefslogtreecommitdiff
path: root/include/freetype/ftwinfnt.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-09-04 10:37:44 +0200
committerWerner Lemberg <wl@gnu.org>2018-09-04 10:37:44 +0200
commit9789c75b1a6faf01cbcc34d85bf1bb3f473743b1 (patch)
tree81f2c0415702a614becbf1e5b5e0d4669bca3c4b /include/freetype/ftwinfnt.h
parent01a5d326bb320b1e1c832d6954df583ae8c0ebd2 (diff)
downloadfreetype2-9789c75b1a6faf01cbcc34d85bf1bb3f473743b1.tar.gz
More '...' vs. `...` fixes in API documentation.
Diffstat (limited to 'include/freetype/ftwinfnt.h')
-rw-r--r--include/freetype/ftwinfnt.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/freetype/ftwinfnt.h b/include/freetype/ftwinfnt.h
index ac03a3cc6..1e2c7e287 100644
--- a/include/freetype/ftwinfnt.h
+++ b/include/freetype/ftwinfnt.h
@@ -56,11 +56,11 @@ FT_BEGIN_HEADER
* FT_WinFNT_ID_XXX
*
* @description:
- * A list of valid values for the 'charset' byte in @FT_WinFNT_HeaderRec.
- * Exact mapping tables for the various cpXXXX encodings (except for
- * cp1361) can be found at ftp://ftp.unicode.org/Public in the
- * MAPPINGS/VENDORS/MICSFT/WINDOWS subdirectory. cp1361 is roughly a
- * superset of MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT.
+ * A list of valid values for the `charset` byte in @FT_WinFNT_HeaderRec.
+ * Exact mapping tables for the various 'cpXXXX' encodings (except for
+ * 'cp1361') can be found at 'ftp://ftp.unicode.org/Public' in the
+ * `MAPPINGS/VENDORS/MICSFT/WINDOWS` subdirectory. 'cp1361' is roughly a
+ * superset of `MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT`.
*
* @values:
* FT_WinFNT_ID_DEFAULT ::
@@ -79,18 +79,18 @@ FT_BEGIN_HEADER
* FT_WinFNT_ID_OEM ::
* From Michael Poettgen <michael@poettgen.de>:
*
- * The 'Windows Font Mapping' article says that FT_WinFNT_ID_OEM is
+ * The 'Windows Font Mapping' article says that `FT_WinFNT_ID_OEM` is
* used for the charset of vector fonts, like `modern.fon`,
* `roman.fon`, and `script.fon` on Windows.
*
- * The 'CreateFont' documentation says: The FT_WinFNT_ID_OEM value
+ * The 'CreateFont' documentation says: The `FT_WinFNT_ID_OEM` value
* specifies a character set that is operating-system dependent.
*
* The 'IFIMETRICS' documentation from the 'Windows Driver Development
* Kit' says: This font supports an OEM-specific character set. The
* OEM character set is system dependent.
*
- * In general OEM, as opposed to ANSI (i.e., cp1252), denotes the
+ * In general OEM, as opposed to ANSI (i.e., 'cp1252'), denotes the
* second default codepage that most international versions of Windows
* have. It is one of the OEM codepages from
*