Lines Matching refs:To
6 * Permission to use, copy, modify, distribute, and sell this software and its
11 * advertising or publicity pertaining to distribution of the software without
16 * THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
29 @PURPOSE@ Format a pattern into a string according to a format specifier
34 The return value refers to newly allocated memory which should be freed by the
41 characters (not "%"), which are copied unchanged to the output stream;
42 and tags which are interpreted to construct text from the pattern in a
48 It is advisable to always escape curly braces that
49 are meant to be copied to the output as ordinary characters.
57 will be expanded and the result padded to achieve the minimum width.
69 joined together using comma. For example, to print the family name and style of the
70 pattern, use the format "%{family} %{style}\n". To extend the family column
71 to forty characters use "%-40{family}%{style}\n".
75 Simple tags expand to list of all values for an element. To only choose
77 to get the first family name only, use "%{family[0]}".
83 For example, "%{weight=}" may expand to the string "weight=80". Or to the empty
90 "%{:weight=}" may expand to ":weight=80" or to the empty string
98 "%{:weight=:-123}" may expand to ":weight=80" or to the string
105 name, and expands to the number of values for the element in the pattern.
106 For example, "%{#family}" expands to the number of family names
113 are the sub-expression to expand placed inside another set of curly braces.
114 Sub-expression tags are useful for aligning an entire sub-expression, or to
115 apply converters (explained later) to the entire sub-expression output.
117 to construct the family name followed by the style, then takes the entire
118 string and pads it on the left to be at least forty characters.
153 to "pass" if <parameter>pattern</parameter> has size and dpi elements but
154 no pixelsize element, and to "fail" otherwise.
187 Expands to the result of calling FcNameUnparse() on the pattern.
193 Expands to the output of the default output format of the fc-match
200 Expands to the output of the default output format of the fc-list
207 Expands to the output of the default output format of the fc-cat
214 Expands to the list of PackageKit font() tags for the pattern.
217 by newline. Package management systems can use these tags to tag their
224 to an unparsed name containing only the family and style element values
292 translate(<parameter>from</parameter>,<parameter>to</parameter>)
295 by replacing them with their corresponding character in <parameter>to</parameter>.
296 If <parameter>to</parameter> has fewer characters than
305 to the values of the family element in <parameter>pattern</parameter>,