You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 19
Next »
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
Attributes
Name | Code | Description | Default Value | Supported Values |
---|
Source | SOURCE | Object Source Location Type | SCM | SCM |
Target Location | TARGET_LOCATION | Path to where the file should be deployed to. | $OA_JRE_TOP/lib/fonts/ |
|
File Permissions | FILE_PERMISSIONS | Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |
|
Name | Code | Description | Default Value |
---|
| FDEBS_FONTS_ROOT_SOURCE_DIR | Source folder for font files (e.g. font). | fonts |
Fonts Root Destination Directory | FDEBS_FONTS_ROOT_DESTINATION_DIR | Target directory for font files (e.g. $XXAR_TOP/fonts). | $OA_JRE_TOP/lib/fonts |
File Permissions | FDEBS_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/;