xtd 0.2.0
Loading...
Searching...
No Matches
installed_font_collection.h
Go to the documentation of this file.
1
4#pragma once
5#include "../../drawing_export.h"
6#include "font_collection.h"
7#include <vector>
8
10namespace xtd {
12 namespace drawing {
14 namespace text {
24 public:
26
31 };
32 }
33 }
34}
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
@ text
The xtd::forms::status_bar_panel displays text in the standard font.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10