summaryrefslogtreecommitdiff
path: root/include/freetype/ftbzip2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftbzip2.h')
-rw-r--r--include/freetype/ftbzip2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/freetype/ftbzip2.h b/include/freetype/ftbzip2.h
index 07a73671d..5ea9a53a5 100644
--- a/include/freetype/ftbzip2.h
+++ b/include/freetype/ftbzip2.h
@@ -55,7 +55,7 @@ FT_BEGIN_HEADER
*
* @description:
* Open a new stream to parse bzip2-compressed font files. This is
- * mainly used to support the compressed `*.pcf.bz2' fonts that come
+ * mainly used to support the compressed `*.pcf.bz2` fonts that come
* with XFree86.
*
* @input:
@@ -71,8 +71,8 @@ FT_BEGIN_HEADER
* @note:
* The source stream must be opened _before_ calling this function.
*
- * Calling the internal function `FT_Stream_Close' on the new stream will
- * *not* call `FT_Stream_Close' on the source stream. None of the stream
+ * Calling the internal function `FT_Stream_Close` on the new stream will
+ * **not** call `FT_Stream_Close` on the source stream. None of the stream
* objects will be released to the heap.
*
* The stream implementation is very basic and resets the decompression
@@ -84,7 +84,7 @@ FT_BEGIN_HEADER
* compressed file, the library will try to open a bzip2 compressed stream
* from it and re-open the face with it.
*
- * This function may return `FT_Err_Unimplemented_Feature' if your build
+ * This function may return `FT_Err_Unimplemented_Feature` if your build
* of FreeType was not compiled with bzip2 support.
*/
FT_EXPORT( FT_Error )