EBS Object Types - Font Files
Font files containing font definitions for reports.
Object Type Identification
Files with the extension .ttf are included regardless of location
File ExtensionsÂ
Name | Description |
---|---|
.ttf | Font files contain one or more fonts |
Object Type
Name | Code |
---|---|
Font Files |
|
Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source |
| Object Source Location Type | SCM | SCM |
Target Location |
| Path to where the file should be deployed to. | $OA_JRE_TOP/lib/fonts/ | |
File Permissions |
| Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |  |
Related Project Properties
Name | Code | Description | Default Value |
---|---|---|---|
Fonts Root Source Directory |
| Source folder for font files (e.g. font). | fonts |
Fonts Root Destination Directory |
| Target directory for font files (e.g. $XXAR_TOP/fonts). | $OA_JRE_TOP/lib/fonts |
File Permissions |
| Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
Sample Build CommandsÂ
N/A - Build commands not supported for this type.
Sample Deploy CommandsÂ
cp $SOURCE_FILE $OA_JRE_TOP/lib/fonts/;
- style