Home
last modified time | relevance | path

Searched refs:fonts (Results 1 – 25 of 236) sorted by relevance

12345678910

/plugin/html2pdf/html2pdf/html2ps/
H A Dfont_factory.class.php3 var $fonts; variable in FontFactory
13 $this->fonts = array();
29 if (!isset($this->fonts[$typeface][$encoding])) {
39 $this->fonts[$typeface][$encoding] = $font;
42 return $this->fonts[$typeface][$encoding];
46 if (!isset($this->fonts[$name][$encoding])) {
55 $this->fonts[$name][$encoding] = $font;
58 return $this->fonts[$name][$encoding];
/plugin/captcha/fonts/
H A DREADME1 All fonts placed in this directory will be used randomly for the image captcha.
2 The more and exotic fonts you use, the harder it will be to OCR. However you
3 should be aware that most fonts are very hard to read when used for small sizes.
5 Provided TTF fonts for use with image CAPTCHA:
7 VeraSe.ttf - Bitsream Vera, http://www-old.gnome.org/fonts/
10 Provided SVG fonts for use with SVG CAPTCHA:
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
H A Dfontdata.js19fonts:[t,q,b,k,u,z,s,c,m,w,l]},bold:{fonts:[t,q,b,k,u,z,s,c,m,w,l],bold:true,offsetA:119808,offset…
/plugin/katex/_assets/
H A Dkatex.min.css1fonts/KaTeX_AMS-Regular.woff2) format("woff2"),url(fonts/KaTeX_AMS-Regular.woff) format("woff"),ur…
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/TeX/
H A Dfontdata.js19fonts:[m,g,i],offsetG:945,variantG:"italic",remap:{913:65,914:66,917:69,918:90,919:72,921:73,922:7…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/TeX/
H A Dfontdata.js19fonts:[m,g,h],offsetG:945,variantG:"italic",remap:{913:65,914:66,917:69,918:90,919:72,921:73,922:7…
/plugin/pgn4web/
H A Dall.css57 @import url("pgn4web/fonts/pgn4web-font-ChessSansAlpha.css");
58 @import url("pgn4web/fonts/pgn4web-font-ChessSansMerida.css");
59 @import url("pgn4web/fonts/pgn4web-font-ChessSansPiratf.css");
60 @import url("pgn4web/fonts/pgn4web-font-ChessSansUscf.css");
61 @import url("pgn4web/fonts/pgn4web-font-ChessSansUsual.css");
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
H A Dfontdata.js19fonts:[v,s,E,h,c,n,w,C,u,b,x,o,z,m]},bold:{fonts:[v,s,E,h,c,n,w,C,u,b,x,o,z,m],bold:true,offsetA:1…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/
H A Dfontdata.js19fonts:[E,al,K,e,Z,w,v,u,m,x,M,ae],remap:{124:[124,"-STIX-Web-variant"]}},bold:{fonts:[ak,Q,q,i,A,C…
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/
H A Dfontdata.js19fonts:[F,am,L,e,ab,x,w,v,m,y,O,ag],remap:{124:[124,"-STIX-Web-variant"]}},bold:{fonts:[al,S,q,i,B,…
/plugin/imagecarousel/
H A Dall.less33 src: url('./vendor/slick/fonts/slick.eot');
34fonts/slick.eot?#iefix') format('embedded-opentype'), url('./vendor/slick/fonts/slick.woff') forma…
/plugin/pgn4web/pgn4web/fonts/
H A DREADME.txt1 The figurine fonts are derived from the Liberation Sans font (released under
2 GNU General Public License, see https://fedorahosted.org/liberation-fonts/)
3 with the addition of chess pieces from freeware fonts: the alpha2 font (Peter
6 H. Marroquin). The original chess fonts and more details are available at
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/
H A Dfontdata.js19fonts:[v,s,E,h,c,n,w,C,u,b,x,o,z,m]},bold:{fonts:[v,s,E,h,c,n,w,C,u,b,x,o,z,m],bold:true,offsetA:1…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/
H A Dfontdata.js19fonts:[v,s,E,h,c,n,w,C,u,b,x,o,z,m]},bold:{fonts:[v,s,E,h,c,n,w,C,u,b,x,o,z,m],bold:true,offsetA:1…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Latin-Modern/
H A Dfontdata.js19fonts:[w,t,F,i,c,o,x,D,v,b,y,p,A,n]},bold:{fonts:[w,t,F,i,c,o,x,D,v,b,y,p,A,n],bold:true,offsetA:1…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DREADME.md4 It contains fonts in ttf format.
19 For Raphael the TTF fonts were then converted to cufon format, using [this site](http://cufon.shoqo…
22 …l CSS styled fonts. In this case, I used [font squirell](http://www.fontsquirrel.com/tools/webfont…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontsizecombo.js56 var fonts = FCKConfig.FontSizes.split(';') ;
58 for ( var i = 0 ; i < fonts.length ; i++ )
60 var fontParts = fonts[i].split('/') ;
H A Dfcktoolbarfontscombo.js54 var fonts = FCKConfig.FontNames.split(';') ;
56 for ( var i = 0 ; i < fonts.length ; i++ )
58 var fontParts = fonts[i].split('/') ;
/plugin/revealjs/css/theme/source/
H A Dnight.scss14 // Include theme-specific fonts
15 @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
16 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
H A Dsky.scss15 // Include theme-specific fonts
16 @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
17 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
H A Dsimple.scss17 // Include theme-specific fonts
18 @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
19 @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX/
H A Dfontdata.js19fonts:[m,r,i],remap:{8709:[8709,"-STIX-variant"],124:[124,"-STIX-variant"]}},bold:{fonts:[u,"STIXN…
/plugin/imagecarousel/vendor/slick/
H A Dslick-theme.less5 @slick-font-path: "./fonts/";
30 src: url('./fonts/slick.eot');
31fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), ur…
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt5 (i.e., OpenType) fonts covering as much as possible of the ISO 10646/Unicode
13 without having to switch fonts.
39 <http://fontforge.sourceforge.net/> is used for editing the fonts.
64 Free UCS scalable fonts is free software; you can redistribute it and/or
69 The fonts are distributed in the hope that they will be useful, but
94 TrueType fonts for immediate consumption are the files with the .ttf
98 OpenType fonts (with suffix .otf) are for use in Windows Vista.
107 Free UCS scalable fonts: http://savannah.gnu.org/projects/freefont/
/plugin/fontface/
H A Dplugin.info.txt6 desc Embed fonts (via uploaded fonts or Google Fonts)

12345678910