您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

test-custom-non-bmp-font.fo 1.6KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!--
  17. Minimal FO document used to test PDF encoding
  18. -->
  19. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica, Aegean600">
  20. <fo:layout-master-set>
  21. <fo:simple-page-master master-name="A4" page-height="29.7cm" page-width="21cm" margin="2cm">
  22. <fo:region-body/>
  23. </fo:simple-page-master>
  24. </fo:layout-master-set>
  25. <fo:page-sequence master-reference="A4">
  26. <fo:flow flow-name="xsl-region-body">
  27. <!--<fo:block>Testing PDF text encoding using the user-specified AndroidEmoji font which cover non BMP codepoints</fo:block>-->
  28. <fo:block>PDFE_TEST_MARK_1: Hello AndroidEmoji World!</fo:block>
  29. <fo:block>PDFE_TEST_MARK_2: This is a OLD ITALIC LETTER A: XX_ &#x10300; _XX</fo:block>
  30. </fo:flow>
  31. </fo:page-sequence>
  32. </fo:root>