System::Drawing::FontFamily::FontFamily kurucusu
İçindekiler
[
Saklamak
]FontFamily::FontFamily(const String&) constructor
Belirtilen adla bir yazı tipi ailesini temsil eden FontFamily sınıfının yeni bir örneğini oluşturur.
System::Drawing::FontFamily::FontFamily(const String &name)
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | const String& | Bir yazı tipi ailesi adı |
Ayrıca Bakınız
- Class String
- Class FontFamily
- Namespace System::Drawing
- Library Aspose.Font for C++
FontFamily::FontFamily(const String&, const SharedPtr<Text::FontCollection>&) constructor
Belirtilen adla belirtilen FontCollection içinde yeni bir FontFamily örneği oluşturur.
System::Drawing::FontFamily::FontFamily(const String &name, const SharedPtr<Text::FontCollection> &font_collection)
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | const String& | Bir yazı tipi ailesi adı |
| font_collection | const SharedPtr<Text::FontCollection>& | Bu örneği içeren FontCollection. |
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class FontCollection
- Class FontFamily
- Namespace System::Drawing
- Library Aspose.Font for C++
FontFamily::FontFamily(Text::GenericFontFamilies) constructor
Belirtilen genel yazı tipi ailesinden yeni bir FontFamily örneği oluşturur.
System::Drawing::FontFamily::FontFamily(Text::GenericFontFamilies generic_family)
| Parametre | Tür | Açıklama |
|---|---|---|
| generic_family | Text::GenericFontFamilies | FontFamily oluşturmak için GenericFontFamilies değeri. |
Ayrıca Bakınız
- Enum GenericFontFamilies
- Class FontFamily
- Namespace System::Drawing
- Library Aspose.Font for C++