Aspose::Pdf::Resources::GetFonts method
Resources::GetFonts method
Returns fonts collection. If resources don’t contain fonts entry it will be created in depends of CreateIfAbsent flag.
System::SharedPtr<Text::FontCollection> Aspose::Pdf::Resources::GetFonts(bool CreateIfAbsent)
| Parameter | Type | Description |
|---|---|---|
| CreateIfAbsent | bool | If this flag is true then fonts will be created if this entry is absent. |
ReturnValue
Fonts collection.
See Also
- Typedef SharedPtr
- Class FontCollection
- Class Resources
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++