blob: 1ab014380183e3bf3bcf148fc7b8a1811b0f8066 [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 interface LookupSubtable
{
void writeLookupSubtable(OpenTypeTableWriter writer);
}