Olet tarkastelemassa seuraavan version ohjesisältöä::
- 6.4
- 6.3
- 6.2
- Aiemmat versiot
You can customize the text editor, in Manage Assets and Create Correspondence UI, to add more fonts and font sizes. These fonts include English and non-English, such as Japanese, fonts.
You can customize to change the following in font settings:
- Font family and size
- Properties such as height and letter spacing
- Default values of font family and size, height, letter spacing, and date format
- Bullet indents
To do this, you need to:
-
-
<editorConfig> <bulletIndent>0.25in</bulletIndent> <defaultDateFormat>DD-MM-YYYY</defaultDateFormat> <fonts> <default>Times New Roman</default> <font>_sans</font> <font>_serif</font> <font>_typewriter</font> <font>Arial</font> <font>Courier</font> <font>Courier New</font> <font>Geneva</font> <font>Georgia</font> <font>Helvetica</font> <font>Tahoma</font> <font>Times New Roman</font> <font>Times</font> <font>Verdana</font> </fonts> <fontSizes> <default>12</default> <fontSize>8</fontSize> <fontSize>9</fontSize> <fontSize>10</fontSize> <fontSize>11</fontSize> <fontSize>12</fontSize> <fontSize>14</fontSize> <fontSize>16</fontSize> <fontSize>18</fontSize> <fontSize>20</fontSize> <fontSize>22</fontSize> <fontSize>24</fontSize> <fontSize>26</fontSize> <fontSize>28</fontSize> <fontSize>36</fontSize> <fontSize>48</fontSize> <fontSize>72</fontSize> </fontSizes> <lineHeights> <default>2</default> <lineHeight>2</lineHeight> <lineHeight>3</lineHeight> <lineHeight>4</lineHeight> <lineHeight>5</lineHeight> <lineHeight>6</lineHeight> <lineHeight>7</lineHeight> <lineHeight>8</lineHeight> <lineHeight>9</lineHeight> <lineHeight>10</lineHeight> <lineHeight>11</lineHeight> <lineHeight>12</lineHeight> <lineHeight>13</lineHeight> <lineHeight>14</lineHeight> <lineHeight>15</lineHeight> <lineHeight>16</lineHeight> </lineHeights> <letterSpacings> <default>0</default> <letterSpacing>0</letterSpacing> <letterSpacing>1</letterSpacing> <letterSpacing>2</letterSpacing> <letterSpacing>3</letterSpacing> <letterSpacing>4</letterSpacing> <letterSpacing>5</letterSpacing> <letterSpacing>6</letterSpacing> <letterSpacing>7</letterSpacing> <letterSpacing>8</letterSpacing> <letterSpacing>9</letterSpacing> <letterSpacing>10</letterSpacing> <letterSpacing>11</letterSpacing> <letterSpacing>12</letterSpacing> <letterSpacing>13</letterSpacing> <letterSpacing>14</letterSpacing> <letterSpacing>15</letterSpacing> <letterSpacing>16</letterSpacing> </letterSpacings> </editorConfig>
-
Make the required changes in the file to change the following in font settings:
- Add or remove font family and size
- Properties such as height and letter spacing
- Default values of font family and size, height, letter spacing, and date format
- Bullet indents
For example, to add a Japanese font called Sazanami Mincho Medium, you need to make the following entry in the XML file: <font>Sazanami Mincho Medium</font>. You also need to have this font installed on the client machine used to access and work with the font customization. For more information, see Add custom fonts to the client computer.
You can also change the defaults for various aspects of text and, by removing the entries, remove the fonts from the text editor.
-
When you access a font in the Correspondence Management text editor, it needs to be present in the client machine you are using to access Correspondence Management. To be able to use a custom font in the text editor, first you need to install the same on the client machine.
For more information on installing fonts, see the following:
After you have made changes to fonts in the tbxeditor-config.xml file in CRX and installed the required fonts on the client machine used to access AEM Forms, the changes appear in the text editor.
For example, the Sazanami Mincho Medium font added in the Customize fonts by editing the tbxeditor-config.xml file in CRX procedure appears in the text editor UI as following:

Huomautus:
To see text in Japanese, you first need to enter the text with Japanese characters. The application of a custom Japanese font only formats the text in a certain way. Application of a custom Japanese font does not change English or other characters to Japanese characters.