From: Jeremias Maerki Date: Wed, 23 Mar 2005 21:25:30 +0000 (+0000) Subject: Moved files to be served "as-is" directly under the content directory. Zero error... X-Git-Tag: batik-1_6~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ffcb65081731c32226048e5702f9eba7524dbf44;p=xmlgraphics-fop.git Moved files to be served "as-is" directly under the content directory. Zero error messages now in my Forrest. PDF manually generated for embedding.fo using FOP CVS HEAD. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198544 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/dev/fo/embedding.fo b/src/documentation/content/dev/fo/embedding.fo new file mode 100644 index 000000000..f264d2c9f --- /dev/null +++ b/src/documentation/content/dev/fo/embedding.fo @@ -0,0 +1,1122 @@ + + + + + + + + + + + + + + + Embedding SVG examples + + + Page + + + + + + Embedding SVG + + + + + + +A less cute tiger + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Some examples of how to embed an SVG image inside your FO documents + + + +Introduction + + + +This document shows some examples of how an SVG document can be embedded directly in +an fo document and how FOP will render it. + + + +There are a couple of ways to specify the XML for embedding. +There are a number of factors which specify exactly how the SVG image will be rendered, such as size, clipping etc. + + + +Note: if you want to know about SVG itself you should consult the appropriate SVG resource. The Batik Project is a good resource for information about SVG and samples etc. + + + +XML Syntax + + + +Here we have some examples of how the XML can be specified in the fo document. + + + + + + + + +This first example specifies the name space on the instream-foreign-object using the xmlns:svg attribute. +Then all the svg elements start with the svg: namespace prefix. It can be specified on any element +above where the svg:svg tag appears (eg. fo:root). + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + +This example specifies the name space on the svg:svg element using the xmlns:svg attribute. +Then all the svg elements start with the svg: namespace prefix. +It is able to determine the namespace for the current element. + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + +This example specifies the namespace for the current element, rather than for the svg: prefix. +This means that all elements under this one are assumed to have the same namespace. + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + + + + +Sizing + + + + The size of the instream-foreign-object is obtained in a number of ways. + + + + + + + + + +Specify the size on the instream-foreign-object element. + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + +Specify the size on the svg document element. + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + +Specify the size on the svg document element and for the content size on the instream-foreign-object. + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + +Clipping + + + + + + + +Interesting Functionality + + + + + + + + + + diff --git a/src/documentation/content/dev/fo/embedding.fo.pdf b/src/documentation/content/dev/fo/embedding.fo.pdf new file mode 100644 index 000000000..6dd1b2f2a Binary files /dev/null and b/src/documentation/content/dev/fo/embedding.fo.pdf differ diff --git a/src/documentation/content/fo/align.fo b/src/documentation/content/fo/align.fo new file mode 100644 index 000000000..0fb8a5e18 --- /dev/null +++ b/src/documentation/content/fo/align.fo @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + +1. FOP test for images + + Align in Larger Viewport + +Default align: +(), start +(), end +(), center +(), before +(), after +(), center +(). + + +Default align: +(), start-before +(), start-after +(), start-center +(), center-before +(), center-center +(), center-after +(). + + + +end-before +(), end-center +(), end-after +(). + + + + This section is only required to show that the layout still works. + + + + + + diff --git a/src/documentation/content/fo/align.fo.pdf b/src/documentation/content/fo/align.fo.pdf new file mode 100644 index 000000000..9e5393e1e Binary files /dev/null and b/src/documentation/content/fo/align.fo.pdf differ diff --git a/src/documentation/content/fo/align2.fo b/src/documentation/content/fo/align2.fo new file mode 100644 index 000000000..c05e024ba --- /dev/null +++ b/src/documentation/content/fo/align2.fo @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + +1. FOP test for images + + Align in Smaller Viewport + +Default align: +(), start +(), center +(), end +(), before +(), after +(), center +(). + + +Default align: +(), start-before +(), start-center +(), start-after +(), center-before +(), center-after +(), center-center +(). + + + +end-before +(), end-after +(), end-center +(). + + + + This section is only required to show that the layout still works. + + + + + + diff --git a/src/documentation/content/fo/align2.fo.pdf b/src/documentation/content/fo/align2.fo.pdf new file mode 100644 index 000000000..f5a02666b Binary files /dev/null and b/src/documentation/content/fo/align2.fo.pdf differ diff --git a/src/documentation/content/fo/blocks.ent b/src/documentation/content/fo/blocks.ent new file mode 100644 index 000000000..5168f2c15 --- /dev/null +++ b/src/documentation/content/fo/blocks.ent @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/documentation/content/fo/embed.fo b/src/documentation/content/fo/embed.fo new file mode 100644 index 000000000..2a36ce545 --- /dev/null +++ b/src/documentation/content/fo/embed.fo @@ -0,0 +1,110 @@ + + + + +]> + + + + + + + + + + + + + + + + + + + + + +Embedding SVG in Viewport + + Align in Larger Viewport + + +Default align: +(&svgimage;), start +(&svgimage;), center +(&svgimage;), end +(&svgimage;), before +(&svgimage;), center +(&svgimage;), after +(&svgimage;), start-before +(&svgimage;), start-center +(&svgimage;), start-after +(&svgimage;), center-before +(&svgimage;), center-center +(&svgimage;), center-after +(&svgimage;), end-before +(&svgimage;), end-center +(&svgimage;), end-after +(&svgimage;). + + + Align in Smaller Viewport + +Default align: +(&svgimage;), start +(&svgimage;), center +(&svgimage;), end +(&svgimage;), before +(&svgimage;), center +(&svgimage;), after +(&svgimage;), start-before +(&svgimage;), start-center +(&svgimage;), start-after +(&svgimage;), center-before +(&svgimage;), center-center +(&svgimage;), center-after +(&svgimage;), end-before +(&svgimage;), end-center +(&svgimage;), end-after +(&svgimage;). + + + Scaling + +Non-uniform +(&svgimage;), non-uniform +(&svgimage;), uniform +(&svgimage;), uniform +(&svgimage;). + + + + This section is only required to show that the layout still works. + + + + + + diff --git a/src/documentation/content/fo/embed.fo.pdf b/src/documentation/content/fo/embed.fo.pdf new file mode 100644 index 000000000..6da06b559 --- /dev/null +++ b/src/documentation/content/fo/embed.fo.pdf @@ -0,0 +1,87 @@ +%PDF-1.3 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 1556 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gb"0W9p=9h(^KQB5D>011Kd^2(:&!s-8.0G?92NC6am<+$Zp"a8L^3ZrE?Z%8B:u_OFn)DOGr-/INIQ=q\oZh2p:3YpSJW^j5k;[E4:*BGe#CoakN"mYH!sFZ8>$).@Y@g/-!,+\,3geIX]sgn&ks8h-P:I5CJ>(?M3srEp%+j`GFC2lVAW?-k]'A%*A+X0,Y&n>gXrgJRd8etuLIh.uop[SIXoW1(Me8(mZ+eI84[tkfD8Y2>AOP5_.60qf-b].hK50R#%EJ8&ck"-ed6),XDAZ4I/+.NABKpXVTecSBnJhE/-BIl,-QFP0P>7hCkMsi)STHZs%$'J5nT--!YC%F5o`L74Wr:Be]r#sCZ+lgS/E:AD3,3jV\ej=Ch)Mm&T3L9Qof&akqNaE.ePBeD$+%h=PJ*s!3>n&C]igN#KOB]'j8H"aks*5=iHX3ZW>2HPS[b]*`)73_Q%NVce\!_DKr]/-Y/42K3d4X3_6^:.XnTm.M/Ws*C)U,oQ,$R7M5;IQWWpQNXEeNq$-MaM&m21cZ'7XGeK>`6"O7>Tplj8g:-IOGkatB8+,OGQk;/'tf.M\ap^O]Zf]N/IY_K;_Cf\L-lRiL(u"ei;CH2-j*X=.qf*gTG=iZSQ6qr)cgBtH@(6&KA0C:edj%+t+a=UNaVEi.YkDdNJud0091bqd)C/fC``XJC$=&-4E!YWO/1#n25qkWC_ic-+YL^(]=:7:C?abAqh?bqD4b-,1\n_j+*T5NVnRDAT6? +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 595 842 ] +/Resources 3 0 R +/Contents 5 0 R +>> +endobj +7 0 obj +<< /Length 1817 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gb"0W:N+uG(^BKA5)#"'Yd"$U8imem#OF-PR"6:/*k]utN6sEG3%4Xj7nFsp;3J?+4m;Cb/S%)3?CFKB?VSYnqb?ePK?>&Z1uIXURQk@7VtS,NabaJ,Y-fH"AbkJUs)n(bDSLTWQi$]3.r%#RgR?#YrF>m&j5#._.Gt&lrOg7dfGe=DCLO9.JlJ#\Nu:_+'9XObCm7%pIqEiC#]3r(6ZXV,rHP^:2:!="7[p5gQd%aYoh4"?CMW%pVqf;,\4sMKf<>Y[[oqT?]$9s%n,K_VArek#gUbF!FjDL/(H\Zt^D8g"tMc@0c>I%?@\t`PT_@NNSUM//U^7dnFB>]k,gsGT'8p>p-/_"t]4N`X)^SA/n>4O8[WK$DZi:"X[8@`0iGF;K/oBJDZ9tRQ^T20MuX/In(9BX/odV^W3rKV8qhu&C&.Ui@aH`nog^">K.8!\SZl<4uYB;@Nk0tuRbZQ^4Zl`RW%CQc6l9V>:g\X^LPnhTI(tXiC5P1&O>dih=]W7P0+tFD=.[%`'UfWeAOpP4=dVor(_H")Q=5iGu?005^2='PfY.j8J=(&-[];:`7n,`KdDas8\bkm\B&A4"hR1fT1/:_fusB%2tDAdYA`K1Sda):WQ;.YHi:?tGNSg5X.4ecbW9V!N#'SDR\-c*j=-Y$X,X&#FPY<*N9aZGQn-WL<.sM6$CZe\5cE7=W(ZpJ.6/"Y,KQRN)PJi,BKk(lkffCYd>!XZP"g+F4['#tNb0soB]CI].`JJ$#/^9_Q\FLn"+mCRiUL`Z"CJkGNJlhFK?GS.:>s#6[Hb1&@?()XK^4M2BZ*,oS9LsJ(`@./D2(]8Ei@B;0YOE:@Y2*0Q]NkoZ/kuj+,'5q+XHLMT,b>rMPKCr*@3P+I?GS.:"g?j,mCZ'Ym@*'X=+=PH)to%WGsV)l\>r8sj/sOC"]p_r\of,GA;.+H's^0W[EIir]<[S6Z`l&V$F>)o:D+>(*`=mgV@L0aKjZEIKrqQo[_gV'gWGqjlRK%F1W!Bq+pYQ6,V^J,-0:n4_Uc(NCk]!q't1t[fXc61"a>,!D']\B?a8_H-VhA(.Qi,aB[MhUFG6l5fo.&eK),#!I2T6rR/Z're+oUP&g(8R_^!@;&u7($?83Z%nS$eZO5XGIU386~> +endstream +endobj +8 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 595 842 ] +/Resources 3 0 R +/Contents 7 0 R +>> +endobj +9 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +10 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F7 +/BaseFont /Times-Bold +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 2 +/Kids [6 0 R 8 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + >> +endobj +3 0 obj +<< +/Font << /F5 9 0 R /F7 10 0 R >> +/ProcSet [ /PDF /ImageC /Text ] >> +endobj +xref +0 11 +0000000000 65535 f +0000004058 00000 n +0000004122 00000 n +0000004172 00000 n +0000000015 00000 n +0000000071 00000 n +0000001719 00000 n +0000001825 00000 n +0000003734 00000 n +0000003840 00000 n +0000003949 00000 n +trailer +<< +/Size 11 +/Root 2 0 R +/Info 4 0 R +>> +startxref +4261 +%%EOF diff --git a/src/documentation/content/fo/fonts.fo b/src/documentation/content/fo/fonts.fo new file mode 100644 index 000000000..997fc427e --- /dev/null +++ b/src/documentation/content/fo/fonts.fo @@ -0,0 +1,1319 @@ + + + + + + + + + + + + + + + + + + + + + +Helvetica + + + + + + + + + + + + + + +&#x21; : ! +&#x22; : " +&#x23; : # +&#x24; : $ +&#x25; : % +&#x26; : & +&#x27; : ' +&#x28; : ( +&#x29; : ) +&#x2A; : * +&#x2B; : + +&#x2C; : , +&#x2D; : - +&#x2E; : . +&#x2F; : / +&#x30; : 0 +&#x31; : 1 +&#x32; : 2 +&#x33; : 3 +&#x34; : 4 +&#x35; : 5 +&#x36; : 6 +&#x37; : 7 +&#x38; : 8 +&#x39; : 9 +&#x3A; : : +&#x3B; : ; +&#x3C; : < +&#x3D; : = +&#x3E; : > +&#x3F; : ? +&#x40; : @ +&#x41; : A +&#x42; : B +&#x43; : C +&#x44; : D +&#x45; : E +&#x46; : F +&#x47; : G +&#x48; : H +&#x49; : I +&#x4A; : J +&#x4B; : K +&#x4C; : L +&#x4D; : M +&#x4E; : N +&#x4F; : O +&#x50; : P +&#x51; : Q +&#x52; : R +&#x53; : S +&#x54; : T +&#x55; : U + + + + + + + + +&#x56; : V +&#x57; : W +&#x58; : X +&#x59; : Y +&#x5A; : Z +&#x5B; : [ +&#x5C; : \ +&#x5D; : ] +&#x5E; : ^ +&#x5F; : _ +&#x60; : ` +&#x61; : a +&#x62; : b +&#x63; : c +&#x64; : d +&#x65; : e +&#x66; : f +&#x67; : g +&#x68; : h +&#x69; : i +&#x6A; : j +&#x6B; : k +&#x6C; : l +&#x6D; : m +&#x6E; : n +&#x6F; : o +&#x70; : p +&#x71; : q +&#x72; : r +&#x73; : s +&#x74; : t +&#x75; : u +&#x76; : v +&#x77; : w +&#x78; : x +&#x79; : y +&#x7A; : z +&#x7B; : { +&#x7C; : | +&#x7D; : } +&#x7E; : ~ +&#xA1; : ¡ +&#xA2; : ¢ +&#xA3; : £ +&#xA4; : ¤ +&#xA5; : ¥ +&#xA6; : ¦ +&#xA7; : § +&#xA8; : ¨ +&#xA9; : © +&#xAA; : ª +&#xAB; : « +&#xAC; : ¬ + + + + + + + + +&#xAE; : ® +&#xAF; : ¯ +&#xB0; : ° +&#xB1; : ± +&#xB2; : ² +&#xB3; : ³ +&#xB4; : ´ +&#xB5; : µ +&#xB6; : ¶ +&#xB7; : · +&#xB8; : ¸ +&#xB9; : ¹ +&#xBA; : º +&#xBB; : » +&#xBC; : ¼ +&#xBD; : ½ +&#xBE; : ¾ +&#xBF; : ¿ +&#xC0; : À +&#xC1; : Á +&#xC2; :  +&#xC3; : à +&#xC4; : Ä +&#xC5; : Å +&#xC6; : Æ +&#xC7; : Ç +&#xC8; : È +&#xC9; : É +&#xCA; : Ê +&#xCB; : Ë +&#xCC; : Ì +&#xCD; : Í +&#xCE; : Î +&#xCF; : Ï +&#xD0; : Ð +&#xD1; : Ñ +&#xD2; : Ò +&#xD3; : Ó +&#xD4; : Ô +&#xD5; : Õ +&#xD6; : Ö +&#xD7; : × +&#xD8; : Ø +&#xD9; : Ù +&#xDA; : Ú +&#xDB; : Û +&#xDC; : Ü +&#xDD; : Ý +&#xDE; : Þ +&#xDF; : ß +&#xE0; : à +&#xE1; : á +&#xE2; : â + + + + + + + + +&#xE3; : ã +&#xE4; : ä +&#xE5; : å +&#xE6; : æ +&#xE7; : ç +&#xE8; : è +&#xE9; : é +&#xEA; : ê +&#xEB; : ë +&#xEC; : ì +&#xED; : í +&#xEE; : î +&#xEF; : ï +&#xF0; : ð +&#xF1; : ñ +&#xF2; : ò +&#xF3; : ó +&#xF4; : ô +&#xF5; : õ +&#xF6; : ö +&#xF7; : ÷ +&#xF8; : ø +&#xF9; : ù +&#xFA; : ú +&#xFB; : û +&#xFC; : ü +&#xFD; : ý +&#xFE; : þ +&#xFF; : ÿ +&#x0152; : Œ +&#x0153; : œ +&#x0160; : Š +&#x0161; : š +&#x0178; : Ÿ +&#x017D; : Ž +&#x017E; : ž +&#x0192; : ƒ +&#x02DC; : ˜ +&#x2013; : – +&#x2014; : — +&#x2018; : ‘ +&#x2019; : ’ +&#x201A; : ‚ +&#x201C; : “ +&#x201D; : ” +&#x201E; : „ +&#x2020; : † +&#x2021; : ‡ +&#x2022; : • +&#x2026; : … +&#x2030; : ‰ +&#x2039; : ‹ +&#x203A; : › +&#x2122; : ™ + + + + + + + + +Times Roman + + + + + + + + + + + + + + +&#x21; : ! +&#x22; : " +&#x23; : # +&#x24; : $ +&#x25; : % +&#x26; : & +&#x27; : ' +&#x28; : ( +&#x29; : ) +&#x2A; : * +&#x2B; : + +&#x2C; : , +&#x2D; : - +&#x2E; : . +&#x2F; : / +&#x30; : 0 +&#x31; : 1 +&#x32; : 2 +&#x33; : 3 +&#x34; : 4 +&#x35; : 5 +&#x36; : 6 +&#x37; : 7 +&#x38; : 8 +&#x39; : 9 +&#x3A; : : +&#x3B; : ; +&#x3C; : < +&#x3D; : = +&#x3E; : > +&#x3F; : ? +&#x40; : @ +&#x41; : A +&#x42; : B +&#x43; : C +&#x44; : D +&#x45; : E +&#x46; : F +&#x47; : G +&#x48; : H +&#x49; : I +&#x4A; : J +&#x4B; : K +&#x4C; : L +&#x4D; : M +&#x4E; : N +&#x4F; : O +&#x50; : P +&#x51; : Q +&#x52; : R +&#x53; : S +&#x54; : T +&#x55; : U + + + + + + + + +&#x56; : V +&#x57; : W +&#x58; : X +&#x59; : Y +&#x5A; : Z +&#x5B; : [ +&#x5C; : \ +&#x5D; : ] +&#x5E; : ^ +&#x5F; : _ +&#x60; : ` +&#x61; : a +&#x62; : b +&#x63; : c +&#x64; : d +&#x65; : e +&#x66; : f +&#x67; : g +&#x68; : h +&#x69; : i +&#x6A; : j +&#x6B; : k +&#x6C; : l +&#x6D; : m +&#x6E; : n +&#x6F; : o +&#x70; : p +&#x71; : q +&#x72; : r +&#x73; : s +&#x74; : t +&#x75; : u +&#x76; : v +&#x77; : w +&#x78; : x +&#x79; : y +&#x7A; : z +&#x7B; : { +&#x7C; : | +&#x7D; : } +&#x7E; : ~ +&#xA1; : ¡ +&#xA2; : ¢ +&#xA3; : £ +&#xA4; : ¤ +&#xA5; : ¥ +&#xA6; : ¦ +&#xA7; : § +&#xA8; : ¨ +&#xA9; : © +&#xAA; : ª +&#xAB; : « +&#xAC; : ¬ + + + + + + + + +&#xAE; : ® +&#xAF; : ¯ +&#xB0; : ° +&#xB1; : ± +&#xB2; : ² +&#xB3; : ³ +&#xB4; : ´ +&#xB5; : µ +&#xB6; : ¶ +&#xB7; : · +&#xB8; : ¸ +&#xB9; : ¹ +&#xBA; : º +&#xBB; : » +&#xBC; : ¼ +&#xBD; : ½ +&#xBE; : ¾ +&#xBF; : ¿ +&#xC0; : À +&#xC1; : Á +&#xC2; :  +&#xC3; : à +&#xC4; : Ä +&#xC5; : Å +&#xC6; : Æ +&#xC7; : Ç +&#xC8; : È +&#xC9; : É +&#xCA; : Ê +&#xCB; : Ë +&#xCC; : Ì +&#xCD; : Í +&#xCE; : Î +&#xCF; : Ï +&#xD0; : Ð +&#xD1; : Ñ +&#xD2; : Ò +&#xD3; : Ó +&#xD4; : Ô +&#xD5; : Õ +&#xD6; : Ö +&#xD7; : × +&#xD8; : Ø +&#xD9; : Ù +&#xDA; : Ú +&#xDB; : Û +&#xDC; : Ü +&#xDD; : Ý +&#xDE; : Þ +&#xDF; : ß +&#xE0; : à +&#xE1; : á +&#xE2; : â + + + + + + + + +&#xE3; : ã +&#xE4; : ä +&#xE5; : å +&#xE6; : æ +&#xE7; : ç +&#xE8; : è +&#xE9; : é +&#xEA; : ê +&#xEB; : ë +&#xEC; : ì +&#xED; : í +&#xEE; : î +&#xEF; : ï +&#xF0; : ð +&#xF1; : ñ +&#xF2; : ò +&#xF3; : ó +&#xF4; : ô +&#xF5; : õ +&#xF6; : ö +&#xF7; : ÷ +&#xF8; : ø +&#xF9; : ù +&#xFA; : ú +&#xFB; : û +&#xFC; : ü +&#xFD; : ý +&#xFE; : þ +&#xFF; : ÿ +&#x0152; : Œ +&#x0153; : œ +&#x0160; : Š +&#x0161; : š +&#x0178; : Ÿ +&#x017D; : Ž +&#x017E; : ž +&#x0192; : ƒ +&#x02DC; : ˜ +&#x2013; : – +&#x2014; : — +&#x2018; : ‘ +&#x2019; : ’ +&#x201A; : ‚ +&#x201C; : “ +&#x201D; : ” +&#x201E; : „ +&#x2020; : † +&#x2021; : ‡ +&#x2022; : • +&#x2026; : … +&#x2030; : ‰ +&#x2039; : ‹ +&#x203A; : › +&#x2122; : ™ + + + + + + + + +Courier + + + + + + + + + + + + + + +&#x21; : ! +&#x22; : " +&#x23; : # +&#x24; : $ +&#x25; : % +&#x26; : & +&#x27; : ' +&#x28; : ( +&#x29; : ) +&#x2A; : * +&#x2B; : + +&#x2C; : , +&#x2D; : - +&#x2E; : . +&#x2F; : / +&#x30; : 0 +&#x31; : 1 +&#x32; : 2 +&#x33; : 3 +&#x34; : 4 +&#x35; : 5 +&#x36; : 6 +&#x37; : 7 +&#x38; : 8 +&#x39; : 9 +&#x3A; : : +&#x3B; : ; +&#x3C; : < +&#x3D; : = +&#x3E; : > +&#x3F; : ? +&#x40; : @ +&#x41; : A +&#x42; : B +&#x43; : C +&#x44; : D +&#x45; : E +&#x46; : F +&#x47; : G +&#x48; : H +&#x49; : I +&#x4A; : J +&#x4B; : K +&#x4C; : L +&#x4D; : M +&#x4E; : N +&#x4F; : O +&#x50; : P +&#x51; : Q +&#x52; : R +&#x53; : S +&#x54; : T +&#x55; : U + + + + + + + + +&#x56; : V +&#x57; : W +&#x58; : X +&#x59; : Y +&#x5A; : Z +&#x5B; : [ +&#x5C; : \ +&#x5D; : ] +&#x5E; : ^ +&#x5F; : _ +&#x60; : ` +&#x61; : a +&#x62; : b +&#x63; : c +&#x64; : d +&#x65; : e +&#x66; : f +&#x67; : g +&#x68; : h +&#x69; : i +&#x6A; : j +&#x6B; : k +&#x6C; : l +&#x6D; : m +&#x6E; : n +&#x6F; : o +&#x70; : p +&#x71; : q +&#x72; : r +&#x73; : s +&#x74; : t +&#x75; : u +&#x76; : v +&#x77; : w +&#x78; : x +&#x79; : y +&#x7A; : z +&#x7B; : { +&#x7C; : | +&#x7D; : } +&#x7E; : ~ +&#xA1; : ¡ +&#xA2; : ¢ +&#xA3; : £ +&#xA4; : ¤ +&#xA5; : ¥ +&#xA6; : ¦ +&#xA7; : § +&#xA8; : ¨ +&#xA9; : © +&#xAA; : ª +&#xAB; : « +&#xAC; : ¬ + + + + + + + + +&#xAE; : ® +&#xAF; : ¯ +&#xB0; : ° +&#xB1; : ± +&#xB2; : ² +&#xB3; : ³ +&#xB4; : ´ +&#xB5; : µ +&#xB6; : ¶ +&#xB7; : · +&#xB8; : ¸ +&#xB9; : ¹ +&#xBA; : º +&#xBB; : » +&#xBC; : ¼ +&#xBD; : ½ +&#xBE; : ¾ +&#xBF; : ¿ +&#xC0; : À +&#xC1; : Á +&#xC2; :  +&#xC3; : à +&#xC4; : Ä +&#xC5; : Å +&#xC6; : Æ +&#xC7; : Ç +&#xC8; : È +&#xC9; : É +&#xCA; : Ê +&#xCB; : Ë +&#xCC; : Ì +&#xCD; : Í +&#xCE; : Î +&#xCF; : Ï +&#xD0; : Ð +&#xD1; : Ñ +&#xD2; : Ò +&#xD3; : Ó +&#xD4; : Ô +&#xD5; : Õ +&#xD6; : Ö +&#xD7; : × +&#xD8; : Ø +&#xD9; : Ù +&#xDA; : Ú +&#xDB; : Û +&#xDC; : Ü +&#xDD; : Ý +&#xDE; : Þ +&#xDF; : ß +&#xE0; : à +&#xE1; : á +&#xE2; : â + + + + + + + + +&#xE3; : ã +&#xE4; : ä +&#xE5; : å +&#xE6; : æ +&#xE7; : ç +&#xE8; : è +&#xE9; : é +&#xEA; : ê +&#xEB; : ë +&#xEC; : ì +&#xED; : í +&#xEE; : î +&#xEF; : ï +&#xF0; : ð +&#xF1; : ñ +&#xF2; : ò +&#xF3; : ó +&#xF4; : ô +&#xF5; : õ +&#xF6; : ö +&#xF7; : ÷ +&#xF8; : ø +&#xF9; : ù +&#xFA; : ú +&#xFB; : û +&#xFC; : ü +&#xFD; : ý +&#xFE; : þ +&#xFF; : ÿ +&#x0152; : Œ +&#x0153; : œ +&#x0160; : Š +&#x0161; : š +&#x0178; : Ÿ +&#x017D; : Ž +&#x017E; : ž +&#x0192; : ƒ +&#x02DC; : ˜ +&#x2013; : – +&#x2014; : — +&#x2018; : ‘ +&#x2019; : ’ +&#x201A; : ‚ +&#x201C; : “ +&#x201D; : ” +&#x201E; : „ +&#x2020; : † +&#x2021; : ‡ +&#x2022; : • +&#x2026; : … +&#x2030; : ‰ +&#x2039; : ‹ +&#x203A; : › +&#x2122; : ™ + + + + + + + + + ZapfDingbats: + + + + + + + + + + + + + + +&#x2701; : ✁ +&#x2702; : ✂ +&#x2703; : ✃ +&#x2704; : ✄ +&#x260E; : ☎ +&#x2706; : ✆ +&#x2707; : ✇ +&#x2708; : ✈ +&#x2709; : ✉ +&#x261B; : ☛ +&#x261E; : ☞ +&#x270C; : ✌ +&#x270D; : ✍ +&#x270E; : ✎ +&#x270F; : ✏ +&#x2710; : ✐ +&#x2711; : ✑ +&#x2712; : ✒ +&#x2713; : ✓ +&#x2714; : ✔ +&#x2715; : ✕ +&#x2716; : ✖ +&#x2717; : ✗ +&#x2718; : ✘ +&#x2719; : ✙ +&#x271A; : ✚ +&#x271B; : ✛ +&#x271C; : ✜ +&#x271D; : ✝ +&#x271E; : ✞ +&#x271F; : ✟ +&#x2720; : ✠ +&#x2721; : ✡ +&#x2722; : ✢ +&#x2723; : ✣ +&#x2724; : ✤ +&#x2725; : ✥ +&#x2726; : ✦ +&#x2727; : ✧ +&#x2605; : ★ +&#x2729; : ✩ +&#x272A; : ✪ +&#x272B; : ✫ +&#x272C; : ✬ +&#x272D; : ✭ +&#x272E; : ✮ +&#x272F; : ✯ +&#x2730; : ✰ +&#x2731; : ✱ +&#x2732; : ✲ + + + + + + + + +&#x2733; : ✳ +&#x2734; : ✴ +&#x2735; : ✵ +&#x2736; : ✶ +&#x2737; : ✷ +&#x2738; : ✸ +&#x2739; : ✹ +&#x273A; : ✺ +&#x273B; : ✻ +&#x273C; : ✼ +&#x273D; : ✽ +&#x273E; : ✾ +&#x273F; : ✿ +&#x2740; : ❀ +&#x2741; : ❁ +&#x2742; : ❂ +&#x2743; : ❃ +&#x2744; : ❄ +&#x2745; : ❅ +&#x2746; : ❆ +&#x2747; : ❇ +&#x2748; : ❈ +&#x2749; : ❉ +&#x274A; : ❊ +&#x274B; : ❋ +&#x25CF; : ● +&#x274D; : ❍ +&#x25A0; : ■ +&#x274F; : ❏ +&#x2750; : ❐ +&#x2751; : ❑ +&#x2752; : ❒ +&#x25B2; : ▲ +&#x25BC; : ▼ +&#x25C6; : ◆ +&#x2756; : ❖ +&#x25D7; : ◗ +&#x2758; : ❘ +&#x2759; : ❙ +&#x275A; : ❚ +&#x275B; : ❛ +&#x275C; : ❜ +&#x275D; : ❝ +&#x275E; : ❞ +&#x2761; : ❡ +&#x2762; : ❢ +&#x2763; : ❣ +&#x2764; : ❤ +&#x2765; : ❥ +&#x2766; : ❦ + + + + + + + + +&#x2767; : ❧ +&#x2663; : ♣ +&#x2666; : ♦ +&#x2665; : ♥ +&#x2660; : ♠ +&#x2460; : ① +&#x2461; : ② +&#x2462; : ③ +&#x2463; : ④ +&#x2464; : ⑤ +&#x2465; : ⑥ +&#x2466; : ⑦ +&#x2467; : ⑧ +&#x2468; : ⑨ +&#x2469; : ⑩ +&#x2776; : ❶ +&#x2777; : ❷ +&#x2778; : ❸ +&#x2779; : ❹ +&#x277A; : ❺ +&#x277B; : ❻ +&#x277C; : ❼ +&#x277D; : ❽ +&#x277E; : ❾ +&#x277F; : ❿ +&#x2780; : ➀ +&#x2781; : ➁ +&#x2782; : ➂ +&#x2783; : ➃ +&#x2784; : ➄ +&#x2785; : ➅ +&#x2786; : ➆ +&#x2787; : ➇ +&#x2788; : ➈ +&#x2789; : ➉ +&#x278A; : ➊ +&#x278B; : ➋ +&#x278C; : ➌ +&#x278D; : ➍ +&#x278E; : ➎ +&#x278F; : ➏ +&#x2790; : ➐ +&#x2791; : ➑ +&#x2792; : ➒ +&#x2793; : ➓ +&#x2794; : ➔ +&#x2192; : → +&#x2194; : ↔ +&#x2195; : ↕ +&#x2798; : ➘ + + + + + + + + +&#x2799; : ➙ +&#x279A; : ➚ +&#x279B; : ➛ +&#x279C; : ➜ +&#x279D; : ➝ +&#x279E; : ➞ +&#x279F; : ➟ +&#x27A0; : ➠ +&#x27A1; : ➡ +&#x27A2; : ➢ +&#x27A3; : ➣ +&#x27A4; : ➤ +&#x27A5; : ➥ +&#x27A6; : ➦ +&#x27A7; : ➧ +&#x27A8; : ➨ +&#x27A9; : ➩ +&#x27AA; : ➪ +&#x27AB; : ➫ +&#x27AC; : ➬ +&#x27AD; : ➭ +&#x27AE; : ➮ +&#x27AF; : ➯ +&#x27B1; : ➱ +&#x27B2; : ➲ +&#x27B3; : ➳ +&#x27B4; : ➴ +&#x27B5; : ➵ +&#x27B6; : ➶ +&#x27B7; : ➷ +&#x27B8; : ➸ +&#x27B9; : ➹ +&#x27BA; : ➺ +&#x27BB; : ➻ +&#x27BC; : ➼ +&#x27BD; : ➽ +&#x27BE; : ➾ +&#xF8E0; :  +&#xF8DE; :  +&#xF8E3; :  +&#xF8DD; :  +&#xF8D7; :  +&#xF8E1; :  +&#xF8DB; :  +&#xF8D8; :  +&#xF8DF; :  +&#xF8DA; :  +&#xF8D9; :  +&#xF8DC; :  +&#xF8E4; :  +&#xF8E2; :  + + + + + + + + + Symbol: + + + + + + + + + + + + + + +&#x21; : ! +&#x23; : # +&#x25; : % +&#x26; : & +&#x28; : ( +&#x29; : ) +&#x2B; : + +&#x2C; : , +&#x2E; : . +&#x2F; : / +&#x30; : 0 +&#x31; : 1 +&#x32; : 2 +&#x33; : 3 +&#x34; : 4 +&#x35; : 5 +&#x36; : 6 +&#x37; : 7 +&#x38; : 8 +&#x39; : 9 +&#x3A; : : +&#x3B; : ; +&#x3C; : < +&#x3D; : = +&#x3E; : > +&#x3F; : ? +&#x5B; : [ +&#x5D; : ] +&#x5F; : _ +&#x6D; : m +&#x7B; : { +&#x7C; : | +&#x7D; : } +&#xAC; : ¬ +&#xB0; : ° +&#xB1; : ± +&#xB5; : µ +&#xD7; : × +&#xF7; : ÷ +&#x0192; : ƒ +&#x0391; : Α +&#x0392; : Β +&#x0393; : Γ +&#x0395; : Ε +&#x0396; : Ζ +&#x0397; : Η +&#x0398; : Θ + + + + + + + + +&#x0399; : Ι +&#x039A; : Κ +&#x039B; : Λ +&#x039C; : Μ +&#x039D; : Ν +&#x039E; : Ξ +&#x039F; : Ο +&#x03A0; : Π +&#x03A1; : Ρ +&#x03A3; : Σ +&#x03A4; : Τ +&#x03A5; : Υ +&#x03A6; : Φ +&#x03A7; : Χ +&#x03A8; : Ψ +&#x03B1; : α +&#x03B2; : β +&#x03B3; : γ +&#x03B4; : δ +&#x03B5; : ε +&#x03B6; : ζ +&#x03B7; : η +&#x03B8; : θ +&#x03B9; : ι +&#x03BA; : κ +&#x03BB; : λ +&#x03BD; : ν +&#x03BE; : ξ +&#x03BF; : ο +&#x03C0; : π +&#x03C1; : ρ +&#x03C2; : ς +&#x03C3; : σ +&#x03C4; : τ +&#x03C5; : υ +&#x03C6; : φ +&#x03C7; : χ +&#x03C8; : ψ +&#x03C9; : ω +&#x03D1; : ϑ +&#x03D2; : ϒ +&#x03D5; : ϕ +&#x03D6; : ϖ +&#x2022; : • +&#x2026; : … +&#x2032; : ′ +&#x2033; : ″ + + + + + + + + +&#x2044; : ⁄ +&#x2111; : ℑ +&#x2118; : ℘ +&#x211C; : ℜ +&#x2126; : Ω +&#x2135; : ℵ +&#x2190; : ← +&#x2191; : ↑ +&#x2192; : → +&#x2193; : ↓ +&#x2194; : ↔ +&#x21B5; : ↵ +&#x21D0; : ⇐ +&#x21D1; : ⇑ +&#x21D2; : ⇒ +&#x21D3; : ⇓ +&#x21D4; : ⇔ +&#x2200; : ∀ +&#x2202; : ∂ +&#x2203; : ∃ +&#x2205; : ∅ +&#x2206; : ∆ +&#x2207; : ∇ +&#x2208; : ∈ +&#x2209; : ∉ +&#x220B; : ∋ +&#x220F; : ∏ +&#x2211; : ∑ +&#x2212; : − +&#x2217; : ∗ +&#x221A; : √ +&#x221D; : ∝ +&#x221E; : ∞ +&#x2220; : ∠ +&#x2227; : ∧ +&#x2228; : ∨ +&#x2229; : ∩ +&#x222A; : ∪ +&#x222B; : ∫ +&#x2234; : ∴ +&#x223C; : ∼ +&#x2245; : ≅ +&#x2248; : ≈ +&#x2260; : ≠ +&#x2261; : ≡ +&#x2264; : ≤ +&#x2265; : ≥ + + + + + + + + +&#x2282; : ⊂ +&#x2283; : ⊃ +&#x2284; : ⊄ +&#x2286; : ⊆ +&#x2287; : ⊇ +&#x2295; : ⊕ +&#x2297; : ⊗ +&#x22A5; : ⊥ +&#x22C5; : ⋅ +&#x2320; : ⌠ +&#x2321; : ⌡ +&#x2329; : 〈 +&#x232A; : 〉 +&#x25CA; : ◊ +&#x2660; : ♠ +&#x2663; : ♣ +&#x2665; : ♥ +&#x2666; : ♦ +&#xF6D9; :  +&#xF6DA; :  +&#xF6DB; :  +&#xF8E5; :  +&#xF8E6; :  +&#xF8E7; :  +&#xF8E8; :  +&#xF8E9; :  +&#xF8EA; :  +&#xF8EB; :  +&#xF8EC; :  +&#xF8ED; :  +&#xF8EE; :  +&#xF8EF; :  +&#xF8F0; :  +&#xF8F1; :  +&#xF8F2; :  +&#xF8F3; :  +&#xF8F4; :  +&#xF8F5; :  +&#xF8F6; :  +&#xF8F7; :  +&#xF8F8; :  +&#xF8F9; :  +&#xF8FA; :  +&#xF8FB; :  +&#xF8FC; :  +&#xF8FD; :  +&#xF8FE; :  + + + + + + + + + Some special characters: + + +Euro ( dec 8364, hex 20AC): € + + + + + + + + + + + diff --git a/src/documentation/content/fo/fonts.fo.pdf b/src/documentation/content/fo/fonts.fo.pdf new file mode 100644 index 000000000..85a37fd0e --- /dev/null +++ b/src/documentation/content/fo/fonts.fo.pdf @@ -0,0 +1,160 @@ +%PDF-1.4 +%ª«¬­ +4 0 obj +<< /Type /Info +/Producer (FOP 0.20.5) >> +endobj +5 0 obj +<< /Length 2756 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gas2O=aO+:'LgpN.p>dQQ0),tXf?8Xl8sh^A"4[?L]L?S.Yp(`G)J$07;CF[q0Xk,m[_:;p.hg?\%DUPMj%;2G1eG?n*DpXrcNRk=kqghM^JC4(9q#F6kF&rk?5<4+=n+NmTMjoY'X2c"#Z%_Ip=kXFJF_B#_[H@&U`<@2^l+]E+l1pZ!Cop\)PH?hg\+B/,61.dsGk/JYH2/>>gUQl'^O&$qIgP0_PeXi&QbNt"`g=GeR$XG9Q\Vt!J+koUIg+m`>Q4&kH259:cpnuO)YE2Y+(Xr3H2XcdDe8Lq]_jXK4.1I\07P#'<[L&Tb:eD$aQ1Beq%DbJ9R`Fs?_!J[FZFa!bf^reYKF[C8A"tK/EcFDnJ:3"S@aEl4-6r5g`7ZS"h?/HmND$@jL1SjK>\"VRr[p,&g'EraP7s/X*K!&QFTB@f-"GBg`c-Q5TXJ(OS?p@pG-s6q\pYrAaYZS2aQkBmZ@1P5]10$OS?4MDT]N!OSQR%mfVpmZ@1(5i0Z=+n$M*gm)sTOS;O9DTfS;aSVkX2s&gXjSdfFgoS]0HcZ(s+CCCTpQ5,tON2D0*qK<@aA)011uohL?]\T5a@"t%,e`]/LWFs6H3#3#RK&`J6:;k]J"?4`6lo6U"8'`(*b'V<5R'PD*eJm*oKktfP5c!UKo.u\s'*nZ('VeYGGH$-$5!2@U_b]lOT+]?04Yb>rjPHPBG;Th5Cd(n-pReQP$[&p5QTX`^!KW,!k:mL_4pu6n0@1ONrg$24jj]\"Xnnn82#W1TE'Ef]c^4'!k;$P@AEo!56AMb;Ln[0+MCTLJG_VW]jO`kr;T*0iM6bTs-<3X8eLXo)sN'@,38b9klm=rjSpt!KpZfR!_j9tru^KZRPp8B"5E*hD.fR'["/K0$b`fV$_aI-UbGs8SLn%O6#@a#a[0o_fg7*%"'J;5H>gtB6;ebYA$XIN>IG*3g-?jGL#1XkKb2dh:@6Wubr&]2E7Rrp\;']Dq5gL.E"22g,$Icji>UDXV6lij_DSh>!bsmkKkk?TPgt*F$eNa3.'E6m(TsIF:h&ai0:\`L:h]0o0@Hn"Z4Lp>W@sd8]hih:W@sd8]hj%@W@sd8]hj7FW@sdX]b#qaW@sd8]hj[RW@sd8]hjk2YV.QpKu2VqI:6hCPii8;$VPi?82jp`=P=.Z\cM]FdU"?S%G2J_p-RGM^qR%_(P6i5p4]?V:qRaO0-'A5in]-5iFjkYmfr+d7sgqS2dfuPg'bm3!W0a]?7=Y>fGBSA6Les/^2UFqMK]0rKql=X]Gn+/>1sA']+Oq73^.'^_7L1G_S2u:(YM.EDSj,dmMFPCn8?+WW9tJT6L\m0^8UH9fg>1G_S2u:(YM.EDSj,dmMFPCn8?+WW9tH`$cT^aqkCZ/A.-5c$2^I.?XsP\]*\A/\mJtU_7L$NU:O]B$c0F]qkCZ/A.-5c`mBo4#I^A5Ca+Cr9^pb<]k#;5Jp<9KV]=,\K%hH1QV?oF>.oUFR4.3oYOU=J]l;.A!d_rkDd4#rAeRJDA:dmcl;_LU&_LmC)Fn&gG-Zt_?=WM*\ZH,`RgAN:`o*FfYa%ocq2u'@V(:?D-3AV;"@l]oF>a`t9."o3XZ1W>U>VA3n>KP3n$7eC?S]I^<&gID"TFPjDJTL;fgP<_RGc(c=28Y#lCM+ZK'J/Y9q:VXI>B>?d%2Wg-54TuF^`?<7e_R"'9mqY1/STV;<<,"NE$Zd-Fg>23A6jih%P+u5?.`Q"PFI+s'tZ2ioFb/G)!V!4POK$Y.#KpgV7rSpuo9+[>.8]*b5XST6W59[<2(ShO[$rp'3YX&jGo!9J#:K?4NTQ1JK:ZDI*gFH!C/Dh9N([,B'Wk<;UquIH&M:l7fE=&%pRn*TtuLH+3^sZV8W]GGf(pF_i,55NtD*>T)>jdG.>hO64UG[SQ$do'7Ebd;9uLXlME+0!j:rQWqS4kAp0"8VX^&cbDBrp\]/_g\:X//F^Y+,M^#r5@]95q9'I6W/ag5ns;XcclT*uj'U*;K*"(#%KCI=*L+Xhqu+(VAY::H&:ETgJWBA$n +endstream +endobj +6 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 595 842 ] +/Resources 3 0 R +/Contents 5 0 R +>> +endobj +7 0 obj +<< /Length 2935 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gas2O=-jma'SPBB.u%SN_RLo"U`"2C^gpR]H\8rsDC;V+n\@!W1DSmP!\1o:WBuBZFn%'.G[c,iln8L?&E7_MV*Pg^/KUXmT!'HLWF1)Oe!;E>VS86"__#%#PY&D4)J@e^%cF;aRi3lUU$Z1+g\1(G@@N-?hhNb*^i:oYYmZ440*#SY\n0k:=^HVkj+K>OY57DKaWWU"#!q9Mq#C_.:i(d5VIX_da<`BINJT>-rnlOh^;B1MIk9u9QNNo9pZ#VSn6K)^&O>9"M,85d6D)-eZnpr^,l#3;X;EiI5ep>i"'_;@,R4(TB>0[@lB;-MSBL*`UTSZ!X@7,D34eaQ\l69.t9cm4K6$8;=UoBERMkIZ&'N3LPe4!>BA.%Se,O-JQ/i&,[p(;EZ<>V&i>5O,eLoQA,+iSjt>t!+pG4uTS4&M(l[(_S4hhcr,TacI(#+$`/(L#fG-unFQ,@+uDTBI87*U,nkr']_(lUViGjsN2[>XuBP69ijXP2_HLUsi,((TnugBW[mT03h#Yct5L>?FZ#;U#g`t]PrUIU&BG7]PrUITbW'O]PrUITe1bg]PrUITgaI*]PrUITj5`*X$VS(Xp-3%n=OMm5!&Nbk-!f^C0OnEkdY3\^1ZjB[?-"9F@pW9cKh_\*k(P$ckThil?9$Ae:'*66Kd0me,VW_737\-KhMOU8uikE15/C'$VJUCZnd>/!XhWDX0aX99EGSobH&!*KhMOu8h6jI15/C'.nV=jZq_;r$*5PW5e><6@)\lhO=kVf=RddHU^N^r<]l8>;)_Fp,d?9*XEYFZUMcrj8RTN4W#Be7KhMOuk!_/mSg\[n=>;J/;)_Fp,d:`a<24?.O@`j!]VnR7&BT7"X1.C?.F,VgmGs#NC.1c:`hUH>jAo^.?(^#!Y!h%B/Gm=e,PlaICCB]J(+$^2&e^O:?:)\1b3R$:3Oqs^I@*59*?-L;8tLGu^$nEkqo_Z%&nG"Wbahd.;_hJAh>g.&uX(PfN0Rg8\+#1dJ_o&BAS@e8@pfUY4=LjQm^C_#6\05i.Q4?2I\_FrU-YfuEdQalSDR5YC)H/l^sDZX5Ia+J$],.o1]#Lg=[G_mCNXuS]o!XTkX^7i0<)EJpu6[)HdF?EZ\m\Xaa">CAB:"@l&?lutLWjreY5]eqbK."H[8U")ZGljM&F>['m-bt"!2cD#L!k9=*VO$0S_#/L32(s;&Hj7sS\ZN<(R6pIW!;RoJ>'t)gNM+(.>AY`DKr!'$,"r]XpspQ+6&1;K?AN81N?H2.5qbV_N^f+?U7`;H)Fu)Dnq)cZRRnaFnq)cZ)G;;Go7Dl[RS4sV3PL9tF4D;P'87da65FXm*QUntM7&Ga>]g9,;b1@LA2.0AJ]ngk=:88j?PmNe/S$Sb@Ao$jON7-MTdJ>W-K>nsRTKs.N*dE:@P)+HIUT13[F12]0+9/3<]ZB=IA%q;8d@,d/sO:X0eE*:@@:4JAjnnDQa9>7"16kd=o~> +endstream +endobj +8 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 595 842 ] +/Resources 3 0 R +/Contents 7 0 R +>> +endobj +9 0 obj +<< /Length 3803 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gat=/BpTgY&cAe=0fD3@gQ_!gWbr-%H[Bq?nSK$`Y[E-$#ltYUY`6udmM]f;-7cEtQ,Vbc]Vh).W&c.ZU3c[qlIOe/ZuagNh:9DIG5(3dgY).YgLY0?P]f'"1YKFQHEqn\p30j>.YR\CFtY4iXLN]Ir1DrnmbQ^L)koHS`^WiIf?5Be+%G9[;Eh1K&"l%F-?rF[f#n^Tuk?@Hh+4AD$Eo]RpYbO:)SEAEOqh6LAd$7O5a$2!HTlfG=%nhcb*O7%&%r.gqmR*7gVm]^$s)CUZ1alMZ[>qc3i-kB8P2^rt:jYJA>InG_RqXsCe;!tH*jQIf7qZ=p`..QB^,1-3.Pa=Uoo]Uh^0A"C&adRc%*ROZaP`OC+H?;F@YClE+^Zj,H^&Jq6-Yk&TF?o:Z!TeqiNZK4fq\u1j3ofJP!PSLIPQthF4Z]81T7M%ObWq4!kl'\;gc:S^d/gr\!gHo%7XB/An%W*\O-;@53P#7TrE#Y>oZ!#g)h?dp%Ec"9SfHPdo_oe+T"GBjkQ[^S2aR8tbs7;,!.)B]jjBPcNt1CP/QV;fYj+srOPGViT%T;12"qj;1OkRZQlFC?F5l^jRous[OT`>%bH=g;8d/SSm4nC3Bkl6.2Ssbl^kjR4qLEMt(R=PJKKLZTt]Z`Wp"bOeM$Gd.p%"q_*Ggri,bf%^jMZn^Qh$UuWbREQ7+F)s16#\V9"%sW%YZcR=R1&"R6A4DJ#Qe!eL3")k7cOZp=,pn7hh*AcY!]3`pj$'nY,/"j&;tI[h.)3Lp>q/6I@k'nVjE"j&;tI[h.)q4.]2/6I.ebjm;UB#/MU<=%`5(*p4o\]cN+1Hl20=`G5XJpX*naXfF$(Yo!@87o]3^>KK75r&fXo`[9?$^+Y3W%YXk>*-s[6[ceQciR6VJO"Y"h9Z53@=^[l_%"cn$upiKIDJ%n*mP-(qh!Lq4e*<0p'#M,HT3Z@l3hKip2F>_e/-m^mGY_IW%YYLg;A3p;.":/["n7iUV>YUBb0B\7t&45dN6\lJGOj:V*1=b!VHUT8p`NN!pg;,PkK'&"P=O7..-!+#cKDd;;/p5&PuhRUU5gJ,+u[.7VNCr76l:;NRB,C(D6US!.;dhc>hB2F+U>\k+?jopln_qVla_UKuq5HFp,lpn!)D?oPM>\aIa[0YXaK9\G)B&hSFT@%:^D5>ZW<6WSCTHS]*cgr4N:tG3SQ'M#/_oMm::T#M-TcZD(sb'3SfqEcqGY8]g3SGYM^B*1Gsg+F`5V2,:GNm1r2&>h&E`;L^MF:2B*I)h9aD<0a7eo8Q3'c6`tcg2Af$%)5\`!(XDFXg0eFpVp?\KF3&KBcj!uZE4XQS2&4F)"km?X$;MPbd*A>qGMY4p$7A(6k-h]pG->]hEW=":@nH.V&F*Sn']PAo1T&9iFp)rk:($OV#34qa#;RD*p"8l4D+$X8;aW#I;Gb]Q8kLh@1o)<>"ngfSU_Mi@%B7E>5s>#n.E2(aL6RIh*7UaeP#@7rBh1Zb$L6;G8L_[J25DEC"nhAcU_Mi")H)]]JpR9=Q_.neMXe-0<90jJSq!#i@_AHY'fd]Joa(2-I.$)F`q?`oPp`CJe75_g;N,fWU`q8lFbD`FDhISOL/_][T["*=dUsGL@f0(j.`,(_LPV.+)N=DJU`qBZFc*,n']Xb!<5bW3NY.P@@XOgl'mV6O0@U3d:C9u;Qt#eVD(tsj+Vfh_Ft_>Lj"D\CtC.Ld*MVSZJ_0Db!'qm("0@U3d6Og"c9sK&=2AhK4U`q_9mY0A&I&%o#\LD\Te-=rC%4Mf__pU:/8!>pP-ONb6S7;4RV%?E:PWUu9F2s/`I^TsMWIe#YVqA[T.E&,'Pc#THam>8A@j/@IQV6C@nsd9S5,G&]0pS)7OIt*Bo'uo`g9I-6@Z]L-DtM,L6).d!X("u=[1dHtWsZ.eQNsSDYG2;sn7qSGZ;p7`)\#9qe`^)QX4TY/)iVY7dB?)C0r^^JjeWfJ=/0+7Z=6_$\&q>u$Elq612#_Jk=[N:Y=?8^C?>HX9/-dW7_^]qjmM#>RrOlmYKl)0:lO\P*I)=>T$/FmN'-EhZf25qs6Zo>Jc9d2ZKca:eEhJ#^L$!DPC7!AP8C6M`3esb)%o([:Oj.pE'g%igj9j[@%CJmsLb1e2IoB0/D]]/&(Un3\@S=;oir^L[e=1mFZe._DoH^p17,!1;,[E0q*ETo,qlJK'BAEU/42L38GY$!n3.rUWmcC^28n]DYRZ[,06GhYW0rpFTd=1mgeeRPoU2MitQNIL!DY$%;\.rUWm6Ib4#^@7TA$+07]M(D&SIcWYp=e/A=Dj/7/eEBuJp6sM]M0RXRl?"c=!Y)^A,kET2Miu$h@Q9'AKmU*p?uZmk(tX*h@N^oOiZ[FrHlH:,dOY"6WeV&,+C[fD`M1N'3Wu#+fr=#Oj+pDpP-.KA7>(aYk!Z>2L"NFRr`H[=kLA1XLoa>boQ\*>Y/I7o7jL?MF;X8]a*:[(,g*r.^)BR(YsGB9k7](VQTKI7!?tk#?`8*]W"!_MF;X8]a!4Z[WtYm@MOadU3d3TM/;dLmeg?H94Sjp/$M`YooAJ2lIPt9%SlFX~> +endstream +endobj +10 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 595 842 ] +/Resources 3 0 R +/Contents 9 0 R +>> +endobj +11 0 obj +<< /Length 3625 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gat=pl'!AO&]MNR?dW8Ah#PVEWCj1r\[H]o!-@0DJ8h!q!>kkWF(9:im::-ZV))$pbtDN\D8a(oQWhOZ:F5](rlJr"nIVTP*U\FKA3.Bt,T\cg#8L>rL7GbR:UPuQr7%f``GA"MrkOnAsl"=ML"An:6X*#._o:eW*(n)KJR,*(SgLXJ2tX]-cM$^VUTi#0[gg"WgLoQPT!&B)/E>e`QW4se9D!JV\2m,bh:7*)E3^5b;P,eKc5[fC$a+mM,\!b]s=7\fKjJ2tTQkW3hGAkJ'O4O.3_/Sr!.\bi;Qpb'?-mA0'0]72;imfCX16;_kR]DJMSpccJuQ8#:!Phl::C&@s=c8fFsLU+OA.ZGM[R'A1_'=P]/Rprob1TBn7"PUAi"Wgs(8rZ%Yd)LelnF/24CA\s#=s(0m*RK-&\5M??#h0ctjTl[<'Xs0edJ,3n[8(O`!P=%"f9[4KC&AEk2HFX65YGn3rXM140=KZO*bBh!V=>'!g6f-VoffA'p]uF/DJXl0$:CZ0`sC2KZ+@_/AR@2bj.?UanRDsn;]$uAre3TV6aeu*l#e1ANIN2"`fVjW;dlWSp^[FC/D1)/'cp\\nQuFQGd?>s1.pSkjp5p1?WPsA7VNDm+l(),'fZRW=)&:*,M^;2'fZ^[=)&:j7_"FJ.r]B9Y1+T^JoD[$Bb7`^\VDYD@V\A'h$C(Riugh-S&Kj-Z\V8at)$/mdhBIhm"R4C.N40"LgD9U`A2u4MtqnH$]\>)*qF5+C8(%1`V=(r4i<%"*g=L])`pGlRS#c%ZEOnIJ?\/"H,b`s*b7FlBmjAreTo/KAPiZd]tol;Rq7rd[_pF)71EKTqKg:7ZQdec(')Q0*ep"MO=%JDg+Po@S0eo,?h2V@1H=)&9_>/-'#gL-Yk>ik9l6Ip)@lS`tee\3X`AGnF#0)EUkqmr;Zp"T8QpjYE0noZr9laQD,EHD!dmH^]k+l()hD=7D(I9k-nop_<)(>KMq)tR%`pRimS=pVV-F[u4PRB(aAKq>dDF[t)&0N\._3iZ9*D1(.Op)EV1L/Jst=%Dq@\W*dS_L@-Jg=OkP]jbm>lgSc,H+IkqC0t%4onp;>Y<0UMK=T^fePX$6\ZN%s_L>u:BB/=CW*V41pq"*1(@M'4DX6W:cp'>oMikjr.Ss>Xs4>H"AjhMpt>alY)es?cV3.HsIZQ,N]nO8'gM"=4__oHsIZY1GIGU3oW3sd<1uPIbf[Y,O=ZO$g351odVlsFi3"Z>iY.+lf^j*EAm]:'@I\uY9U3Fs'E^um+4tQ]X#83\9L6LY$\MB2r$o4Y46YANaNs@Y9UA\2pB%\bqW0tYARe+c7>kS'@qJZ)ZaCLFaFh.Fl>9A@amYC8G55;M:^RDVGAed'Bri!B`(-V]<@MD!0&8NT8/;TiD1*B2CbfX7&9kpF4-r";aL^WWGm.j+NYj?l/t.YA:TmOVe6!MU/Db)Nk8LEKf9!@Thd(PNk8LEKeEJF\V)GJ:+)J@Lf33T!7BHbm-]p,!Ot6YL0SS#Ap8`($Gb2S89)(qRaX?_1jDKhnFkn\Q#`ED3PDabrNB'*]^n+d`_](>=kl@o"b&YnmADmZd$aG/Q^m[3%9eWm@s%:5TdK(:'WsL[o1s'X)P^g3$oN$[T^_S^W72ZTK4h,S49U@RcPa<+UG4e8cVP:$#R\m^L.[HQ8U,uYfL&KF!qGbPNLq=i'7:&mYF+qJXiY78cJS(eRsh13*;8XoP:DR>!ITWjpd7m1W\[Uh+K+18![9&ZSJ`n7hEmk^";)?VcO?'WpB]:0+G.H?R\7gRU4+bIQXR\Vl6pfC/PacOe\2dgS9S>Z/Xr3)F$]apAIk,2ffk:hB:q=q$Q9i\"[o0TF'Nc`(%)T5(iF#L4e@dgttJ1EL5Mk&t;\Z1..Fhj7\`'kHFNE.LfQL2>0RqQr=D]7T'FHtjF@m47WL=/'CN6GoRY__V4cPNb4+>,FAD8md&@m481;M2L#I'tbf\;pB4j[p!A,2]Ru>/YR-k:9VK&/Ub\2Jf3H\a-'>pbW%0@>gfH@\knVWBagna]l]+(Fu?P)$"FC(.$as:hbG=h/)-rY.NL?NR9Bs1"8TDK#0O/Ti)!*Y$tNNe(WjO_j_8/tBWK2P`/nO$HG5+t+F'c4>9YT2llg>nn$fB]ZiXQ'=8iiD&6+DGI277T=SkOqOr.OSb`g-@o#!6^dQ<_!A$k/eKkj-EskoFcj3qJO,(HRfo%'Q_"FeS\TuH2484n=R'0U*cQ6'K+Y69>*u""0Mr=d.>s&7S_=TgV&(cJ98BY_f_B%tF);!%]jIH!&$er<\KHg/8RNE#j.Y6^?07P\--Eu;&KtY#lm"0P7(Bn=!*S%qYb(In[7WBjeQq_]P`Y4QUh4?TgQIH1"A9l&m[&4TpFI,;`Q)3%.(QLA(J_h\\)k+-:.f^OVSF%m.V>Ar>G6#$5uJXRQJ:rfBC6<+Lgco"Oe_hdXBpfFW@@0sNBBlb,2iV^`$S\p1HbJ[YL_hdV\6s$P@+>0sUC_S+s].'*q2LJT4F%m>nXCD]FYU55Nhl_fF7"o!8lml.0&9Vms\+`\t#E)-F\G~> +endstream +endobj +12 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 595 842 ] +/Resources 3 0 R +/Contents 11 0 R +>> +endobj +13 0 obj +<< /Length 1495 /Filter [ /ASCII85Decode /FlateDecode ] + >> +stream +Gat%e6#YO:&4Z-f'`nFNG*'!T7j=r);VSgQ,.A\Q*a85ECc>(H)@>c+9oufu4l[f^3$X(O#[b5&oKA>r%%k$GqigJlY&i1HDZA_7G/'ZZcLR%^U,=BQ0#lc#0mCdA_d(b8%&cB&YK_)\unqBH]F-n,X[*I"tZ40:U!a-N"5_4l;qbM!_NP-N")[*LSW7`:J^D1.Wm@IaGM-GE8W5[?1Q9OOe$THT_f$L#hF/JG8fi]nh"$ZQhaQ]Obr@J0\cpa5q@h).I"$!&?G4sCNePDM^9Z>T:gf(85tPqi(u!*G^a/GbI)&RS*c[`g`23cc/62G#TlLFP&3!%)>K/""i1/2NjtbWmLC_8H^nAsO<=JCu:`HGL$7bVJ3kJ4Y-L:,)3qR@.X+Nr[WT1F0e1c-.s'=bZ+WE3CTj\qGFDGL7[6)6XXN1'NEL'q1h-`XMuLZG9;H6o23op^)L$?XP9eUD[6Ig`fRk$k2NmTk24_!32<8Tl=Y3Td&MK!`dCY:q/AnBUSAlJLY5=.,5as[*1KP:h:(EKptGaQ5T-'W3QV^Nm5p+iu\E(XarCTbs>l&7A)/DfJGMlOhn%qZd5&Op4c:_eVK/K&a2h,2U,5H1B'b9arJ(e%5T!Tk.osq&[&DEju*W+XR1Sp[jKmuWsljLC*.A^_(3YQ>\+MkD:ijFg*1d5CKu=r]2p7?Y8!3om^'T_N/%[b3[(1WR#&h)+E4'6G5FT,\1*Y."U:7F/e.QI$nQj`Ap]tN0M$nG%h35;/`6";0rKVd.:8/_-FL1108eA:m:R?X$)*GYcQ/UjV^G1X"mb%#'43UcWo]P6d8so=*Y!kiP(GbdPHWHB4S19%-GET,BK\o<58CQ>lF=cg;,FnRB&FPRV1_"b_?!QF+n7'oqaTgQ"_oghL@=_*+r+@$_NifAV7Ot^Wp)H_-Ed3C>WDOm&tK&PeKH6rASe_D_N"$f?=uD5ul7Q>icpKKh_-eIRMmKW-YD)\]QjugT^^,iW\K/^]/I>/0EO>qa\iMQcF>4h*r~> +endstream +endobj +14 0 obj +<< /Type /Page +/Parent 1 0 R +/MediaBox [ 0 0 595 842 ] +/Resources 3 0 R +/Contents 13 0 R +>> +endobj +15 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F14 +/BaseFont /ZapfDingbats >> +endobj +16 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F5 +/BaseFont /Times-Roman +/Encoding /WinAnsiEncoding >> +endobj +17 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F13 +/BaseFont /Symbol >> +endobj +18 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F1 +/BaseFont /Helvetica +/Encoding /WinAnsiEncoding >> +endobj +19 0 obj +<< /Type /Font +/Subtype /Type1 +/Name /F9 +/BaseFont /Courier +/Encoding /WinAnsiEncoding >> +endobj +1 0 obj +<< /Type /Pages +/Count 5 +/Kids [6 0 R 8 0 R 10 0 R 12 0 R 14 0 R ] >> +endobj +2 0 obj +<< /Type /Catalog +/Pages 1 0 R + >> +endobj +3 0 obj +<< +/Font << /F5 16 0 R /F14 15 0 R /F13 17 0 R /F1 18 0 R /F9 19 0 R >> +/ProcSet [ /PDF /ImageB /ImageC /Text ] >> +endobj +xref +0 20 +0000000000 65535 f +0000016170 00000 n +0000016255 00000 n +0000016305 00000 n +0000000015 00000 n +0000000071 00000 n +0000002919 00000 n +0000003025 00000 n +0000006052 00000 n +0000006158 00000 n +0000010053 00000 n +0000010160 00000 n +0000013878 00000 n +0000013986 00000 n +0000015574 00000 n +0000015682 00000 n +0000015767 00000 n +0000015877 00000 n +0000015956 00000 n +0000016064 00000 n +trailer +<< +/Size 20 +/Root 2 0 R +/Info 4 0 R +>> +startxref +16438 +%%EOF diff --git a/src/documentation/content/fo/images/fop.jpg b/src/documentation/content/fo/images/fop.jpg new file mode 100644 index 000000000..8fe6ca9ff Binary files /dev/null and b/src/documentation/content/fo/images/fop.jpg differ diff --git a/src/documentation/content/fo/size.fo b/src/documentation/content/fo/size.fo new file mode 100644 index 000000000..1ad488655 --- /dev/null +++ b/src/documentation/content/fo/size.fo @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + +1. FOP test for images + + Normal + +The image () is placed normally. + + + + + Sized + +The image +() +has the content size set. + + + + + Sized + +The image +() +has the width and height set. + + + + + Sized + +The image +() +has the ipd and bpd set. + + + + + Clipped + +The image +() +is clipped with the content size double the viewport size. + + + + + Clipped + +The image +() +is clipped with the content size double the viewport size. +This has error-if-overflow +set so there should be an error reported, it can recover from the +error by clipping to the viewport. + + + + + Scaling + +The image +() +has non-uniform scaling. + + +The image +() +has non-uniform scaling. + + +The image +() +has uniform scaling. + + +The image +() +has uniform scaling. + + +The image +() +is scaled to fit the viewport. + + + + + + This section is only required to show that the layout still works. + + + + + + diff --git a/src/documentation/content/fo/size.fo.pdf b/src/documentation/content/fo/size.fo.pdf new file mode 100644 index 000000000..177160580 Binary files /dev/null and b/src/documentation/content/fo/size.fo.pdf differ diff --git a/src/documentation/content/xdocs/dev/fo/embedding.fo b/src/documentation/content/xdocs/dev/fo/embedding.fo deleted file mode 100644 index f264d2c9f..000000000 --- a/src/documentation/content/xdocs/dev/fo/embedding.fo +++ /dev/null @@ -1,1122 +0,0 @@ - - - - - - - - - - - - - - - Embedding SVG examples - - - Page - - - - - - Embedding SVG - - - - - - -A less cute tiger - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Some examples of how to embed an SVG image inside your FO documents - - - -Introduction - - - -This document shows some examples of how an SVG document can be embedded directly in -an fo document and how FOP will render it. - - - -There are a couple of ways to specify the XML for embedding. -There are a number of factors which specify exactly how the SVG image will be rendered, such as size, clipping etc. - - - -Note: if you want to know about SVG itself you should consult the appropriate SVG resource. The Batik Project is a good resource for information about SVG and samples etc. - - - -XML Syntax - - - -Here we have some examples of how the XML can be specified in the fo document. - - - - - - - - -This first example specifies the name space on the instream-foreign-object using the xmlns:svg attribute. -Then all the svg elements start with the svg: namespace prefix. It can be specified on any element -above where the svg:svg tag appears (eg. fo:root). - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - -This example specifies the name space on the svg:svg element using the xmlns:svg attribute. -Then all the svg elements start with the svg: namespace prefix. -It is able to determine the namespace for the current element. - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - -This example specifies the namespace for the current element, rather than for the svg: prefix. -This means that all elements under this one are assumed to have the same namespace. - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - -Sizing - - - - The size of the instream-foreign-object is obtained in a number of ways. - - - - - - - - - -Specify the size on the instream-foreign-object element. - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - -Specify the size on the svg document element. - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - -Specify the size on the svg document element and for the content size on the instream-foreign-object. - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - -Clipping - - - - - - - -Interesting Functionality - - - - - - - - - - diff --git a/src/documentation/content/xdocs/fo/align.fo b/src/documentation/content/xdocs/fo/align.fo deleted file mode 100644 index 0fb8a5e18..000000000 --- a/src/documentation/content/xdocs/fo/align.fo +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - -1. FOP test for images - - Align in Larger Viewport - -Default align: -(), start -(), end -(), center -(), before -(), after -(), center -(). - - -Default align: -(), start-before -(), start-after -(), start-center -(), center-before -(), center-center -(), center-after -(). - - - -end-before -(), end-center -(), end-after -(). - - - - This section is only required to show that the layout still works. - - - - - - diff --git a/src/documentation/content/xdocs/fo/align.fo.pdf b/src/documentation/content/xdocs/fo/align.fo.pdf deleted file mode 100644 index 9e5393e1e..000000000 Binary files a/src/documentation/content/xdocs/fo/align.fo.pdf and /dev/null differ diff --git a/src/documentation/content/xdocs/fo/align2.fo b/src/documentation/content/xdocs/fo/align2.fo deleted file mode 100644 index c05e024ba..000000000 --- a/src/documentation/content/xdocs/fo/align2.fo +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - -1. FOP test for images - - Align in Smaller Viewport - -Default align: -(), start -(), center -(), end -(), before -(), after -(), center -(). - - -Default align: -(), start-before -(), start-center -(), start-after -(), center-before -(), center-after -(), center-center -(). - - - -end-before -(), end-after -(), end-center -(). - - - - This section is only required to show that the layout still works. - - - - - - diff --git a/src/documentation/content/xdocs/fo/align2.fo.pdf b/src/documentation/content/xdocs/fo/align2.fo.pdf deleted file mode 100644 index f5a02666b..000000000 Binary files a/src/documentation/content/xdocs/fo/align2.fo.pdf and /dev/null differ diff --git a/src/documentation/content/xdocs/fo/blocks.ent b/src/documentation/content/xdocs/fo/blocks.ent deleted file mode 100644 index 5168f2c15..000000000 --- a/src/documentation/content/xdocs/fo/blocks.ent +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/documentation/content/xdocs/fo/embed.fo b/src/documentation/content/xdocs/fo/embed.fo deleted file mode 100644 index 2a36ce545..000000000 --- a/src/documentation/content/xdocs/fo/embed.fo +++ /dev/null @@ -1,110 +0,0 @@ - - - - -]> - - - - - - - - - - - - - - - - - - - - - -Embedding SVG in Viewport - - Align in Larger Viewport - - -Default align: -(&svgimage;), start -(&svgimage;), center -(&svgimage;), end -(&svgimage;), before -(&svgimage;), center -(&svgimage;), after -(&svgimage;), start-before -(&svgimage;), start-center -(&svgimage;), start-after -(&svgimage;), center-before -(&svgimage;), center-center -(&svgimage;), center-after -(&svgimage;), end-before -(&svgimage;), end-center -(&svgimage;), end-after -(&svgimage;). - - - Align in Smaller Viewport - -Default align: -(&svgimage;), start -(&svgimage;), center -(&svgimage;), end -(&svgimage;), before -(&svgimage;), center -(&svgimage;), after -(&svgimage;), start-before -(&svgimage;), start-center -(&svgimage;), start-after -(&svgimage;), center-before -(&svgimage;), center-center -(&svgimage;), center-after -(&svgimage;), end-before -(&svgimage;), end-center -(&svgimage;), end-after -(&svgimage;). - - - Scaling - -Non-uniform -(&svgimage;), non-uniform -(&svgimage;), uniform -(&svgimage;), uniform -(&svgimage;). - - - - This section is only required to show that the layout still works. - - - - - - diff --git a/src/documentation/content/xdocs/fo/embed.fo.pdf b/src/documentation/content/xdocs/fo/embed.fo.pdf deleted file mode 100644 index 6da06b559..000000000 --- a/src/documentation/content/xdocs/fo/embed.fo.pdf +++ /dev/null @@ -1,87 +0,0 @@ -%PDF-1.3 -%ª«¬­ -4 0 obj -<< /Type /Info -/Producer (FOP 0.20.5) >> -endobj -5 0 obj -<< /Length 1556 /Filter [ /ASCII85Decode /FlateDecode ] - >> -stream -Gb"0W9p=9h(^KQB5D>011Kd^2(:&!s-8.0G?92NC6am<+$Zp"a8L^3ZrE?Z%8B:u_OFn)DOGr-/INIQ=q\oZh2p:3YpSJW^j5k;[E4:*BGe#CoakN"mYH!sFZ8>$).@Y@g/-!,+\,3geIX]sgn&ks8h-P:I5CJ>(?M3srEp%+j`GFC2lVAW?-k]'A%*A+X0,Y&n>gXrgJRd8etuLIh.uop[SIXoW1(Me8(mZ+eI84[tkfD8Y2>AOP5_.60qf-b].hK50R#%EJ8&ck"-ed6),XDAZ4I/+.NABKpXVTecSBnJhE/-BIl,-QFP0P>7hCkMsi)STHZs%$'J5nT--!YC%F5o`L74Wr:Be]r#sCZ+lgS/E:AD3,3jV\ej=Ch)Mm&T3L9Qof&akqNaE.ePBeD$+%h=PJ*s!3>n&C]igN#KOB]'j8H"aks*5=iHX3ZW>2HPS[b]*`)73_Q%NVce\!_DKr]/-Y/42K3d4X3_6^:.XnTm.M/Ws*C)U,oQ,$R7M5;IQWWpQNXEeNq$-MaM&m21cZ'7XGeK>`6"O7>Tplj8g:-IOGkatB8+,OGQk;/'tf.M\ap^O]Zf]N/IY_K;_Cf\L-lRiL(u"ei;CH2-j*X=.qf*gTG=iZSQ6qr)cgBtH@(6&KA0C:edj%+t+a=UNaVEi.YkDdNJud0091bqd)C/fC``XJC$=&-4E!YWO/1#n25qkWC_ic-+YL^(]=:7:C?abAqh?bqD4b-,1\n_j+*T5NVnRDAT6? -endstream -endobj -6 0 obj -<< /Type /Page -/Parent 1 0 R -/MediaBox [ 0 0 595 842 ] -/Resources 3 0 R -/Contents 5 0 R ->> -endobj -7 0 obj -<< /Length 1817 /Filter [ /ASCII85Decode /FlateDecode ] - >> -stream -Gb"0W:N+uG(^BKA5)#"'Yd"$U8imem#OF-PR"6:/*k]utN6sEG3%4Xj7nFsp;3J?+4m;Cb/S%)3?CFKB?VSYnqb?ePK?>&Z1uIXURQk@7VtS,NabaJ,Y-fH"AbkJUs)n(bDSLTWQi$]3.r%#RgR?#YrF>m&j5#._.Gt&lrOg7dfGe=DCLO9.JlJ#\Nu:_+'9XObCm7%pIqEiC#]3r(6ZXV,rHP^:2:!="7[p5gQd%aYoh4"?CMW%pVqf;,\4sMKf<>Y[[oqT?]$9s%n,K_VArek#gUbF!FjDL/(H\Zt^D8g"tMc@0c>I%?@\t`PT_@NNSUM//U^7dnFB>]k,gsGT'8p>p-/_"t]4N`X)^SA/n>4O8[WK$DZi:"X[8@`0iGF;K/oBJDZ9tRQ^T20MuX/In(9BX/odV^W3rKV8qhu&C&.Ui@aH`nog^">K.8!\SZl<4uYB;@Nk0tuRbZQ^4Zl`RW%CQc6l9V>:g\X^LPnhTI(tXiC5P1&O>dih=]W7P0+tFD=.[%`'UfWeAOpP4=dVor(_H")Q=5iGu?005^2='PfY.j8J=(&-[];:`7n,`KdDas8\bkm\B&A4"hR1fT1/:_fusB%2tDAdYA`K1Sda):WQ;.YHi:?tGNSg5X.4ecbW9V!N#'SDR\-c*j=-Y$X,X&#FPY<*N9aZGQn-WL<.sM6$CZe\5cE7=W(ZpJ.6/"Y,KQRN)PJi,BKk(lkffCYd>!XZP"g+F4['#tNb0soB]CI].`JJ$#/^9_Q\FLn"+mCRiUL`Z"CJkGNJlhFK?GS.:>s#6[Hb1&@?()XK^4M2BZ*,oS9LsJ(`@./D2(]8Ei@B;0YOE:@Y2*0Q]NkoZ/kuj+,'5q+XHLMT,b>rMPKCr*@3P+I?GS.:"g?j,mCZ'Ym@*'X=+=PH)to%WGsV)l\>r8sj/sOC"]p_r\of,GA;.+H's^0W[EIir]<[S6Z`l&V$F>)o:D+>(*`=mgV@L0aKjZEIKrqQo[_gV'gWGqjlRK%F1W!Bq+pYQ6,V^J,-0:n4_Uc(NCk]!q't1t[fXc61"a>,!D']\B?a8_H-VhA(.Qi,aB[MhUFG6l5fo.&eK),#!I2T6rR/Z're+oUP&g(8R_^!@;&u7($?83Z%nS$eZO5XGIU386~> -endstream -endobj -8 0 obj -<< /Type /Page -/Parent 1 0 R -/MediaBox [ 0 0 595 842 ] -/Resources 3 0 R -/Contents 7 0 R ->> -endobj -9 0 obj -<< /Type /Font -/Subtype /Type1 -/Name /F5 -/BaseFont /Times-Roman -/Encoding /WinAnsiEncoding >> -endobj -10 0 obj -<< /Type /Font -/Subtype /Type1 -/Name /F7 -/BaseFont /Times-Bold -/Encoding /WinAnsiEncoding >> -endobj -1 0 obj -<< /Type /Pages -/Count 2 -/Kids [6 0 R 8 0 R ] >> -endobj -2 0 obj -<< /Type /Catalog -/Pages 1 0 R - >> -endobj -3 0 obj -<< -/Font << /F5 9 0 R /F7 10 0 R >> -/ProcSet [ /PDF /ImageC /Text ] >> -endobj -xref -0 11 -0000000000 65535 f -0000004058 00000 n -0000004122 00000 n -0000004172 00000 n -0000000015 00000 n -0000000071 00000 n -0000001719 00000 n -0000001825 00000 n -0000003734 00000 n -0000003840 00000 n -0000003949 00000 n -trailer -<< -/Size 11 -/Root 2 0 R -/Info 4 0 R ->> -startxref -4261 -%%EOF diff --git a/src/documentation/content/xdocs/fo/fonts.fo b/src/documentation/content/xdocs/fo/fonts.fo deleted file mode 100644 index 997fc427e..000000000 --- a/src/documentation/content/xdocs/fo/fonts.fo +++ /dev/null @@ -1,1319 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - -Helvetica - - - - - - - - - - - - - - -&#x21; : ! -&#x22; : " -&#x23; : # -&#x24; : $ -&#x25; : % -&#x26; : & -&#x27; : ' -&#x28; : ( -&#x29; : ) -&#x2A; : * -&#x2B; : + -&#x2C; : , -&#x2D; : - -&#x2E; : . -&#x2F; : / -&#x30; : 0 -&#x31; : 1 -&#x32; : 2 -&#x33; : 3 -&#x34; : 4 -&#x35; : 5 -&#x36; : 6 -&#x37; : 7 -&#x38; : 8 -&#x39; : 9 -&#x3A; : : -&#x3B; : ; -&#x3C; : < -&#x3D; : = -&#x3E; : > -&#x3F; : ? -&#x40; : @ -&#x41; : A -&#x42; : B -&#x43; : C -&#x44; : D -&#x45; : E -&#x46; : F -&#x47; : G -&#x48; : H -&#x49; : I -&#x4A; : J -&#x4B; : K -&#x4C; : L -&#x4D; : M -&#x4E; : N -&#x4F; : O -&#x50; : P -&#x51; : Q -&#x52; : R -&#x53; : S -&#x54; : T -&#x55; : U - - - - - - - - -&#x56; : V -&#x57; : W -&#x58; : X -&#x59; : Y -&#x5A; : Z -&#x5B; : [ -&#x5C; : \ -&#x5D; : ] -&#x5E; : ^ -&#x5F; : _ -&#x60; : ` -&#x61; : a -&#x62; : b -&#x63; : c -&#x64; : d -&#x65; : e -&#x66; : f -&#x67; : g -&#x68; : h -&#x69; : i -&#x6A; : j -&#x6B; : k -&#x6C; : l -&#x6D; : m -&#x6E; : n -&#x6F; : o -&#x70; : p -&#x71; : q -&#x72; : r -&#x73; : s -&#x74; : t -&#x75; : u -&#x76; : v -&#x77; : w -&#x78; : x -&#x79; : y -&#x7A; : z -&#x7B; : { -&#x7C; : | -&#x7D; : } -&#x7E; : ~ -&#xA1; : ¡ -&#xA2; : ¢ -&#xA3; : £ -&#xA4; : ¤ -&#xA5; : ¥ -&#xA6; : ¦ -&#xA7; : § -&#xA8; : ¨ -&#xA9; : © -&#xAA; : ª -&#xAB; : « -&#xAC; : ¬ - - - - - - - - -&#xAE; : ® -&#xAF; : ¯ -&#xB0; : ° -&#xB1; : ± -&#xB2; : ² -&#xB3; : ³ -&#xB4; : ´ -&#xB5; : µ -&#xB6; : ¶ -&#xB7; : · -&#xB8; : ¸ -&#xB9; : ¹ -&#xBA; : º -&#xBB; : » -&#xBC; : ¼ -&#xBD; : ½ -&#xBE; : ¾ -&#xBF; : ¿ -&#xC0; : À -&#xC1; : Á -&#xC2; :  -&#xC3; : à -&#xC4; : Ä -&#xC5; : Å -&#xC6; : Æ -&#xC7; : Ç -&#xC8; : È -&#xC9; : É -&#xCA; : Ê -&#xCB; : Ë -&#xCC; : Ì -&#xCD; : Í -&#xCE; : Î -&#xCF; : Ï -&#xD0; : Ð -&#xD1; : Ñ -&#xD2; : Ò -&#xD3; : Ó -&#xD4; : Ô -&#xD5; : Õ -&#xD6; : Ö -&#xD7; : × -&#xD8; : Ø -&#xD9; : Ù -&#xDA; : Ú -&#xDB; : Û -&#xDC; : Ü -&#xDD; : Ý -&#xDE; : Þ -&#xDF; : ß -&#xE0; : à -&#xE1; : á -&#xE2; : â - - - - - - - - -&#xE3; : ã -&#xE4; : ä -&#xE5; : å -&#xE6; : æ -&#xE7; : ç -&#xE8; : è -&#xE9; : é -&#xEA; : ê -&#xEB; : ë -&#xEC; : ì -&#xED; : í -&#xEE; : î -&#xEF; : ï -&#xF0; : ð -&#xF1; : ñ -&#xF2; : ò -&#xF3; : ó -&#xF4; : ô -&#xF5; : õ -&#xF6; : ö -&#xF7; : ÷ -&#xF8; : ø -&#xF9; : ù -&#xFA; : ú -&#xFB; : û -&#xFC; : ü -&#xFD; : ý -&#xFE; : þ -&#xFF; : ÿ -&#x0152; : Œ -&#x0153; : œ -&#x0160; : Š -&#x0161; : š -&#x0178; : Ÿ -&#x017D; : Ž -&#x017E; : ž -&#x0192; : ƒ -&#x02DC; : ˜ -&#x2013; : – -&#x2014; : — -&#x2018; : ‘ -&#x2019; : ’ -&#x201A; : ‚ -&#x201C; : “ -&#x201D; : ” -&#x201E; : „ -&#x2020; : † -&#x2021; : ‡ -&#x2022; : • -&#x2026; : … -&#x2030; : ‰ -&#x2039; : ‹ -&#x203A; : › -&#x2122; : ™ - - - - - - - - -Times Roman - - - - - - - - - - - - - - -&#x21; : ! -&#x22; : " -&#x23; : # -&#x24; : $ -&#x25; : % -&#x26; : & -&#x27; : ' -&#x28; : ( -&#x29; : ) -&#x2A; : * -&#x2B; : + -&#x2C; : , -&#x2D; : - -&#x2E; : . -&#x2F; : / -&#x30; : 0 -&#x31; : 1 -&#x32; : 2 -&#x33; : 3 -&#x34; : 4 -&#x35; : 5 -&#x36; : 6 -&#x37; : 7 -&#x38; : 8 -&#x39; : 9 -&#x3A; : : -&#x3B; : ; -&#x3C; : < -&#x3D; : = -&#x3E; : > -&#x3F; : ? -&#x40; : @ -&#x41; : A -&#x42; : B -&#x43; : C -&#x44; : D -&#x45; : E -&#x46; : F -&#x47; : G -&#x48; : H -&#x49; : I -&#x4A; : J -&#x4B; : K -&#x4C; : L -&#x4D; : M -&#x4E; : N -&#x4F; : O -&#x50; : P -&#x51; : Q -&#x52; : R -&#x53; : S -&#x54; : T -&#x55; : U - - - - - - - - -&#x56; : V -&#x57; : W -&#x58; : X -&#x59; : Y -&#x5A; : Z -&#x5B; : [ -&#x5C; : \ -&#x5D; : ] -&#x5E; : ^ -&#x5F; : _ -&#x60; : ` -&#x61; : a -&#x62; : b -&#x63; : c -&#x64; : d -&#x65; : e -&#x66; : f -&#x67; : g -&#x68; : h -&#x69; : i -&#x6A; : j -&#x6B; : k -&#x6C; : l -&#x6D; : m -&#x6E; : n -&#x6F; : o -&#x70; : p -&#x71; : q -&#x72; : r -&#x73; : s -&#x74; : t -&#x75; : u -&#x76; : v -&#x77; : w -&#x78; : x -&#x79; : y -&#x7A; : z -&#x7B; : { -&#x7C; : | -&#x7D; : } -&#x7E; : ~ -&#xA1; : ¡ -&#xA2; : ¢ -&#xA3; : £ -&#xA4; : ¤ -&#xA5; : ¥ -&#xA6; : ¦ -&#xA7; : § -&#xA8; : ¨ -&#xA9; : © -&#xAA; : ª -&#xAB; : « -&#xAC; : ¬ - - - - - - - - -&#xAE; : ® -&#xAF; : ¯ -&#xB0; : ° -&#xB1; : ± -&#xB2; : ² -&#xB3; : ³ -&#xB4; : ´ -&#xB5; : µ -&#xB6; : ¶ -&#xB7; : · -&#xB8; : ¸ -&#xB9; : ¹ -&#xBA; : º -&#xBB; : » -&#xBC; : ¼ -&#xBD; : ½ -&#xBE; : ¾ -&#xBF; : ¿ -&#xC0; : À -&#xC1; : Á -&#xC2; :  -&#xC3; : à -&#xC4; : Ä -&#xC5; : Å -&#xC6; : Æ -&#xC7; : Ç -&#xC8; : È -&#xC9; : É -&#xCA; : Ê -&#xCB; : Ë -&#xCC; : Ì -&#xCD; : Í -&#xCE; : Î -&#xCF; : Ï -&#xD0; : Ð -&#xD1; : Ñ -&#xD2; : Ò -&#xD3; : Ó -&#xD4; : Ô -&#xD5; : Õ -&#xD6; : Ö -&#xD7; : × -&#xD8; : Ø -&#xD9; : Ù -&#xDA; : Ú -&#xDB; : Û -&#xDC; : Ü -&#xDD; : Ý -&#xDE; : Þ -&#xDF; : ß -&#xE0; : à -&#xE1; : á -&#xE2; : â - - - - - - - - -&#xE3; : ã -&#xE4; : ä -&#xE5; : å -&#xE6; : æ -&#xE7; : ç -&#xE8; : è -&#xE9; : é -&#xEA; : ê -&#xEB; : ë -&#xEC; : ì -&#xED; : í -&#xEE; : î -&#xEF; : ï -&#xF0; : ð -&#xF1; : ñ -&#xF2; : ò -&#xF3; : ó -&#xF4; : ô -&#xF5; : õ -&#xF6; : ö -&#xF7; : ÷ -&#xF8; : ø -&#xF9; : ù -&#xFA; : ú -&#xFB; : û -&#xFC; : ü -&#xFD; : ý -&#xFE; : þ -&#xFF; : ÿ -&#x0152; : Œ -&#x0153; : œ -&#x0160; : Š -&#x0161; : š -&#x0178; : Ÿ -&#x017D; : Ž -&#x017E; : ž -&#x0192; : ƒ -&#x02DC; : ˜ -&#x2013; : – -&#x2014; : — -&#x2018; : ‘ -&#x2019; : ’ -&#x201A; : ‚ -&#x201C; : “ -&#x201D; : ” -&#x201E; : „ -&#x2020; : † -&#x2021; : ‡ -&#x2022; : • -&#x2026; : … -&#x2030; : ‰ -&#x2039; : ‹ -&#x203A; : › -&#x2122; : ™ - - - - - - - - -Courier - - - - - - - - - - - - - - -&#x21; : ! -&#x22; : " -&#x23; : # -&#x24; : $ -&#x25; : % -&#x26; : & -&#x27; : ' -&#x28; : ( -&#x29; : ) -&#x2A; : * -&#x2B; : + -&#x2C; : , -&#x2D; : - -&#x2E; : . -&#x2F; : / -&#x30; : 0 -&#x31; : 1 -&#x32; : 2 -&#x33; : 3 -&#x34; : 4 -&#x35; : 5 -&#x36; : 6 -&#x37; : 7 -&#x38; : 8 -&#x39; : 9 -&#x3A; : : -&#x3B; : ; -&#x3C; : < -&#x3D; : = -&#x3E; : > -&#x3F; : ? -&#x40; : @ -&#x41; : A -&#x42; : B -&#x43; : C -&#x44; : D -&#x45; : E -&#x46; : F -&#x47; : G -&#x48; : H -&#x49; : I -&#x4A; : J -&#x4B; : K -&#x4C; : L -&#x4D; : M -&#x4E; : N -&#x4F; : O -&#x50; : P -&#x51; : Q -&#x52; : R -&#x53; : S -&#x54; : T -&#x55; : U - - - - - - - - -&#x56; : V -&#x57; : W -&#x58; : X -&#x59; : Y -&#x5A; : Z -&#x5B; : [ -&#x5C; : \ -&#x5D; : ] -&#x5E; : ^ -&#x5F; : _ -&#x60; : ` -&#x61; : a -&#x62; : b -&#x63; : c -&#x64; : d -&#x65; : e -&#x66; : f -&#x67; : g -&#x68; : h -&#x69; : i -&#x6A; : j -&#x6B; : k -&#x6C; : l -&#x6D; : m -&#x6E; : n -&#x6F; : o -&#x70; : p -&#x71; : q -&#x72; : r -&#x73; : s -&#x74; : t -&#x75; : u -&#x76; : v -&#x77; : w -&#x78; : x -&#x79; : y -&#x7A; : z -&#x7B; : { -&#x7C; : | -&#x7D; : } -&#x7E; : ~ -&#xA1; : ¡ -&#xA2; : ¢ -&#xA3; : £ -&#xA4; : ¤ -&#xA5; : ¥ -&#xA6; : ¦ -&#xA7; : § -&#xA8; : ¨ -&#xA9; : © -&#xAA; : ª -&#xAB; : « -&#xAC; : ¬ - - - - - - - - -&#xAE; : ® -&#xAF; : ¯ -&#xB0; : ° -&#xB1; : ± -&#xB2; : ² -&#xB3; : ³ -&#xB4; : ´ -&#xB5; : µ -&#xB6; : ¶ -&#xB7; : · -&#xB8; : ¸ -&#xB9; : ¹ -&#xBA; : º -&#xBB; : » -&#xBC; : ¼ -&#xBD; : ½ -&#xBE; : ¾ -&#xBF; : ¿ -&#xC0; : À -&#xC1; : Á -&#xC2; :  -&#xC3; : à -&#xC4; : Ä -&#xC5; : Å -&#xC6; : Æ -&#xC7; : Ç -&#xC8; : È -&#xC9; : É -&#xCA; : Ê -&#xCB; : Ë -&#xCC; : Ì -&#xCD; : Í -&#xCE; : Î -&#xCF; : Ï -&#xD0; : Ð -&#xD1; : Ñ -&#xD2; : Ò -&#xD3; : Ó -&#xD4; : Ô -&#xD5; : Õ -&#xD6; : Ö -&#xD7; : × -&#xD8; : Ø -&#xD9; : Ù -&#xDA; : Ú -&#xDB; : Û -&#xDC; : Ü -&#xDD; : Ý -&#xDE; : Þ -&#xDF; : ß -&#xE0; : à -&#xE1; : á -&#xE2; : â - - - - - - - - -&#xE3; : ã -&#xE4; : ä -&#xE5; : å -&#xE6; : æ -&#xE7; : ç -&#xE8; : è -&#xE9; : é -&#xEA; : ê -&#xEB; : ë -&#xEC; : ì -&#xED; : í -&#xEE; : î -&#xEF; : ï -&#xF0; : ð -&#xF1; : ñ -&#xF2; : ò -&#xF3; : ó -&#xF4; : ô -&#xF5; : õ -&#xF6; : ö -&#xF7; : ÷ -&#xF8; : ø -&#xF9; : ù -&#xFA; : ú -&#xFB; : û -&#xFC; : ü -&#xFD; : ý -&#xFE; : þ -&#xFF; : ÿ -&#x0152; : Œ -&#x0153; : œ -&#x0160; : Š -&#x0161; : š -&#x0178; : Ÿ -&#x017D; : Ž -&#x017E; : ž -&#x0192; : ƒ -&#x02DC; : ˜ -&#x2013; : – -&#x2014; : — -&#x2018; : ‘ -&#x2019; : ’ -&#x201A; : ‚ -&#x201C; : “ -&#x201D; : ” -&#x201E; : „ -&#x2020; : † -&#x2021; : ‡ -&#x2022; : • -&#x2026; : … -&#x2030; : ‰ -&#x2039; : ‹ -&#x203A; : › -&#x2122; : ™ - - - - - - - - - ZapfDingbats: - - - - - - - - - - - - - - -&#x2701; : ✁ -&#x2702; : ✂ -&#x2703; : ✃ -&#x2704; : ✄ -&#x260E; : ☎ -&#x2706; : ✆ -&#x2707; : ✇ -&#x2708; : ✈ -&#x2709; : ✉ -&#x261B; : ☛ -&#x261E; : ☞ -&#x270C; : ✌ -&#x270D; : ✍ -&#x270E; : ✎ -&#x270F; : ✏ -&#x2710; : ✐ -&#x2711; : ✑ -&#x2712; : ✒ -&#x2713; : ✓ -&#x2714; : ✔ -&#x2715; : ✕ -&#x2716; : ✖ -&#x2717; : ✗ -&#x2718; : ✘ -&#x2719; : ✙ -&#x271A; : ✚ -&#x271B; : ✛ -&#x271C; : ✜ -&#x271D; : ✝ -&#x271E; : ✞ -&#x271F; : ✟ -&#x2720; : ✠ -&#x2721; : ✡ -&#x2722; : ✢ -&#x2723; : ✣ -&#x2724; : ✤ -&#x2725; : ✥ -&#x2726; : ✦ -&#x2727; : ✧ -&#x2605; : ★ -&#x2729; : ✩ -&#x272A; : ✪ -&#x272B; : ✫ -&#x272C; : ✬ -&#x272D; : ✭ -&#x272E; : ✮ -&#x272F; : ✯ -&#x2730; : ✰ -&#x2731; : ✱ -&#x2732; : ✲ - - - - - - - - -&#x2733; : ✳ -&#x2734; : ✴ -&#x2735; : ✵ -&#x2736; : ✶ -&#x2737; : ✷ -&#x2738; : ✸ -&#x2739; : ✹ -&#x273A; : ✺ -&#x273B; : ✻ -&#x273C; : ✼ -&#x273D; : ✽ -&#x273E; : ✾ -&#x273F; : ✿ -&#x2740; : ❀ -&#x2741; : ❁ -&#x2742; : ❂ -&#x2743; : ❃ -&#x2744; : ❄ -&#x2745; : ❅ -&#x2746; : ❆ -&#x2747; : ❇ -&#x2748; : ❈ -&#x2749; : ❉ -&#x274A; : ❊ -&#x274B; : ❋ -&#x25CF; : ● -&#x274D; : ❍ -&#x25A0; : ■ -&#x274F; : ❏ -&#x2750; : ❐ -&#x2751; : ❑ -&#x2752; : ❒ -&#x25B2; : ▲ -&#x25BC; : ▼ -&#x25C6; : ◆ -&#x2756; : ❖ -&#x25D7; : ◗ -&#x2758; : ❘ -&#x2759; : ❙ -&#x275A; : ❚ -&#x275B; : ❛ -&#x275C; : ❜ -&#x275D; : ❝ -&#x275E; : ❞ -&#x2761; : ❡ -&#x2762; : ❢ -&#x2763; : ❣ -&#x2764; : ❤ -&#x2765; : ❥ -&#x2766; : ❦ - - - - - - - - -&#x2767; : ❧ -&#x2663; : ♣ -&#x2666; : ♦ -&#x2665; : ♥ -&#x2660; : ♠ -&#x2460; : ① -&#x2461; : ② -&#x2462; : ③ -&#x2463; : ④ -&#x2464; : ⑤ -&#x2465; : ⑥ -&#x2466; : ⑦ -&#x2467; : ⑧ -&#x2468; : ⑨ -&#x2469; : ⑩ -&#x2776; : ❶ -&#x2777; : ❷ -&#x2778; : ❸ -&#x2779; : ❹ -&#x277A; : ❺ -&#x277B; : ❻ -&#x277C; : ❼ -&#x277D; : ❽ -&#x277E; : ❾ -&#x277F; : ❿ -&#x2780; : ➀ -&#x2781; : ➁ -&#x2782; : ➂ -&#x2783; : ➃ -&#x2784; : ➄ -&#x2785; : ➅ -&#x2786; : ➆ -&#x2787; : ➇ -&#x2788; : ➈ -&#x2789; : ➉ -&#x278A; : ➊ -&#x278B; : ➋ -&#x278C; : ➌ -&#x278D; : ➍ -&#x278E; : ➎ -&#x278F; : ➏ -&#x2790; : ➐ -&#x2791; : ➑ -&#x2792; : ➒ -&#x2793; : ➓ -&#x2794; : ➔ -&#x2192; : → -&#x2194; : ↔ -&#x2195; : ↕ -&#x2798; : ➘ - - - - - - - - -&#x2799; : ➙ -&#x279A; : ➚ -&#x279B; : ➛ -&#x279C; : ➜ -&#x279D; : ➝ -&#x279E; : ➞ -&#x279F; : ➟ -&#x27A0; : ➠ -&#x27A1; : ➡ -&#x27A2; : ➢ -&#x27A3; : ➣ -&#x27A4; : ➤ -&#x27A5; : ➥ -&#x27A6; : ➦ -&#x27A7; : ➧ -&#x27A8; : ➨ -&#x27A9; : ➩ -&#x27AA; : ➪ -&#x27AB; : ➫ -&#x27AC; : ➬ -&#x27AD; : ➭ -&#x27AE; : ➮ -&#x27AF; : ➯ -&#x27B1; : ➱ -&#x27B2; : ➲ -&#x27B3; : ➳ -&#x27B4; : ➴ -&#x27B5; : ➵ -&#x27B6; : ➶ -&#x27B7; : ➷ -&#x27B8; : ➸ -&#x27B9; : ➹ -&#x27BA; : ➺ -&#x27BB; : ➻ -&#x27BC; : ➼ -&#x27BD; : ➽ -&#x27BE; : ➾ -&#xF8E0; :  -&#xF8DE; :  -&#xF8E3; :  -&#xF8DD; :  -&#xF8D7; :  -&#xF8E1; :  -&#xF8DB; :  -&#xF8D8; :  -&#xF8DF; :  -&#xF8DA; :  -&#xF8D9; :  -&#xF8DC; :  -&#xF8E4; :  -&#xF8E2; :  - - - - - - - - - Symbol: - - - - - - - - - - - - - - -&#x21; : ! -&#x23; : # -&#x25; : % -&#x26; : & -&#x28; : ( -&#x29; : ) -&#x2B; : + -&#x2C; : , -&#x2E; : . -&#x2F; : / -&#x30; : 0 -&#x31; : 1 -&#x32; : 2 -&#x33; : 3 -&#x34; : 4 -&#x35; : 5 -&#x36; : 6 -&#x37; : 7 -&#x38; : 8 -&#x39; : 9 -&#x3A; : : -&#x3B; : ; -&#x3C; : < -&#x3D; : = -&#x3E; : > -&#x3F; : ? -&#x5B; : [ -&#x5D; : ] -&#x5F; : _ -&#x6D; : m -&#x7B; : { -&#x7C; : | -&#x7D; : } -&#xAC; : ¬ -&#xB0; : ° -&#xB1; : ± -&#xB5; : µ -&#xD7; : × -&#xF7; : ÷ -&#x0192; : ƒ -&#x0391; : Α -&#x0392; : Β -&#x0393; : Γ -&#x0395; : Ε -&#x0396; : Ζ -&#x0397; : Η -&#x0398; : Θ - - - - - - - - -&#x0399; : Ι -&#x039A; : Κ -&#x039B; : Λ -&#x039C; : Μ -&#x039D; : Ν -&#x039E; : Ξ -&#x039F; : Ο -&#x03A0; : Π -&#x03A1; : Ρ -&#x03A3; : Σ -&#x03A4; : Τ -&#x03A5; : Υ -&#x03A6; : Φ -&#x03A7; : Χ -&#x03A8; : Ψ -&#x03B1; : α -&#x03B2; : β -&#x03B3; : γ -&#x03B4; : δ -&#x03B5; : ε -&#x03B6; : ζ -&#x03B7; : η -&#x03B8; : θ -&#x03B9; : ι -&#x03BA; : κ -&#x03BB; : λ -&#x03BD; : ν -&#x03BE; : ξ -&#x03BF; : ο -&#x03C0; : π -&#x03C1; : ρ -&#x03C2; : ς -&#x03C3; : σ -&#x03C4; : τ -&#x03C5; : υ -&#x03C6; : φ -&#x03C7; : χ -&#x03C8; : ψ -&#x03C9; : ω -&#x03D1; : ϑ -&#x03D2; : ϒ -&#x03D5; : ϕ -&#x03D6; : ϖ -&#x2022; : • -&#x2026; : … -&#x2032; : ′ -&#x2033; : ″ - - - - - - - - -&#x2044; : ⁄ -&#x2111; : ℑ -&#x2118; : ℘ -&#x211C; : ℜ -&#x2126; : Ω -&#x2135; : ℵ -&#x2190; : ← -&#x2191; : ↑ -&#x2192; : → -&#x2193; : ↓ -&#x2194; : ↔ -&#x21B5; : ↵ -&#x21D0; : ⇐ -&#x21D1; : ⇑ -&#x21D2; : ⇒ -&#x21D3; : ⇓ -&#x21D4; : ⇔ -&#x2200; : ∀ -&#x2202; : ∂ -&#x2203; : ∃ -&#x2205; : ∅ -&#x2206; : ∆ -&#x2207; : ∇ -&#x2208; : ∈ -&#x2209; : ∉ -&#x220B; : ∋ -&#x220F; : ∏ -&#x2211; : ∑ -&#x2212; : − -&#x2217; : ∗ -&#x221A; : √ -&#x221D; : ∝ -&#x221E; : ∞ -&#x2220; : ∠ -&#x2227; : ∧ -&#x2228; : ∨ -&#x2229; : ∩ -&#x222A; : ∪ -&#x222B; : ∫ -&#x2234; : ∴ -&#x223C; : ∼ -&#x2245; : ≅ -&#x2248; : ≈ -&#x2260; : ≠ -&#x2261; : ≡ -&#x2264; : ≤ -&#x2265; : ≥ - - - - - - - - -&#x2282; : ⊂ -&#x2283; : ⊃ -&#x2284; : ⊄ -&#x2286; : ⊆ -&#x2287; : ⊇ -&#x2295; : ⊕ -&#x2297; : ⊗ -&#x22A5; : ⊥ -&#x22C5; : ⋅ -&#x2320; : ⌠ -&#x2321; : ⌡ -&#x2329; : 〈 -&#x232A; : 〉 -&#x25CA; : ◊ -&#x2660; : ♠ -&#x2663; : ♣ -&#x2665; : ♥ -&#x2666; : ♦ -&#xF6D9; :  -&#xF6DA; :  -&#xF6DB; :  -&#xF8E5; :  -&#xF8E6; :  -&#xF8E7; :  -&#xF8E8; :  -&#xF8E9; :  -&#xF8EA; :  -&#xF8EB; :  -&#xF8EC; :  -&#xF8ED; :  -&#xF8EE; :  -&#xF8EF; :  -&#xF8F0; :  -&#xF8F1; :  -&#xF8F2; :  -&#xF8F3; :  -&#xF8F4; :  -&#xF8F5; :  -&#xF8F6; :  -&#xF8F7; :  -&#xF8F8; :  -&#xF8F9; :  -&#xF8FA; :  -&#xF8FB; :  -&#xF8FC; :  -&#xF8FD; :  -&#xF8FE; :  - - - - - - - - - Some special characters: - - -Euro ( dec 8364, hex 20AC): € - - - - - - - - - - - diff --git a/src/documentation/content/xdocs/fo/fonts.fo.pdf b/src/documentation/content/xdocs/fo/fonts.fo.pdf deleted file mode 100644 index 85a37fd0e..000000000 --- a/src/documentation/content/xdocs/fo/fonts.fo.pdf +++ /dev/null @@ -1,160 +0,0 @@ -%PDF-1.4 -%ª«¬­ -4 0 obj -<< /Type /Info -/Producer (FOP 0.20.5) >> -endobj -5 0 obj -<< /Length 2756 /Filter [ /ASCII85Decode /FlateDecode ] - >> -stream -Gas2O=aO+:'LgpN.p>dQQ0),tXf?8Xl8sh^A"4[?L]L?S.Yp(`G)J$07;CF[q0Xk,m[_:;p.hg?\%DUPMj%;2G1eG?n*DpXrcNRk=kqghM^JC4(9q#F6kF&rk?5<4+=n+NmTMjoY'X2c"#Z%_Ip=kXFJF_B#_[H@&U`<@2^l+]E+l1pZ!Cop\)PH?hg\+B/,61.dsGk/JYH2/>>gUQl'^O&$qIgP0_PeXi&QbNt"`g=GeR$XG9Q\Vt!J+koUIg+m`>Q4&kH259:cpnuO)YE2Y+(Xr3H2XcdDe8Lq]_jXK4.1I\07P#'<[L&Tb:eD$aQ1Beq%DbJ9R`Fs?_!J[FZFa!bf^reYKF[C8A"tK/EcFDnJ:3"S@aEl4-6r5g`7ZS"h?/HmND$@jL1SjK>\"VRr[p,&g'EraP7s/X*K!&QFTB@f-"GBg`c-Q5TXJ(OS?p@pG-s6q\pYrAaYZS2aQkBmZ@1P5]10$OS?4MDT]N!OSQR%mfVpmZ@1(5i0Z=+n$M*gm)sTOS;O9DTfS;aSVkX2s&gXjSdfFgoS]0HcZ(s+CCCTpQ5,tON2D0*qK<@aA)011uohL?]\T5a@"t%,e`]/LWFs6H3#3#RK&`J6:;k]J"?4`6lo6U"8'`(*b'V<5R'PD*eJm*oKktfP5c!UKo.u\s'*nZ('VeYGGH$-$5!2@U_b]lOT+]?04Yb>rjPHPBG;Th5Cd(n-pReQP$[&p5QTX`^!KW,!k:mL_4pu6n0@1ONrg$24jj]\"Xnnn82#W1TE'Ef]c^4'!k;$P@AEo!56AMb;Ln[0+MCTLJG_VW]jO`kr;T*0iM6bTs-<3X8eLXo)sN'@,38b9klm=rjSpt!KpZfR!_j9tru^KZRPp8B"5E*hD.fR'["/K0$b`fV$_aI-UbGs8SLn%O6#@a#a[0o_fg7*%"'J;5H>gtB6;ebYA$XIN>IG*3g-?jGL#1XkKb2dh:@6Wubr&]2E7Rrp\;']Dq5gL.E"22g,$Icji>UDXV6lij_DSh>!bsmkKkk?TPgt*F$eNa3.'E6m(TsIF:h&ai0:\`L:h]0o0@Hn"Z4Lp>W@sd8]hih:W@sd8]hj%@W@sd8]hj7FW@sdX]b#qaW@sd8]hj[RW@sd8]hjk2YV.QpKu2VqI:6hCPii8;$VPi?82jp`=P=.Z\cM]FdU"?S%G2J_p-RGM^qR%_(P6i5p4]?V:qRaO0-'A5in]-5iFjkYmfr+d7sgqS2dfuPg'bm3!W0a]?7=Y>fGBSA6Les/^2UFqMK]0rKql=X]Gn+/>1sA']+Oq73^.'^_7L1G_S2u:(YM.EDSj,dmMFPCn8?+WW9tJT6L\m0^8UH9fg>1G_S2u:(YM.EDSj,dmMFPCn8?+WW9tH`$cT^aqkCZ/A.-5c$2^I.?XsP\]*\A/\mJtU_7L$NU:O]B$c0F]qkCZ/A.-5c`mBo4#I^A5Ca+Cr9^pb<]k#;5Jp<9KV]=,\K%hH1QV?oF>.oUFR4.3oYOU=J]l;.A!d_rkDd4#rAeRJDA:dmcl;_LU&_LmC)Fn&gG-Zt_?=WM*\ZH,`RgAN:`o*FfYa%ocq2u'@V(:?D-3AV;"@l]oF>a`t9."o3XZ1W>U>VA3n>KP3n$7eC?S]I^<&gID"TFPjDJTL;fgP<_RGc(c=28Y#lCM+ZK'J/Y9q:VXI>B>?d%2Wg-54TuF^`?<7e_R"'9mqY1/STV;<<,"NE$Zd-Fg>23A6jih%P+u5?.`Q"PFI+s'tZ2ioFb/G)!V!4POK$Y.#KpgV7rSpuo9+[>.8]*b5XST6W59[<2(ShO[$rp'3YX&jGo!9J#:K?4NTQ1JK:ZDI*gFH!C/Dh9N([,B'Wk<;UquIH&M:l7fE=&%pRn*TtuLH+3^sZV8W]GGf(pF_i,55NtD*>T)>jdG.>hO64UG[SQ$do'7Ebd;9uLXlME+0!j:rQWqS4kAp0"8VX^&cbDBrp\]/_g\:X//F^Y+,M^#r5@]95q9'I6W/ag5ns;XcclT*uj'U*;K*"(#%KCI=*L+Xhqu+(VAY::H&:ETgJWBA$n -endstream -endobj -6 0 obj -<< /Type /Page -/Parent 1 0 R -/MediaBox [ 0 0 595 842 ] -/Resources 3 0 R -/Contents 5 0 R ->> -endobj -7 0 obj -<< /Length 2935 /Filter [ /ASCII85Decode /FlateDecode ] - >> -stream -Gas2O=-jma'SPBB.u%SN_RLo"U`"2C^gpR]H\8rsDC;V+n\@!W1DSmP!\1o:WBuBZFn%'.G[c,iln8L?&E7_MV*Pg^/KUXmT!'HLWF1)Oe!;E>VS86"__#%#PY&D4)J@e^%cF;aRi3lUU$Z1+g\1(G@@N-?hhNb*^i:oYYmZ440*#SY\n0k:=^HVkj+K>OY57DKaWWU"#!q9Mq#C_.:i(d5VIX_da<`BINJT>-rnlOh^;B1MIk9u9QNNo9pZ#VSn6K)^&O>9"M,85d6D)-eZnpr^,l#3;X;EiI5ep>i"'_;@,R4(TB>0[@lB;-MSBL*`UTSZ!X@7,D34eaQ\l69.t9cm4K6$8;=UoBERMkIZ&'N3LPe4!>BA.%Se,O-JQ/i&,[p(;EZ<>V&i>5O,eLoQA,+iSjt>t!+pG4uTS4&M(l[(_S4hhcr,TacI(#+$`/(L#fG-unFQ,@+uDTBI87*U,nkr']_(lUViGjsN2[>XuBP69ijXP2_HLUsi,((TnugBW[mT03h#Yct5L>?FZ#;U#g`t]PrUIU&BG7]PrUITbW'O]PrUITe1bg]PrUITgaI*]PrUITj5`*X$VS(Xp-3%n=OMm5!&Nbk-!f^C0OnEkdY3\^1ZjB[?-"9F@pW9cKh_\*k(P$ckThil?9$Ae:'*66Kd0me,VW_737\-KhMOU8uikE15/C'$VJUCZnd>/!XhWDX0aX99EGSobH&!*KhMOu8h6jI15/C'.nV=jZq_;r$*5PW5e><6@)\lhO=kVf=RddHU^N^r<]l8>;)_Fp,d?9*XEYFZUMcrj8RTN4W#Be7KhMOuk!_/mSg\[n=>;J/;)_Fp,d:`a<24?.O@`j!]VnR7&BT7"X1.C?.F,VgmGs#NC.1c:`hUH>jAo^.?(^#!Y!h%B/Gm=e,PlaICCB]J(+$^2&e^O:?:)\1b3R$:3Oqs^I@*59*?-L;8tLGu^$nEkqo_Z%&nG"Wbahd.;_hJAh>g.&uX(PfN0Rg8\+#1dJ_o&BAS@e8@pfUY4=LjQm^C_#6\05i.Q4?2I\_FrU-YfuEdQalSDR5YC)H/l^sDZX5Ia+J$],.o1]#Lg=[G_mCNXuS]o!XTkX^7i0<)EJpu6[)HdF?EZ\m\Xaa">CAB:"@l&?lutLWjreY5]eqbK."H[8U")ZGljM&F>['m-bt"!2cD#L!k9=*VO$0S_#/L32(s;&Hj7sS\ZN<(R6pIW!;RoJ>'t)gNM+(.>AY`DKr!'$,"r]XpspQ+6&1;K?AN81N?H2.5qbV_N^f+?U7`;H)Fu)Dnq)cZRRnaFnq)cZ)G;;Go7Dl[RS4sV3PL9tF4D;P'87da65FXm*QUntM7&Ga>]g9,;b1@LA2.0AJ]ngk=:88j?PmNe/S$Sb@Ao$jON7-MTdJ>W-K>nsRTKs.N*dE:@P)+HIUT13[F12]0+9/3<]ZB=IA%q;8d@,d/sO:X0eE*:@@:4JAjnnDQa9>7"16kd=o~> -endstream -endobj -8 0 obj -<< /Type /Page -/Parent 1 0 R -/MediaBox [ 0 0 595 842 ] -/Resources 3 0 R -/Contents 7 0 R ->> -endobj -9 0 obj -<< /Length 3803 /Filter [ /ASCII85Decode /FlateDecode ] - >> -stream -Gat=/BpTgY&cAe=0fD3@gQ_!gWbr-%H[Bq?nSK$`Y[E-$#ltYUY`6udmM]f;-7cEtQ,Vbc]Vh).W&c.ZU3c[qlIOe/ZuagNh:9DIG5(3dgY).YgLY0?P]f'"1YKFQHEqn\p30j>.YR\CFtY4iXLN]Ir1DrnmbQ^L)koHS`^WiIf?5Be+%G9[;Eh1K&"l%F-?rF[f#n^Tuk?@Hh+4AD$Eo]RpYbO:)SEAEOqh6LAd$7O5a$2!HTlfG=%nhcb*O7%&%r.gqmR*7gVm]^$s)CUZ1alMZ[>qc3i-kB8P2^rt:jYJA>InG_RqXsCe;!tH*jQIf7qZ=p`..QB^,1-3.Pa=Uoo]Uh^0A"C&adRc%*ROZaP`OC+H?;F@YClE+^Zj,H^&Jq6-Yk&TF?o:Z!TeqiNZK4fq\u1j3ofJP!PSLIPQthF4Z]81T7M%ObWq4!kl'\;gc:S^d/gr\!gHo%7XB/An%W*\O-;@53P#7TrE#Y>oZ!#g)h?dp%Ec"9SfHPdo_oe+T"GBjkQ[^S2aR8tbs7;,!.)B]jjBPcNt1CP/QV;fYj+srOPGViT%T;12"qj;1OkRZQlFC?F5l^jRous[OT`>%bH=g;8d/SSm4nC3Bkl6.2Ssbl^kjR4qLEMt(R=PJKKLZTt]Z`Wp"bOeM$Gd.p%"q_*Ggri,bf%^jMZn^Qh$UuWbREQ7+F)s16#\V9"%sW%YZcR=R1&"R6A4DJ#Qe!eL3")k7cOZp=,pn7hh*AcY!]3`pj$'nY,/"j&;tI[h.)3Lp>q/6I@k'nVjE"j&;tI[h.)q4.]2/6I.ebjm;UB#/MU<=%`5(*p4o\]cN+1Hl20=`G5XJpX*naXfF$(Yo!@87o]3^>KK75r&fXo`[9?$^+Y3W%YXk>*-s[6[ceQciR6VJO"Y"h9Z53@=^[l_%"cn$upiKIDJ%n*mP-(qh!Lq4e*<0p'#M,HT3Z@l3hKip2F>_e/-m^mGY_IW%YYLg;A3p;.":/["n7iUV>YUBb0B\7t&45dN6\lJGOj:V*1=b!VHUT8p`NN!pg;,PkK'&"P=O7..-!+#cKDd;;/p5&PuhRUU5gJ,+u[.7VNCr76l:;NRB,C(D6US!.;dhc>hB2F+U>\k+?jopln_qVla_UKuq5HFp,lpn!)D?oPM>\aIa[0YXaK9\G)B&hSFT@%:^D5>ZW<6WSCTHS]*cgr4N:tG3SQ'M#/_oMm::T#M-TcZD(sb'3SfqEcqGY8]g3SGYM^B*1Gsg+F`5V2,:GNm1r2&>h&E`;L^MF:2B*I)h9aD<0a7eo8Q3'c6`tcg2Af$%)5\`!(XDFXg0eFpVp?\KF3&KBcj!uZE4XQS2&4F)"km?X$;MPbd*A>qGMY4p$7A(6k-h]pG->]hEW=":@nH.V&F*Sn']PAo1T&9iFp)rk:($OV#34qa#;RD*p"8l4D+$X8;aW#I;Gb]Q8kLh@1o)<>"ngfSU_Mi@%B7E>5s>#n.E2(aL6RIh*7UaeP#@7rBh1Zb$L6;G8L_[J25DEC"nhAcU_Mi")H)]]JpR9=Q_.neMXe-0<90jJSq!#i@_AHY'fd]Joa(2-I.$)F`q?`oPp`CJe75_g;N,fWU`q8lFbD`FDhISOL/_][T["*=dUsGL@f0(j.`,(_LPV.+)N=DJU`qBZFc*,n']Xb!<5bW3NY.P@@XOgl'mV6O0@U3d:C9u;Qt#eVD(tsj+Vfh_Ft_>Lj"D\CtC.Ld*MVSZJ_0Db!'qm("0@U3d6Og"c9sK&=2AhK4U`q_9mY0A&I&%o#\LD\Te-=rC%4Mf__pU:/8!>pP-ONb6S7;4RV%?E:PWUu9F2s/`I^TsMWIe#YVqA[T.E&,'Pc#THam>8A@j/@IQV6C@nsd9S5,G&]0pS)7OIt*Bo'uo`g9I-6@Z]L-DtM,L6).d!X("u=[1dHtWsZ.eQNsSDYG2;sn7qSGZ;p7`)\#9qe`^)QX4TY/)iVY7dB?)C0r^^JjeWfJ=/0+7Z=6_$\&q>u$Elq612#_Jk=[N:Y=?8^C?>HX9/-dW7_^]qjmM#>RrOlmYKl)0:lO\P*I)=>T$/FmN'-EhZf25qs6Zo>Jc9d2ZKca:eEhJ#^L$!DPC7!AP8C6M`3esb)%o([:Oj.pE'g%igj9j[@%CJmsLb1e2IoB0/D]]/&(Un3\@S=;oir^L[e=1mFZe._DoH^p17,!1;,[E0q*ETo,qlJK'BAEU/42L38GY$!n3.rUWmcC^28n]DYRZ[,06GhYW0rpFTd=1mgeeRPoU2MitQNIL!DY$%;\.rUWm6Ib4#^@7TA$+07]M(D&SIcWYp=e/A=Dj/7/eEBuJp6sM]M0RXRl?"c=!Y)^A,kET2Miu$h@Q9'AKmU*p?uZmk(tX*h@N^oOiZ[FrHlH:,dOY"6WeV&,+C[fD`M1N'3Wu#+fr=#Oj+pDpP-.KA7>(aYk!Z>2L"NFRr`H[=kLA1XLoa>boQ\*>Y/I7o7jL?MF;X8]a*:[(,g*r.^)BR(YsGB9k7](VQTKI7!?tk#?`8*]W"!_MF;X8]a!4Z[WtYm@MOadU3d3TM/;dLmeg?H94Sjp/$M`YooAJ2lIPt9%SlFX~> -endstream -endobj -10 0 obj -<< /Type /Page -/Parent 1 0 R -/MediaBox [ 0 0 595 842 ] -/Resources 3 0 R -/Contents 9 0 R ->> -endobj -11 0 obj -<< /Length 3625 /Filter [ /ASCII85Decode /FlateDecode ] - >> -stream -Gat=pl'!AO&]MNR?dW8Ah#PVEWCj1r\[H]o!-@0DJ8h!q!>kkWF(9:im::-ZV))$pbtDN\D8a(oQWhOZ:F5](rlJr"nIVTP*U\FKA3.Bt,T\cg#8L>rL7GbR:UPuQr7%f``GA"MrkOnAsl"=ML"An:6X*#._o:eW*(n)KJR,*(SgLXJ2tX]-cM$^VUTi#0[gg"WgLoQPT!&B)/E>e`QW4se9D!JV\2m,bh:7*)E3^5b;P,eKc5[fC$a+mM,\!b]s=7\fKjJ2tTQkW3hGAkJ'O4O.3_/Sr!.\bi;Qpb'?-mA0'0]72;imfCX16;_kR]DJMSpccJuQ8#:!Phl::C&@s=c8fFsLU+OA.ZGM[R'A1_'=P]/Rprob1TBn7"PUAi"Wgs(8rZ%Yd)LelnF/24CA\s#=s(0m*RK-&\5M??#h0ctjTl[<'Xs0edJ,3n[8(O`!P=%"f9[4KC&AEk2HFX65YGn3rXM140=KZO*bBh!V=>'!g6f-VoffA'p]uF/DJXl0$:CZ0`sC2KZ+@_/AR@2bj.?UanRDsn;]$uAre3TV6aeu*l#e1ANIN2"`fVjW;dlWSp^[FC/D1)/'cp\\nQuFQGd?>s1.pSkjp5p1?WPsA7VNDm+l(),'fZRW=)&:*,M^;2'fZ^[=)&:j7_"FJ.r]B9Y1+T^JoD[$Bb7`^\VDYD@V\A'h$C(Riugh-S&Kj-Z\V8at)$/mdhBIhm"R4C.N40"LgD9U`A2u4MtqnH$]\>)*qF5+C8(%1`V=(r4i<%"*g=L])`pGlRS#c%ZEOnIJ?\/"H,b`s*b7FlBmjAreTo/KAPiZd]tol;Rq7rd[_pF)71EKTqKg:7ZQdec(')Q0*ep"MO=%JDg+Po@S0eo,?h2V@1H=)&9_>/-'#gL-Yk>ik9l6Ip)@lS`tee\3X`AGnF#0)EUkqmr;Zp"T8QpjYE0noZr9laQD,EHD!dmH^]k+l()hD=7D(I9k-nop_<)(>KMq)tR%`pRimS=pVV-F[u4PRB(aAKq>dDF[t)&0N\._3iZ9*D1(.Op)EV1L/Jst=%Dq@\W*dS_L@-Jg=OkP]jbm>lgSc,H+IkqC0t%4onp;>Y<0UMK=T^fePX$6\ZN%s_L>u:BB/=CW*V41pq"*1(@M'4DX6W:cp'>oMikjr.Ss>Xs4>H"AjhMpt>alY)es?cV3.HsIZQ,N]nO8'gM"=4__oHsIZY1GIGU3oW3sd<1uPIbf[Y,O=ZO$g351odVlsFi3"Z>iY.+lf^j*EAm]:'@I\uY9U3Fs'E^um+4tQ]X#83\9L6LY$\MB2r$o4Y46YANaNs@Y9UA\2pB%\bqW0tYARe+c7>kS'@qJZ)ZaCLFaFh.Fl>9A@amYC8G55;M:^RDVGAed'Bri!B`(-V]<@MD!0&8NT8/;TiD1*B2CbfX7&9kpF4-r";aL^WWGm.j+NYj?l/t.YA:TmOVe6!MU/Db)Nk8LEKf9!@Thd(PNk8LEKeEJF\V)GJ:+)J@Lf33T!7BHbm-]p,!Ot6YL0SS#Ap8`($Gb2S89)(qRaX?_1jDKhnFkn\Q#`ED3PDabrNB'*]^n+d`_](>=kl@o"b&YnmADmZd$aG/Q^m[3%9eWm@s%:5TdK(:'WsL[o1s'X)P^g3$oN$[T^_S^W72ZTK4h,S49U@RcPa<+UG4e8cVP:$#R\m^L.[HQ8U,uYfL&KF!qGbPNLq=i'7:&mYF+qJXiY78cJS(eRsh13*;8XoP:DR>!ITWjpd7m1W\[Uh+K+18![9&ZSJ`n7hEmk^";)?VcO?'WpB]:0+G.H?R\7gRU4+bIQXR\Vl6pfC/PacOe\2dgS9S>Z/Xr3)F$]apAIk,2ffk:hB:q=q$Q9i\"[o0TF'Nc`(%)T5(iF#L4e@dgttJ1EL5Mk&t;\Z1..Fhj7\`'kHFNE.LfQL2>0RqQr=D]7T'FHtjF@m47WL=/'CN6GoRY__V4cPNb4+>,FAD8md&@m481;M2L#I'tbf\;pB4j[p!A,2]Ru>/YR-k:9VK&/Ub\2Jf3H\a-'>pbW%0@>gfH@\knVWBagna]l]+(Fu?P)$"FC(.$as:hbG=h/)-rY.NL?NR9Bs1"8TDK#0O/Ti)!*Y$tNNe(WjO_j_8/tBWK2P`/nO$HG5+t+F'c4>9YT2llg>nn$fB]ZiXQ'=8iiD&6+DGI277T=SkOqOr.OSb`g-@o#!6^dQ<_!A$k/eKkj-EskoFcj3qJO,(HRfo%'Q_"FeS\TuH2484n=R'0U*cQ6'K+Y69>*u""0Mr=d.>s&7S_=TgV&(cJ98BY_f_B%tF);!%]jIH!&$er<\KHg/8RNE#j.Y6^?07P\--Eu;&KtY#lm"0P7(Bn=!*S%qYb(In[7WBjeQq_]P`Y4QUh4?TgQIH1"A9l&m[&4TpFI,;`Q)3%.(QLA(J_h\\)k+-:.f^OVSF%m.V>Ar>G6#$5uJXRQJ:rfBC6<+Lgco"Oe_hdXBpfFW@@0sNBBlb,2iV^`$S\p1HbJ[YL_hdV\6s$P@+>0sUC_S+s].'*q2LJT4F%m>nXCD]FYU55Nhl_fF7"o!8lml.0&9Vms\+`\t#E)-F\G~> -endstream -endobj -12 0 obj -<< /Type /Page -/Parent 1 0 R -/MediaBox [ 0 0 595 842 ] -/Resources 3 0 R -/Contents 11 0 R ->> -endobj -13 0 obj -<< /Length 1495 /Filter [ /ASCII85Decode /FlateDecode ] - >> -stream -Gat%e6#YO:&4Z-f'`nFNG*'!T7j=r);VSgQ,.A\Q*a85ECc>(H)@>c+9oufu4l[f^3$X(O#[b5&oKA>r%%k$GqigJlY&i1HDZA_7G/'ZZcLR%^U,=BQ0#lc#0mCdA_d(b8%&cB&YK_)\unqBH]F-n,X[*I"tZ40:U!a-N"5_4l;qbM!_NP-N")[*LSW7`:J^D1.Wm@IaGM-GE8W5[?1Q9OOe$THT_f$L#hF/JG8fi]nh"$ZQhaQ]Obr@J0\cpa5q@h).I"$!&?G4sCNePDM^9Z>T:gf(85tPqi(u!*G^a/GbI)&RS*c[`g`23cc/62G#TlLFP&3!%)>K/""i1/2NjtbWmLC_8H^nAsO<=JCu:`HGL$7bVJ3kJ4Y-L:,)3qR@.X+Nr[WT1F0e1c-.s'=bZ+WE3CTj\qGFDGL7[6)6XXN1'NEL'q1h-`XMuLZG9;H6o23op^)L$?XP9eUD[6Ig`fRk$k2NmTk24_!32<8Tl=Y3Td&MK!`dCY:q/AnBUSAlJLY5=.,5as[*1KP:h:(EKptGaQ5T-'W3QV^Nm5p+iu\E(XarCTbs>l&7A)/DfJGMlOhn%qZd5&Op4c:_eVK/K&a2h,2U,5H1B'b9arJ(e%5T!Tk.osq&[&DEju*W+XR1Sp[jKmuWsljLC*.A^_(3YQ>\+MkD:ijFg*1d5CKu=r]2p7?Y8!3om^'T_N/%[b3[(1WR#&h)+E4'6G5FT,\1*Y."U:7F/e.QI$nQj`Ap]tN0M$nG%h35;/`6";0rKVd.:8/_-FL1108eA:m:R?X$)*GYcQ/UjV^G1X"mb%#'43UcWo]P6d8so=*Y!kiP(GbdPHWHB4S19%-GET,BK\o<58CQ>lF=cg;,FnRB&FPRV1_"b_?!QF+n7'oqaTgQ"_oghL@=_*+r+@$_NifAV7Ot^Wp)H_-Ed3C>WDOm&tK&PeKH6rASe_D_N"$f?=uD5ul7Q>icpKKh_-eIRMmKW-YD)\]QjugT^^,iW\K/^]/I>/0EO>qa\iMQcF>4h*r~> -endstream -endobj -14 0 obj -<< /Type /Page -/Parent 1 0 R -/MediaBox [ 0 0 595 842 ] -/Resources 3 0 R -/Contents 13 0 R ->> -endobj -15 0 obj -<< /Type /Font -/Subtype /Type1 -/Name /F14 -/BaseFont /ZapfDingbats >> -endobj -16 0 obj -<< /Type /Font -/Subtype /Type1 -/Name /F5 -/BaseFont /Times-Roman -/Encoding /WinAnsiEncoding >> -endobj -17 0 obj -<< /Type /Font -/Subtype /Type1 -/Name /F13 -/BaseFont /Symbol >> -endobj -18 0 obj -<< /Type /Font -/Subtype /Type1 -/Name /F1 -/BaseFont /Helvetica -/Encoding /WinAnsiEncoding >> -endobj -19 0 obj -<< /Type /Font -/Subtype /Type1 -/Name /F9 -/BaseFont /Courier -/Encoding /WinAnsiEncoding >> -endobj -1 0 obj -<< /Type /Pages -/Count 5 -/Kids [6 0 R 8 0 R 10 0 R 12 0 R 14 0 R ] >> -endobj -2 0 obj -<< /Type /Catalog -/Pages 1 0 R - >> -endobj -3 0 obj -<< -/Font << /F5 16 0 R /F14 15 0 R /F13 17 0 R /F1 18 0 R /F9 19 0 R >> -/ProcSet [ /PDF /ImageB /ImageC /Text ] >> -endobj -xref -0 20 -0000000000 65535 f -0000016170 00000 n -0000016255 00000 n -0000016305 00000 n -0000000015 00000 n -0000000071 00000 n -0000002919 00000 n -0000003025 00000 n -0000006052 00000 n -0000006158 00000 n -0000010053 00000 n -0000010160 00000 n -0000013878 00000 n -0000013986 00000 n -0000015574 00000 n -0000015682 00000 n -0000015767 00000 n -0000015877 00000 n -0000015956 00000 n -0000016064 00000 n -trailer -<< -/Size 20 -/Root 2 0 R -/Info 4 0 R ->> -startxref -16438 -%%EOF diff --git a/src/documentation/content/xdocs/fo/images/fop.jpg b/src/documentation/content/xdocs/fo/images/fop.jpg deleted file mode 100644 index 8fe6ca9ff..000000000 Binary files a/src/documentation/content/xdocs/fo/images/fop.jpg and /dev/null differ diff --git a/src/documentation/content/xdocs/fo/size.fo b/src/documentation/content/xdocs/fo/size.fo deleted file mode 100644 index 1ad488655..000000000 --- a/src/documentation/content/xdocs/fo/size.fo +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - -1. FOP test for images - - Normal - -The image () is placed normally. - - - - - Sized - -The image -() -has the content size set. - - - - - Sized - -The image -() -has the width and height set. - - - - - Sized - -The image -() -has the ipd and bpd set. - - - - - Clipped - -The image -() -is clipped with the content size double the viewport size. - - - - - Clipped - -The image -() -is clipped with the content size double the viewport size. -This has error-if-overflow -set so there should be an error reported, it can recover from the -error by clipping to the viewport. - - - - - Scaling - -The image -() -has non-uniform scaling. - - -The image -() -has non-uniform scaling. - - -The image -() -has uniform scaling. - - -The image -() -has uniform scaling. - - -The image -() -is scaled to fit the viewport. - - - - - - This section is only required to show that the layout still works. - - - - - - diff --git a/src/documentation/content/xdocs/fo/size.fo.pdf b/src/documentation/content/xdocs/fo/size.fo.pdf deleted file mode 100644 index 177160580..000000000 Binary files a/src/documentation/content/xdocs/fo/size.fo.pdf and /dev/null differ