Home
last modified time | relevance | path

Searched refs:glyphs (Results 1 – 25 of 46) sorted by relevance

12

/plugin/abc2/abc-libraries/abc2svg/
Ddiag-1.js5 abc2svg.diag={do_diag:function(){var glyphs=this.get_glyphs(),voice_tb=this.get_voice_tb()
6 if(!glyphs['fb']){var i,j,d,decos=this.get_decos();ns="CDEFGAB",ms=["","m","7","m7","maj7","sus4"]
13 glyphs['fb']='<g id="fb">\n\
22 </g>';glyphs['nut']='<path id="nut" class="stroke" stroke-width="1.6" d="\
23 M-10.2 -34.5h20.4"/>';glyphs['barre']='<path id="barre" class="stroke" stroke-width=".9" d="\
24glyphs['fr1']='<text id="fr1" x="-20" y="-29" class="frn">fr1</text>';glyphs['fr2']='<text id="fr2…
31 </g>';glyphs['Cm']='<g id="Cm">\n\
39 </g>';glyphs['C7']='<g id="C7">\n\
47 </g>';glyphs['Cm7']='<g id="Cm7">\n\
54 </g>';glyphs['Cmaj7']='<g id="Cmaj7">\n\
[all …]
Dmdnn-1.js8 …,-1,-5,-2,-6,-3,0,-4,-1,-5,-2,-6,-3,0]),acc_tb:["aff","af","n","s","ss"],glyphs:{n1:'<text id="n1"… property
71 Object.assign(abc.get_glyphs(),abc2svg.mdnn.glyphs)
/plugin/captcha/
DEasySVG.php26 $this->font->glyphs = [];
135 $this->font->glyphs = [];
162 $this->font->glyphs[$unicode] = new stdClass();
163 $this->font->glyphs[$unicode]->horizAdvX = $z->getAttribute('horiz-adv-x');
164 if (empty($this->font->glyphs[$unicode]->horizAdvX)) {
165 $this->font->glyphs[$unicode]->horizAdvX = $this->font->horizAdvX;
167 $this->font->glyphs[$unicode]->d = $z->getAttribute('d');
171 $this->font->em = $this->font->glyphs[$unicode]->horizAdvX;
244 $d = $this->font->glyphs[$letter]->d;
253 $horizAdvX += $this->font->glyphs[$letter]->horizAdvX * $fontSize +
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
DDecToCjk.php14 $glyphs = [0x3007, 0x4E00, 0x4E8C, 0x4E09, 0x56DB, 0x4E94, 0x516D, 0x4E03, 0x516B, 0x4E5D];
17 $rnum .= UtfString::code2utf($glyphs[(int) $nstr[$i]]);
/plugin/bootnote/
Dsyntax.php109 $glyphs = Array(
120 $this->_render_note($renderer, $glyphs[$data['lvl']]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php1072 foreach ($MarkAttachmentTypes as $class => $glyphs) {
1086 foreach ($glyphs as $g) {
1111 $glyphs = $this->_getCoverage();
1112 $this->MarkGlyphSets[$i] = $this->formatClassArr($glyphs);
1117 foreach ($glyphs as $g) {
1361 $glyphs = $this->_getCoverage();
1362 $this->GSLuCoverage[$i][$c] = implode('|', $glyphs);
1648 $glyphs = $this->_getCoverage(false);
1649 for ($g = 0; $g < count($glyphs); $g++) {
1652 $replace[] = unicode_hex($this->glyphToChar[$glyphs[$g]][0]);
[all …]
DTTFontFile.php1323 foreach ($MarkAttachmentTypes as $class => $glyphs) {
1348 $glyphs = $this->_getCoverage();
1349 $this->MarkGlyphSets[$i] = ' ' . implode('| ', $glyphs);
1426 foreach ($GlyphByClass as $class => $glyphs) {
1610 $glyphs = $this->_getCoverage(false, 2);
1611 $this->GSLuCoverage[$i][$c] = $glyphs;
1860 $glyphs = $this->_getCoverage(false);
1861 for ($g = 0; $g < count($glyphs); $g++) {
1864 $replace[] = unicode_hex($this->glyphToChar[$glyphs[$g]][0]);
1870 …$substitute[] = unicode_hex($this->glyphToChar[($glyphs[$g] + $Lookup[$i]['Subtable'][$c]['DeltaGl…
[all …]
DOtl.php1657 $glyphs = $this->_getCoverageGID();
1658 $GlyphID = $glyphs[$GlyphPos] + $DeltaGlyphID;
2303 $glyphs = $this->_getCoverage();
2304 $CoverageBacktrackGlyphs[$b] = implode("|", $glyphs);
2309 $glyphs = $this->_getCoverage();
2310 $CoverageInputGlyphs[$b] = implode("|", $glyphs);
2315 $glyphs = $this->_getCoverage();
2316 $CoverageLookaheadGlyphs[$b] = implode("|", $glyphs);
4102 $glyphs = $this->_getCoverage();
4103 $CoverageBacktrackGlyphs[$b] = implode("|", $glyphs);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
DDejaVuinfo.txt22 the designs of glyphs or characters in the Fonts may be modified and
23 additional glyphs or characters may be added to the Fonts, only if the fonts
70 particular the designs of glyphs or characters in the Fonts may be
71 modified and additional glyphs or characters may be added to the
DSyrCOMEdessa_license.txt37 and in particular the designs of glyphs or characters in the
38 Fonts may not be modified nor may additional glyphs or
DGNUFreeFontinfo.txt11 The practical reason for putting glyphs together in a single font face is
/plugin/datatables/assets/pdfmake/
Dpdfmake.js15976 var glyphs = [];
15979 glyphs.push(this.characterToGlyph(charCode));
15981 return glyphs;
16000 value: function advancesForGlyphs(glyphs) {
16002 for (var index = 0; index < glyphs.length; index++) {
16003 var left = glyphs[index];
16004 var right = glyphs[index + 1];
16136 var glyphs = this.font.glyphsForString("".concat(text));
16137 var advances = this.font.advancesForGlyphs(glyphs);
16139 for (var i = 0; i < glyphs.length; i++) {
[all …]
Dpdfmake.min.js2glyphs[u].advanceWidth*this.scale}return o}},{key:"layoutCached",value:function layoutCached(r){if…
/plugin/charter/lib/fonts/
DLICENSE17 particular the designs of glyphs or characters in the Fonts may be
18 modified and additional glyphs or characters may be added to the Fonts,
/plugin/pdfjs/pdfjs/web/
Ddebugger.js353 var glyphs = args[0];
356 for (var j = 0; j < glyphs.length; j++) {
357 var glyph = glyphs[j];
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
Dspecimen_stylesheet.css361 #glyphs h1 {
373 #glyphs p{
/plugin/textile2/
DclassTextile.php659 $text = $this->glyphs($text);
745 $text = $this->glyphs($text);
967 function glyphs($text) function in Textile
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js5098 glyphs: {} property
5111 for (var glyph in font.glyphs) if (font.glyphs[has](glyph)) {
5112 var path = font.glyphs[glyph];
5113 fontcopy.glyphs[glyph] = {
5122 fontcopy.glyphs[glyph].k[k] = path.k[k];
5218 var prev = notfirst && font.glyphs[letters[i - 1]] || {},
5219 curr = font.glyphs[letters[i]];
/plugin/callflow/
Draphael.js5446 glyphs: {} property
5459 for (var glyph in font.glyphs) if (font.glyphs[has](glyph)) {
5460 var path = font.glyphs[glyph];
5461 fontcopy.glyphs[glyph] = {
5470 fontcopy.glyphs[glyph].k[k] = path.k[k];
5566 var prev = notfirst && font.glyphs[letters[i - 1]] || {},
5567 curr = font.glyphs[letters[i]];
/plugin/sequencediagram/bower_components/raphael/
Draphael.no-deps.min.js1glyphs:{}},r=t.face["font-family"];for(var i in t.face)t.face[o](i)&&(e.face[i]=t.face[i]);if(this… property
Draphael.min.js1glyphs:{}},r=t.face["font-family"];for(var i in t.face)t.face[o](i)&&(e.face[i]=t.face[i]);if(this… property
/plugin/advrack/
Draphael.js5445 glyphs: {} property
5458 for (var glyph in font.glyphs) if (font.glyphs[has](glyph)) {
5459 var path = font.glyphs[glyph];
5460 fontcopy.glyphs[glyph] = {
5469 fontcopy.glyphs[glyph].k[k] = path.k[k];
5565 var prev = notfirst && font.glyphs[letters[i - 1]] || {},
5566 curr = font.glyphs[letters[i]];
/plugin/diagramsnet/lib/math/jax/output/SVG/
Djax.js19glyphs={};if(o){n.n=0}}},hashCheck:function(n){if(n&&n.nodeName.toLowerCase()==="g"){do{n=n.parent…
/plugin/flowchartjs/
Draphael.min.js1glyphs:{}},r=t.face["font-family"];for(var i in t.face)t.face[o](i)&&(e.face[i]=t.face[i]);if(this… property
/plugin/chordsheets/js/
H A Draphael.js1glyphs:{}},r=t.face["font-family"];for(var i in t.face)t.face[o](i)&&(e.face[i]=t.face[i]);if(this… property

12