2027 Members
Changes 0
M

ExportFontTable Methods

Name Return Type Description Inherited From
M Add(ExportFontKey, ExportFontInfo) None Inserts a (key,info) pair into Export font table.
M Clear() None Removes all contents stored in the table.
M ContainsKey(ExportFontKey) Boolean Checks whether a font key exists in the table.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection.
M GetEnumerator() ExportFontKey Returns an enumerator that iterates through a collection.
M GetExportFontInfo(ExportFontKey) ExportFontInfo Gets a copy of the font info associated to the input font key.
M GetFontTableIterator() ExportFontTableIterator Returns a FontTableIterator that iterates through the collection.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetKeys() IList<ExportFontKey> Returns a collection of the keys stored in this table.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetValues() IList<ExportFontInfo> Returns a collection of the values stored in this table.
M Remove(ExportFontKey) None Removes the pair (key, info) by font key.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object