projects
/
apps
/
core
/
preloaded
/
video-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc4540
)
Add comment re DejaVu Sans Mono having 'dflt' script
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 28 Sep 2010 20:25:23 +0000
(16:25 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 28 Sep 2010 20:25:45 +0000
(16:25 -0400)
src/hb-ot-layout.cc
patch
|
blob
|
history
diff --git
a/src/hb-ot-layout.cc
b/src/hb-ot-layout.cc
index
17bd37a
..
5126f37
100644
(file)
--- a/
src/hb-ot-layout.cc
+++ b/
src/hb-ot-layout.cc
@@
-373,7
+373,8
@@
hb_ot_layout_table_find_script (hb_face_t *face,
if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index))
return FALSE;
- /* try with 'dflt'; MS site has had typos and many fonts use it now :( */
+ /* try with 'dflt'; MS site has had typos and many fonts use it now :(.
+ * including many versions of DejaVu Sans Mono! */
if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index))
return FALSE;