xtd 0.2.0
installed_font_collection.h
Go to the documentation of this file.
1 #pragma once
5 #include "../../drawing_export.h"
6 #include "font_collection.h"
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 
31  };
32  }
33  }
34 }
Represents the fonts installed on the system. This class cannot be inherited.
Definition: installed_font_collection.h:23
Provides a base class for installed and private font collections.
Definition: font_collection.h:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::drawing::text::font_collection class.
The xtd::forms::status_bar_panel displays text in the standard font.