diff options
| author | Mattias Andrée <maandree@kth.se> | 2023-01-12 19:48:16 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2023-01-12 19:48:16 +0100 | 
| commit | 9c0255c4aa35cc2a191e2569d768ca8090756999 (patch) | |
| tree | 85b4a8301d3fb4616bb01872c6852232cadf19ba | |
| parent | Add alias file parsing function (diff) | |
| download | libfonts-9c0255c4aa35cc2a191e2569d768ca8090756999.tar.gz libfonts-9c0255c4aa35cc2a191e2569d768ca8090756999.tar.bz2 libfonts-9c0255c4aa35cc2a191e2569d768ca8090756999.tar.xz  | |
Clearify that aliases are to XFDL that may contain wildcards
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | libfonts.h | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -1691,7 +1691,8 @@ int libfonts_get_font_root_dirs(char ***, size_t *, struct libfonts_context *);   *    * @param   aliasp  Output parameter for the new alias   * @param   namep   Output parameter for the alias target, - *                  which can be ether a proper font name or an alias + *                  which can be ether a proper XFDL (font name), + *                  a XFDL with wildcards, or another alias   * @param   line    The line to parse; parsing stops at the first   *                  newline or NUL byte   * @param   endp    Output parameter for the parsing end, i.e. the  | 
