Unloads OpenType tables specified with an array of tags.
'Declaration
Public Function UnloadTables( _
ByVal ParamArray () As TableTag _
) As System.Boolean
public System.bool UnloadTables(
params TableTag[]
)
Parameters
- tags
Return Value
True if one or more tables were unloaded, False otherwise.