xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.drawing
include
xtd
drawing
text
installed_font_collection.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../../drawing_export.hpp
"
6
#include "
font_collection.hpp
"
7
#include <vector>
8
10
namespace
xtd
{
12
namespace
drawing
{
14
namespace
text
{
23
class
drawing_export_
installed_font_collection
final :
public
font_collection
{
24
public
:
26
29
installed_font_collection
();
31
};
32
}
33
}
34
}
xtd::drawing::text::font_collection::font_collection
font_collection()=default
Initialise new instance of xtd::drawing::text::font_collection class.
xtd::drawing::text::installed_font_collection::installed_font_collection
installed_font_collection()
Initializes a new instance of the xtd::drawing::text::installed_font_collection class.
drawing_export.hpp
Contains drawing_export_ keyword.
font_collection.hpp
Contains xtd::drawing::text::font_collection class.
drawing_export_
#define drawing_export_
Define shared library export.
Definition
drawing_export.hpp:13
xtd::drawing::text
The xtd::drawing::text namespace provides advanced GDI+ typography functionality.
Definition
font_collection.hpp:14
xtd::drawing
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition
actions_system_images.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.