• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  *******************************************************************************
3  * Copyright (C) 1998-2004, International Business Machines Corporation and    *
4  * others. All Rights Reserved.                                                *
5  *******************************************************************************
6  *
7  * Created on Dec 3, 2003
8  *
9  *******************************************************************************
10  */
11 package com.ibm.icu.dev.tool.layout;
12 
13 
14 public class LigatureModuleWriter extends ModuleWriter
15 {
LigatureModuleWriter()16     public LigatureModuleWriter()
17     {
18         super();
19     }
20 
writeTable(OpenTypeTableWriter tableWriter)21     public void writeTable(OpenTypeTableWriter tableWriter)
22     {
23         tableWriter.writeTable(output);
24     }
25 }