CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
installed_font_collection.h
1
2#ifndef _installed_font_collection_h_
3#define _installed_font_collection_h_
4
5#include <drawing/text/font_collection.h>
6
7namespace System { namespace Drawing { namespace Text {
12 class ASPOSECPP_SHARED_CLASS InstalledFontCollection: public FontCollection
13 {
14 public:
16 ASPOSECPP_SHARED_API InstalledFontCollection();
17 };
18
19}}} // namespace System { namespace Drawing { namespace Text {
20
21#endif
A base class for installed and private font collections. Objects of this class should only be allocat...
Definition: font_collection.h:18
Represents the collection of the fonts installed in the system. NOT IMPLEMENTED. Objects of this clas...
Definition: installed_font_collection.h:13
InstalledFontCollection()
Constructs a new instance of InstalledFontCollection class.
@ Text
Defines color adjustment information for text.
Definition: db_command.h:9