8 #include <system/string.h>
9 #include <system/eventargs.h>
11 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
17 namespace Visualization
34 typedef System::EventArgs BaseType;
36 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
39 friend class Aspose::Tasks::Visualization::FontManager;
68 ASPOSE_TASKS_SHARED_API
bool get_Changed()
const;
70 ASPOSE_TASKS_SHARED_API
FontResolveEventArgs(
const System::String& requestedFontName,
const System::String& resolvedFontName);
72 ASPOSE_TASKS_SHARED_API MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(
FontResolveEventArgs, CODEPORTING_ARGS(
const System::String& requestedFontName,
const System::String& resolvedFontName));
76 System::String resolvedFontName;
77 System::String pr_RequestedFontName;
82 ASPOSE_TASKS_SHARED_API
void set_RequestedFontName(
const System::String& value);
86 ASPOSE_TASKS_SHARED_API
void set_Changed(
bool value);
Provides arguments for the callback that is invoked when font is resolved.
Definition: FontResolveEventArgs.h:32
System::String get_RequestedFontName() const
Gets the name of requested font.
System::String get_ResolvedFontName() const
Gets the name of resolved font. Can be set to control fonts used to render a view.
void set_ResolvedFontName(const System::String &value)
Sets the name of resolved font. Can be set to control fonts used to render a view.