comparison runtime/doc/print.txt @ 839:1f3b1021f002 v7.0e05

updated for version 7.0e05
author vimboss
date Fri, 21 Apr 2006 22:12:41 +0000
parents 5117153003bd
children a209672376fd
comparison
equal deleted inserted replaced
838:8e5830943bff 839:1f3b1021f002
1 *print.txt* For Vim version 7.0e. Last change: 2005 Apr 01 1 *print.txt* For Vim version 7.0e. Last change: 2006 Apr 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
285 other fontname specifiers are optional. If a specifier is missing then 285 other fontname specifiers are optional. If a specifier is missing then
286 another font will be used as follows: 286 another font will be used as follows:
287 287
288 if b: is missing, then use r: 288 if b: is missing, then use r:
289 if i: is missing, then use r: 289 if i: is missing, then use r:
290 if o: is missing, then use i: 290 if o: is missing, then use b:
291 291
292 Some CJK fonts do not contain characters for codes in the ASCII code range. 292 Some CJK fonts do not contain characters for codes in the ASCII code range.
293 Also, some characters in the CJK ASCII code ranges differ in a few code points 293 Also, some characters in the CJK ASCII code ranges differ in a few code points
294 from traditional ASCII characters. There are two additional fields to control 294 from traditional ASCII characters. There are two additional fields to control
295 printing of characters in the ASCII code range. 295 printing of characters in the ASCII code range.