xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
installed_font_collection.h
Go to the documentation of this file.
1
4#pragma once
5#include <vector>
6#include "../../drawing_export.h"
7#include "font_collection.h"
8
10namespace xtd {
12 namespace drawing {
14 namespace text {
24 public:
27 };
28 }
29 }
30}
Provides a base class for installed and private font collections.
Definition font_collection.h:22
Represents the fonts installed on the system. This class cannot be inherited.
Definition installed_font_collection.h:23
installed_font_collection()
Initializes a new instance of the xtd::drawing::text::installed_font_collection class.
Contains xtd::drawing::text::font_collection class.
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17