blob: c15209f564d4c53d46b6bcfde675dd2ebac7c347 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1998-2004, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* Created on Dec 3, 2003
*
*******************************************************************************
*/
package com.ibm.icu.dev.tool.layout;
public class LigatureModuleWriter extends ModuleWriter
{
public LigatureModuleWriter()
{
super();
}
public void writeTable(OpenTypeTableWriter tableWriter)
{
tableWriter.writeTable(output);
}
}