gecko/layout/reftests/bugs/391045-ref.html
Jonathan Kew 8a871fa050 bug 502906 - part 3 - factor out Uniscribe and GDI shapers from Windows GDI font code. r=jdaggett
--HG--
rename : gfx/thebes/src/gfxWindowsFonts.cpp => gfx/thebes/src/gfxUniscribeShaper.cpp
rename : gfx/thebes/public/gfxWindowsFonts.h => gfx/thebes/src/gfxUniscribeShaper.h
2010-03-15 09:34:25 +00:00

19 lines
530 B
HTML

<!DOCTYPE html>
<!-- Reftest for bug 391045 -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>reftest for bug 391045</title>
</head>
<style type="text/css">
body {
font-size: 24pt;
}
</style>
<body>
<p>നെ തുടര്‍ന്നാണ് ആര&zwj;&zwnj;.</p>
<!-- note the extra zwnj before the period; this is needed to prevent
the zwj causing font fallback choices to propagate further
(see gfxFontGroup::FindFontForChar). -->
</body>
</html>