comparison runtime/doc/options.txt @ 12934:2ebc3df65ca2 v8.0.1343

patch 8.0.1343: MS-Windows: does not show colored emojis commit https://github.com/vim/vim/commit/d7ccc4d81dbcfa3ac0352bacea6e294fc9e33fda Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 26 14:29:32 2017 +0100 patch 8.0.1343: MS-Windows: does not show colored emojis Problem: MS-Windows: does not show colored emojis. Solution: Implement colored emojis. Improve drawing speed. Make 'taamode' work. (Taro Muraoka, Yasuhiro Matsumoto, Ken Takata, close #2375)
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Nov 2017 14:30:04 +0100
parents e2612e03d46f
children c53a80f39a52
comparison
equal deleted inserted replaced
12933:9eeaf892510c 12934:2ebc3df65ca2
6152 See this URL for detail: 6152 See this URL for detail:
6153 http://msdn.microsoft.com/en-us/library/dd368170.aspx 6153 http://msdn.microsoft.com/en-us/library/dd368170.aspx
6154 6154
6155 Example: > 6155 Example: >
6156 set encoding=utf-8 6156 set encoding=utf-8
6157 set gfn=Ricty_Diminished:h12:cSHIFTJIS 6157 set gfn=Ricty_Diminished:h12
6158 set rop=type:directx 6158 set rop=type:directx
6159 < 6159 <
6160 If select a raster font (Courier, Terminal or FixedSys) to 6160 If select a raster font (Courier, Terminal or FixedSys which
6161 'guifont', it fallbacks to be drawn by GDI automatically. 6161 have ".fon" extension in file name) to 'guifont', it will be
6162 drawn by GDI as a fallback. This fallback will cause
6163 significant slow down on drawing.
6164
6165 NOTE: It is known that some fonts and options combination
6166 causes trouble on drawing glyphs.
6167
6168 - 'rendmode:5' and 'renmode:6' will not work with some
6169 special made fonts (True-Type fonts which includes only
6170 bitmap glyphs).
6171 - 'taamode:3' will not work with some vector fonts.
6172
6173 NOTE: With this option, you can display colored emoji
6174 (emoticon) in Windows 8.1 or later. To display colored emoji,
6175 there are some conditions which you should notice.
6176
6177 - If your font includes non-colored emoji already, it will
6178 be used.
6179 - If your font doesn't have emoji, the system chooses an
6180 alternative symbol font. On Windows 10, "Segoe UI Emoji"
6181 will be used.
6182 - When this alternative font didn't have fixed width glyph,
6183 emoji might be rendered beyond the bounding box of drawing
6184 cell.
6162 6185
6163 Other render types are currently not supported. 6186 Other render types are currently not supported.
6164 6187
6165 *'report'* 6188 *'report'*
6166 'report' number (default 2) 6189 'report' number (default 2)