]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcfreetype.fncs
Add space between type and formal in devel man pages (bug 8935)
[fontconfig.git] / doc / fcfreetype.fncs
index dadecca950f903ba24fe9b698f56c9b9be44805e..6ecedda0ed3b6be034f688ab4104d8525f5c6699 100644 (file)
@@ -27,8 +27,8 @@
 #include <fcfreetype.h>
 @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 <fcfreetype.h>
 @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 <fcfreetype.h>
 @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@