RED-7001 add all pdftron fonts
This commit is contained in:
parent
f05146558c
commit
55aa2f8937
@ -25,7 +25,6 @@ import { UserPreferenceService } from '@users/user-preference.service';
|
||||
import { Router } from '@angular/router';
|
||||
import { WatermarksMapService } from '@services/entity-services/watermarks-map.service';
|
||||
import { ROLES } from '@users/roles';
|
||||
import { environment } from '@environments/environment';
|
||||
|
||||
export const DEFAULT_WATERMARK: Partial<IWatermark> = {
|
||||
text: 'Watermark',
|
||||
@ -52,6 +51,9 @@ interface WatermarkForm {
|
||||
styleUrls: ['./watermark-screen.component.scss'],
|
||||
})
|
||||
export class WatermarkScreenComponent implements OnInit {
|
||||
readonly #dossierTemplateId = getParam(DOSSIER_TEMPLATE_ID);
|
||||
readonly #watermarkId = Number(getParam(WATERMARK_ID));
|
||||
private _watermark: Partial<IWatermark> = {};
|
||||
readonly iconButtonTypes = IconButtonTypes;
|
||||
readonly currentUser = getCurrentUser<User>();
|
||||
readonly form = this._getForm();
|
||||
@ -64,9 +66,6 @@ export class WatermarkScreenComponent implements OnInit {
|
||||
readonly orientationOptions = ['DIAGONAL', 'HORIZONTAL', 'VERTICAL'];
|
||||
@ViewChild('viewer', { static: true }) viewer: ElementRef<HTMLDivElement>;
|
||||
instance: WebViewerInstance;
|
||||
readonly #dossierTemplateId = getParam(DOSSIER_TEMPLATE_ID);
|
||||
readonly #watermarkId = Number(getParam(WATERMARK_ID));
|
||||
private _watermark: Partial<IWatermark> = {};
|
||||
|
||||
constructor(
|
||||
private readonly _http: HttpClient,
|
||||
@ -175,9 +174,7 @@ export class WatermarkScreenComponent implements OnInit {
|
||||
await this._drawWatermark();
|
||||
});
|
||||
|
||||
if (environment.production) {
|
||||
this.instance.Core.setCustomFontURL('https://' + window.location.host + this._convertPath('/assets/pdftron'));
|
||||
}
|
||||
this.instance.Core.setCustomFontURL(window.location.origin + this._convertPath('/assets/pdftron/fonts'));
|
||||
|
||||
this._disableElements();
|
||||
|
||||
|
||||
@ -13,7 +13,6 @@ import { asList } from '../utils/functions';
|
||||
import { TranslateService } from '@ngx-translate/core';
|
||||
import { LicenseService } from '@services/license.service';
|
||||
import { UserPreferenceService } from '@users/user-preference.service';
|
||||
import { environment } from '@environments/environment';
|
||||
import TextTool = Core.Tools.TextTool;
|
||||
import Annotation = Core.Annotations.Annotation;
|
||||
import TextHighlightAnnotation = Core.Annotations.TextHighlightAnnotation;
|
||||
@ -22,20 +21,6 @@ import Quad = Core.Math.Quad;
|
||||
|
||||
@Injectable()
|
||||
export class PdfViewer {
|
||||
readonly currentPage$ = this._activatedRoute.queryParamMap.pipe(
|
||||
map(params => Number(params.get('page') ?? '1')),
|
||||
shareDistinctLast(),
|
||||
);
|
||||
|
||||
documentViewer: DocumentViewer;
|
||||
|
||||
fileId: string;
|
||||
dossierId: string;
|
||||
|
||||
pageChanged$: Observable<number>;
|
||||
compareMode$: Observable<boolean>;
|
||||
totalPages$: Observable<number>;
|
||||
|
||||
#instance: WebViewerInstance;
|
||||
readonly #compareMode$ = new BehaviorSubject(false);
|
||||
readonly #searchButton: IHeaderElement = {
|
||||
@ -47,6 +32,16 @@ export class PdfViewer {
|
||||
setTimeout(() => this.#searchForSelectedText(), 250);
|
||||
},
|
||||
};
|
||||
readonly currentPage$ = this._activatedRoute.queryParamMap.pipe(
|
||||
map(params => Number(params.get('page') ?? '1')),
|
||||
shareDistinctLast(),
|
||||
);
|
||||
documentViewer: DocumentViewer;
|
||||
fileId: string;
|
||||
dossierId: string;
|
||||
pageChanged$: Observable<number>;
|
||||
compareMode$: Observable<boolean>;
|
||||
totalPages$: Observable<number>;
|
||||
|
||||
constructor(
|
||||
private readonly _logger: NGXLogger,
|
||||
@ -150,9 +145,7 @@ export class PdfViewer {
|
||||
async init(htmlElement: HTMLElement) {
|
||||
this.#instance = await this.#getInstance(htmlElement);
|
||||
|
||||
if (environment.production) {
|
||||
this.#instance.Core.setCustomFontURL('https://' + window.location.host + this._convertPath('/assets/pdftron'));
|
||||
}
|
||||
this.#instance.Core.setCustomFontURL(window.location.origin + this._convertPath('/assets/pdftron/fonts'));
|
||||
|
||||
try {
|
||||
await this.PDFNet.initialize(this._licenseService.activeLicenseKey);
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"ADMIN_CONTACT_NAME": null,
|
||||
"ADMIN_CONTACT_URL": null,
|
||||
"API_URL": "https://red-staging.iqser.cloud/redaction-gateway-v1",
|
||||
"API_URL": "https://dev-05.iqser.cloud/redaction-gateway-v1",
|
||||
"APP_NAME": "RedactManager",
|
||||
"AUTO_READ_TIME": 3,
|
||||
"BACKEND_APP_VERSION": "4.4.40",
|
||||
@ -11,7 +11,7 @@
|
||||
"MAX_RETRIES_ON_SERVER_ERROR": 3,
|
||||
"OAUTH_CLIENT_ID": "redaction",
|
||||
"OAUTH_IDP_HINT": null,
|
||||
"OAUTH_URL": "https://red-staging.iqser.cloud/auth/realms/redaction",
|
||||
"OAUTH_URL": "https://dev-05.iqser.cloud/auth/realms/redaction",
|
||||
"RECENT_PERIOD_IN_HOURS": 24,
|
||||
"SELECTION_MODE": "structural",
|
||||
"MANUAL_BASE_URL": "https://docs.redactmanager.com/preview",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
apps/red-ui/src/assets/pdftron/fonts/Arimo-Bold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Arimo-Bold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Arimo-BoldItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Arimo-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Arimo-Italic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Arimo-Italic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Arimo-Regular.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Arimo-Regular.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/ArivoBlack.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/ArivoBlack.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Caladea-Bold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Caladea-Bold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Caladea-BoldItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Caladea-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Caladea-Italic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Caladea-Italic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Caladea-Regular.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Caladea-Regular.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Carlito-Bold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Carlito-Bold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Carlito-BoldItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Carlito-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Carlito-Italic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Carlito-Italic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Carlito-Regular.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Carlito-Regular.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Cousine-Bold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Cousine-Bold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Cousine-BoldItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Cousine-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Cousine-Italic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Cousine-Italic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Cousine-Regular.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Cousine-Regular.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/LiberationSerif.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/LiberationSerif.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/LiberationSerifBold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/LiberationSerifBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/LiberationSerifItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/LiberationSerifItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pBlack.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pBlack.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pBold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pBold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pHeavy.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pHeavy.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pLight.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pLight.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pMedium.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pMedium.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pRegular.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pRegular.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pThin.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Mplus1pThin.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Black.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Black.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Bold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Light.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Light.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Medium.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Medium.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Regular.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Regular.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-SemiBold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-SemiBold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Thin.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansArabic-Thin.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRBlack.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRBlack.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRBold.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRBold.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRLight.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRLight.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRMedium.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRMedium.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRRegular.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRRegular.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRThin.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansKRThin.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCBlack.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCBlack.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCBold.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCBold.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCLight.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCLight.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCMedium.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCMedium.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCRegular.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCRegular.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCThin.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansSCThin.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCBlack.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCBlack.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCBold.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCBold.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCLight.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCLight.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCMedium.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCMedium.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCRegular.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCRegular.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCThin.otf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansTCThin.otf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansThai.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansThai.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansThaiBold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/NotoSansThaiBold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSans.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSans.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansBold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansBold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansBoldItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansBoldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansExtrabold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansExtrabold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansExtraboldItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansExtraboldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansLight.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansLight.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansLightItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansLightItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansSemibold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSansSemibold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSymbol.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/OpenSymbol.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Roboto.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Roboto.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoBlack.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoBlack.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoBlackItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoBlackItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoBold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoBold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoBoldItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoBoldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoLight.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoLight.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoLightItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoLightItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMedium.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMedium.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMediumItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMediumItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMono.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMono.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoBold.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoBold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoBoldItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoBoldItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoLight.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoLight.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoLightItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoLightItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoMedium.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoMedium.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoMediumItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoMediumItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoThin.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoThin.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoThinItalic.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/RobotoMonoThinItalic.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Symbola.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Symbola.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/pdftron/fonts/Tinos.ttf
Normal file
BIN
apps/red-ui/src/assets/pdftron/fonts/Tinos.ttf
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user