<?xml version="1.0" encoding="UTF-8"?>\r
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">\r
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>\r
- <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/1">\r
- <file>file:/H:/Works/cubeExtranet/fluidbook/tools/fwstk/src/com/fluidbook/fwstk/Main.java</file>\r
- <file>file:/H:/Works/cubeExtranet/fluidbook/tools/fwstk/src/cube/util/Array.java</file>\r
- </open-files>\r
</project-private>\r
}
$this->fontDocs[$font][$document_id] = true;
- return $this->getIndex($font, $this->cssFont, array('oblique' => $oblique));
+
+
+ $idx= $this->getIndex($font, $this->cssFont, array('oblique' => $oblique));
+
+ return $idx;
}
protected function getCSSColor($color) {
} else {
$tab[$value] = array_merge(array('index' => $res), $params);
}
- return $res;
+ return $tab[$value];
}
protected function normalizeFloatValue($value, $round=3) {
//$in = htmlentities($in, ENT_NOQUOTES, "UTF-8");
$in = str_replace(' ', '', $in);
+
return $in;
}