PDFTool.NET 7.0
NetFontInfos.h
1
10#ifndef PDFTK_NET_PTL_FONT_INFOS_H_
11#define PDFTK_NET_PTL_FONT_INFOS_H_
12
13#include <PdfTkNet/NetTk.h>
14
15namespace PdfTkNet {
16
17ref class PtlFontInfo;
18
22
23public ref class PtlFontInfos : public System::IDisposable
24{
25protected:
26 PdfTk::PtlFontInfos* m_native;
27public:
28 PdfTk::PtlFontInfos* getNative() { return m_native; };
29
30public:
36
44
49
54
55public:
62
63public:
69 bool isEmpty();
70
76 int getCount();
77
78public:
88 PtlFontInfo^ get(int index);
89
90};
91
92} // namespace PdfTkNet
93
94#endif // PDFTK_NET_PTL_FONT_INFOS_H_
フォントの情報を表現したクラスです。
Definition NetFontInfo.h:24
PtlFontInfos(PtlFontInfos^ obj)
コピーコンストラクタ alias copy
‾PtlFontInfos()
デストラクタ
int getCount()
フォント情報数を取得。
PtlFontInfos()
コンストラクタ
PtlFontInfo get(int index)
フォント情報を取得。
PtlFontInfos operator=(PtlFontInfos^ obj)
コピーオペレータ alias copy
bool isEmpty()
空かどうかを取得。