blob: c00f914d8f1033cd4dd2a68bd387ce3c43f099b6 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1998-2003, 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);
}
}