Hi

Are entries in a font theme inheritable.

Can I do this:

qx.Theme.define("qx.theme.ext.font.Default",
{
  title : "Ext",

  fonts :
  { 
    "default" :
    {
      size : 11,
      family : [ "Verdana", "Helvetica", "Tahoma" ]
    },

    "bold" :
    {
      include : "default",
      bold : true
    },
 }
}

Regards
David
-- 
View this message in context: 
http://www.nabble.com/Font-inheriting-tf3922155.html#a11121533
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to