Mercurial > MadButterfly
view inkscape/firefox/content/MadBuilderOverlay.js @ 394:b3d5ce48670a
Use fontconfig to find out a font for a family/slant/weight pattern
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 10 Jun 2009 08:16:04 +0800 |
parents | 63aaf96209cd |
children |
line wrap: on
line source
function start_madbuilder() { var url = "chrome://MadBuilder/content/madbuilder.html"; var browser = document.getElementById("content"); browser.loadURI(url, null, null, true); }