|
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)
|
bool
|
Checks whether a font key exists in the table.
|
|
|
M
Dispose()
|
None
|
Releases all resources used by the ExportFontTable
|
|
|
M
Equals
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetBasicIEnumerator()
|
IEnumerator
|
Returns an enumerator that iterates through a collection.
|
|
|
M
GetEnumerator()
|
IEnumerator
|
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
|
(Inherited from Object .)
|
Object .
|
|
M
GetKeys()
|
IList<ExportFontKey>
|
Returns a collection of the keys stored in this table.
|
|
|
M
GetType
|
None
|
(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
|
(Inherited from Object .)
|
Object .
|