- From: John Daggett via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Sep 2011 06:21:02 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-fonts
In directory hutz:/tmp/cvs-serv16593
Modified Files:
Fonts.html
Added Files:
rubyshinkansen.png
Log Message:
add ruby variant example
--- NEW FILE: rubyshinkansen.png ---
(This appears to be a binary file; contents omitted.)
Index: Fonts.html
===================================================================
RCS file: /sources/public/csswg/css3-fonts/Fonts.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Fonts.html 23 Sep 2011 03:06:54 -0000 1.60
+++ Fonts.html 23 Sep 2011 06:21:00 -0000 1.61
@@ -3916,11 +3916,15 @@
<dl>
<dt><dfn id=ruby>ruby</dfn>
- <dd>Enables display of ruby glyphs (OpenType feature: <code>ruby</code>).
- This value only selects a glyph for use in ruby text, it does not affect
- font scaling.
+ <dd>Enables display of ruby variant glyphs (OpenType feature:
+ <code>ruby</code>). This value only selects a glyph for use in ruby text,
+ it does not affect font scaling. The red ruby text below is shown with
+ default glyphs (top) and with ruby variant glyphs (bottom). Note the
+ slight difference in stroke thickness.
</dl>
+ <div class=featex><img alt="ruby variant example" src=rubyshinkansen.png></div>
+
<h3 id=font-feature-values><span class=secno>6.9 </span>Defining font
specific alternates: the @font-feature-values rule</h3>
Received on Friday, 23 September 2011 06:21:03 UTC