6 #ifndef PDFTK_PTLFONTINFO_H_
7 #define PDFTK_PTLFONTINFO_H_
9 #include "PtlParamString.h"
28 FONT_CID_TRUETYPE = 5,
40 ENCODING_UNKNOWN = 100
46 int getHandle()
const;
FONT_TYPE getFontType() const
フォントタイプを取得。
ENCODING_TYPE getEncodingType() const
エンコーディングタイプを取得。
PtlFontInfo & operator=(const PtlFontInfo &obj)
コピーオペレータ
PtlFontInfo(const PtlFontInfo &obj)
コピーコンストラクタ
PtlParamString getFontName() const
フォント名を取得。
PtlParamString getEncodingName() const
エンコーディング名を取得。
文字列を扱うクラスです。
Definition: PtlParamString.h:27
ENCODING_TYPE
エンコーディングタイプ
Definition: PtlFontInfo.h:36
フォントの情報を表現したクラスです。
Definition: PtlFontInfo.h:18
FONT_TYPE
フォントタイプ
Definition: PtlFontInfo.h:23
bool isEmbedded() const
フォント埋め込みされているかどうかを取得。