blob: 87054a040c5c641b9d28488d9d7f5f5c672a990a [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* $Id$ */
package org.apache.fop.complexscripts.arabic;
/**
* Constants for test functionality related to the arabic script.
*/
public interface ArabicTestConstants {
final String WF_FILE_SCRIPT = "arab";
final String WF_FILE_LANGUAGE = "dflt";
String srcFilesDir = "test/resources/complexscripts/arab/data";
String datFilesDir = "test/resources/complexscripts/arab/data";
String[] srcFiles = {
"arab-001", // unpointed word forms
};
final String WF_FILE_SRC_EXT = "txt";
final String WF_FILE_DAT_EXT = "ser";
String ttxFontsDir = "test/resources/complexscripts/arab/ttx";
String[] ttxFonts = {
"arab-001.ttx", // simplified arabic
"arab-002.ttx", // traditional arabic
"arab-003.ttx", // lateef
"arab-004.ttx", // scheherazade
};
}