blob: 9f1759403fd303e9d4033b6e234dc88750b3c90c [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1998-2003, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* Created on Dec 3, 2003
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/layout/LookupSubtable.java,v $
* $Date: 2003/12/17 04:54:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
package com.ibm.icu.dev.tool.layout;
public interface LookupSubtable
{
void writeLookupSubtable(OpenTypeTableWriter writer);
}