#845754 emacs25: Emacs 25.1.1 doesn't honour the 'face text property on Tamil chars, while Emacs 24.5.1 does

#845754#5
Date:
2016-11-26 13:33:31 UTC
From:
To:
1. emacs25 -Q
2. In the *scratch* buffer, M-x fundamental-mode
3. M-: (insert (propertize "ஸ்ரீ ஜம்புநாதன்" 'face
(list :family "Lohit Tamil")))
4. C-u C-x = on the inserted text
5. Note that the font family of the rendered text is *not* 'Lohit Tamil' but a
different, 'Meera Tamil'.  (See the attached screenshot)
--------

Repeat the above steps, but with emacs24 -Q.  Note that the font family of the
rendered text is the same as the one requested.  (See the attached screenshot)
------ I have many different Tamil fonts on my machine, much more than that comes with stock Debian Sid. Note that for reproducing the bug, you need to atleast have a couple of Tamil fonts installed AND in the emacs-lisp snippet, I shared above, you need to request a font family that isn't the default one picked by Emacs.
--------- If you don't mind working with a non-minimal snippet, use https://github.com/kjambunathan/fontmenu/blob/master/fontmenu.el and follow the instructions in https://github.com/kjambunathan/fontmenu/blob/master/README.md.