summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorC.W. Betts <computers57@hotmail.com>2019-09-25 16:41:22 -0600
committerOleg Oshmyan <chortos@inbox.lv>2019-09-26 02:31:13 +0300
commitf8dd7d20828167310515edf4849e85782a64c1ab (patch)
tree33f6a3624f98072dda54afae7531cd700027181a /libass
parent8088d2dcfb8e3c0631ea4f065a1a1f9975f75fdd (diff)
downloadlibass-f8dd7d20828167310515edf4849e85782a64c1ab.tar.bz2
libass-f8dd7d20828167310515edf4849e85782a64c1ab.tar.xz
Update ass_fontselect.h
Fix documentation misspellings/texts. As reported by Clang.
Diffstat (limited to 'libass')
-rw-r--r--libass/ass_fontselect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libass/ass_fontselect.h b/libass/ass_fontselect.h
index 5b9370a..9d56b5b 100644
--- a/libass/ass_fontselect.h
+++ b/libass/ass_fontselect.h
@@ -45,7 +45,7 @@ typedef struct ass_font_provider_meta_data ASS_FontProviderMetaData;
* font path (i.e. the path was set to NULL).
*
* \param font_priv font private data
- * \param output buffer; set to NULL to query stream size
+ * \param data output buffer; set to NULL to query stream size
* \param offset stream offset
* \param len bytes to read into output buffer from stream
* \return actual number of bytes read, or stream size if data == NULL
@@ -65,7 +65,7 @@ typedef bool (*CheckPostscriptFunc)(void *font_priv);
* Check if a glyph is supported by a font.
*
* \param font_priv font private data
- * \param codepont Unicode codepoint (UTF-32)
+ * \param codepoint Unicode codepoint (UTF-32)
* \return true if codepoint is supported by the font
*/
typedef bool (*CheckGlyphFunc)(void *font_priv, uint32_t codepoint);
@@ -243,7 +243,7 @@ ASS_FontProvider *ass_font_provider_new(ASS_FontSelector *selector,
* provide additional fonts to libass.
* \param priv parent renderer
* \param funcs callback functions
- * \param private data for provider callbacks
+ * \param data private data for provider callbacks
*
*/
ASS_FontProvider *