summaryrefslogtreecommitdiff
path: root/doc/fcfreetype.fncs
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-12-02 15:06:13 -0800
committerKeith Packard <keithp@neko.keithp.com>2006-12-02 15:06:13 -0800
commit61895ed16c0c06e4d6b2abeb8ff292d53b4ea499 (patch)
tree9d4d09184cc5ac8a297ca2902619655d53a016a4 /doc/fcfreetype.fncs
parentb1aa20098f641a16d02e70a161450e6b85afe410 (diff)
downloadfontconfig-61895ed16c0c06e4d6b2abeb8ff292d53b4ea499.tar.gz
Add space between type and formal in devel man pages (bug 8935)
Most parameters are pointers and have '*' in the type; for those which do not, use '%' to mark where a space needs to be inserted.
Diffstat (limited to 'doc/fcfreetype.fncs')
-rw-r--r--doc/fcfreetype.fncs12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/fcfreetype.fncs b/doc/fcfreetype.fncs
index dadecca..6ecedda 100644
--- a/doc/fcfreetype.fncs
+++ b/doc/fcfreetype.fncs
@@ -27,8 +27,8 @@
#include &lt;fcfreetype.h&gt;
@RET@ FT_UInt
@FUNC@ FcFreeTypeCharIndex
-@TYPE1@ FT_Face @ARG1@ face
-@TYPE2@ FcChar32 @ARG2@ ucs4
+@TYPE1@ FT_Face% @ARG1@ face
+@TYPE2@ FcChar32% @ARG2@ ucs4
@PURPOSE@ map Unicode to glyph id
@DESC@
Maps a Unicode char to a glyph index. This function uses information from
@@ -43,7 +43,7 @@ higher level functions.
#include &lt;fcfreetype.h&gt;
@RET@ FcCharSet *
@FUNC@ FcFreeTypeCharSet
-@TYPE1@ FT_Face @ARG1@ face
+@TYPE1@ FT_Face% @ARG1@ face
@TYPE2@ FcBlanks * @ARG2@ blanks
@PURPOSE@ compute unicode coverage
@DESC@
@@ -59,7 +59,7 @@ not in 'blanks' are not placed in the returned FcCharSet.
@RET@ FcPattern *
@FUNC@ FcFreeTypeQuery
@TYPE1@ const char * @ARG1@ file
-@TYPE2@ int @ARG2@ id
+@TYPE2@ int% @ARG2@ id
@TYPE3@ FcBlanks * @ARG3@ blanks
@TYPE4@ int * @ARG4@ count
@PURPOSE@ compute pattern from font file (and index)
@@ -73,9 +73,9 @@ of fonts in 'file' is returned in 'count'.
#include &lt;fcfreetype.h&gt;
@RET@ FcPattern *
@FUNC@ FcFreeTypeQueryFace
-@TYPE1@ const FT_Face @ARG1@ face
+@TYPE1@ const FT_Face% @ARG1@ face
@TYPE2@ const char * @ARG2@ file
-@TYPE3@ int @ARG3@ id
+@TYPE3@ int% @ARG3@ id
@TYPE4@ FcBlanks * @ARG4@ blanks
@PURPOSE@ compute pattern from FT_Face
@DESC@