| 名前 | 解説 | |
|---|---|---|
![]() | EmbeddedFontCollection コンストラクタ |
EmbeddedFontCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | Gets the EmbeddedFont at the specified index. |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | オーバーロードされます。 Adds the specified EmbeddedFont to the current collection. Throws an exception if the font is already present in the collection. |
![]() | BuildFont | Builds the Font object from string. |
![]() | Clear | System.Collections.CollectionBaseから継承されます。 |
![]() | FindBestMatch | Searches for a font with the specified name and charset, which is the best match for the specified bold/italic styles (exact bold/italic matching is not guaranteed by this method). |
![]() | FindFont | オーバーロードされます。 Searches for a font with the specified name and charset, which exactly matches the specified bold/italic styles. |
![]() | GetEnumerator | System.Collections.CollectionBaseから継承されます。 |
![]() | IndexOf | Returns the index of the specified font in the collection. |
![]() | Remove | Removes the specified font from the current collection. |
![]() | RemoveAt | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | OnClear | System.Collections.CollectionBaseから継承されます。 |
![]() | OnClearComplete | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsert | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemove | System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemoveComplete | System.Collections.CollectionBaseから継承されます。 |
![]() | OnSet | System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | System.Collections.CollectionBaseから継承されます。 |
![]() | OnValidate | System.Collections.CollectionBaseから継承されます。 |