Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 165 of file otvgsub.c.
{ FT_Bytes p = table; FT_UInt SubstFormat; OTV_NAME_ENTER( "AlternateSubst" ); OTV_LIMIT_CHECK( 2 ); SubstFormat = FT_NEXT_USHORT( p ); OTV_TRACE(( " (format %d)\n", SubstFormat )); switch ( SubstFormat ) { case 1: valid->extra1 = valid->glyph_count; OTV_NEST2( AlternateSubstFormat1, AlternateSet ); OTV_RUN( table, valid ); break; default: FT_INVALID_FORMAT; } OTV_EXIT; }