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