#include <PtlFontInfos.h>
フォント情報のコンテナを表現するクラスです。
PtlFontInfos.h の 17 行目に定義があります。
◆ PtlFontInfos() [1/2]
PdfTk::PtlFontInfos::PtlFontInfos |
( |
| ) |
|
◆ PtlFontInfos() [2/2]
PdfTk::PtlFontInfos::PtlFontInfos |
( |
const PtlFontInfos & | obj | ) |
|
コピーコンストラクタ alias copy
- 引数
-
- 例外
-
◆ get()
フォント情報を取得。
指定した番号のフォント情報を取得します。
- 引数
-
index | Index番号。0が先頭。
indexが負やフォント情報数以上の場合は、例外が発生します。 |
- 戻り値
- フォント情報。
- 例外
-
◆ getCount()
int PdfTk::PtlFontInfos::getCount |
( |
| ) |
const |
フォント情報数を取得。
- 戻り値
- フォント情報数。
- 例外
-
◆ isEmpty()
bool PdfTk::PtlFontInfos::isEmpty |
( |
| ) |
const |
空かどうかを取得。
- 戻り値
- true: 空、false: 空ではない。
- 例外
-
◆ operator=()