diff options
Diffstat (limited to 'docs/examples/fo/fonts.fo')
-rw-r--r-- | docs/examples/fo/fonts.fo | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/examples/fo/fonts.fo b/docs/examples/fo/fonts.fo index 8e6e42e46..95ec677b8 100644 --- a/docs/examples/fo/fonts.fo +++ b/docs/examples/fo/fonts.fo @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" ?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> @@ -59,7 +59,14 @@ Courier ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~    ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ </fo:block> + <fo:block font-family="Helvetica" font-size="12pt"> + Some special symbols: Euro, Zcaron, zcaron + </fo:block> + <fo:block space-after.optimum="10pt" font-family="Symbol"> +€ Ž + </fo:block> </fo:flow> </fo:page-sequence> </fo:root> + |