diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fontset.c b/src/fontset.c index 777e0aaca9b..d3ebea58a46 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1218,10 +1218,8 @@ range FROM and TO (inclusive). | |||
| 1218 | CHARACTER may be a script name symbol. In that case, use FONT-SPEC | 1218 | CHARACTER may be a script name symbol. In that case, use FONT-SPEC |
| 1219 | for all characters that belong to the script. | 1219 | for all characters that belong to the script. |
| 1220 | 1220 | ||
| 1221 | CHARACTER may be a charset which has a :code-offset attribute and the | 1221 | CHARACTER may be a charset. In that case, use FONT-SPEC for all |
| 1222 | attribute value is greater than the maximum Unicode character | 1222 | characters in the charset. |
| 1223 | \(#x10FFFF). In that case, use FONT-SPEC for all characters in the | ||
| 1224 | charset. | ||
| 1225 | 1223 | ||
| 1226 | FONT-SPEC may be: | 1224 | FONT-SPEC may be: |
| 1227 | * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ]. | 1225 | * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ]. |