// CustomAlphabet.cpp // ///////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2002 Iain Murray // ///////////////////////////////////////////////////////////////////////////// #include "CustomAlphabet.h" using namespace Dasher; using namespace std; CCustomAlphabet::CCustomAlphabet(const CAlphIO::AlphInfo& AlphInfo) { // Set miscellaneous options SetOrientation(AlphInfo.Orientation); SetLanguage(AlphInfo.Type); SetTrainingFile(AlphInfo.TrainingFile); // Add all the characters. for (unsigned int i=0; i