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)
ParameterTypeDescription
CreateIfAbsentboolIf this flag is true then fonts will be created if this entry is absent.

ReturnValue

Fonts collection.

See Also