フォントの情報を表現したクラスです。
More...
#include <PtlFontInfo.h>
◆ ENCODING_TYPE
エンコーディングタイプ
Enumerator |
---|
ENCODING_NAME | エンコーディング名あり
|
ENCODING_CUSTOM | カスタム
|
ENCODING_BUILTIN | ビルトイン
|
ENCODING_UNKNOWN | 未知のエンコーディング
|
◆ FONT_TYPE
フォントタイプ
Enumerator |
---|
FONT_TRUETYPE | TrueType
|
FONT_TYPE1 | Type1
|
FONT_MMType1 | MMType1
|
FONT_TYPE3 | Type3
|
FONT_CID_TRUETYPE | TrueType(CID)
|
FONT_CID_TYPE1 | Type1(CID)
|
FONT_UNKNOWN | 未知のフォント
|
◆ PtlFontInfo() [1/2]
PdfTk::PtlFontInfo::PtlFontInfo |
( |
| ) |
|
◆ PtlFontInfo() [2/2]
PdfTk::PtlFontInfo::PtlFontInfo |
( |
const PtlFontInfo & |
obj | ) |
|
コピーコンストラクタ
- Parameters
-
- Exceptions
-
◆ getEncodingName()
エンコーディング名を取得。
- Returns
- エンコーディング名
- Exceptions
-
◆ getEncodingType()
エンコーディングタイプを取得。
- Returns
- エンコーディングタイプ
- Exceptions
-
◆ getFontName()
フォント名を取得。
- Returns
- フォント名
- Exceptions
-
◆ getFontType()
FONT_TYPE PdfTk::PtlFontInfo::getFontType |
( |
| ) |
const |
フォントタイプを取得。
- Returns
- フォントタイプを名
- Exceptions
-
◆ isEmbedded()
bool PdfTk::PtlFontInfo::isEmbedded |
( |
| ) |
const |
フォント埋め込みされているかどうかを取得。
- Returns
- true: フォント埋め込みされている、false: フォント埋め込みされていない。
- Exceptions
-
◆ operator=()