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