Unloads OpenType tables specified with an array of tags.
'宣言
Public Function UnloadTables( _
ByVal ParamArray () As TableTag _
) As System.Boolean
public System.bool UnloadTables(
params TableTag[]
)
パラメータ
- tags
戻り値の型
True if one or more tables were unloaded, False otherwise.