THotPDF Indic Reorder and GSUB Shaping Methods

THotPDF API リファレンス

 

THotPDF Methods  Auto Shaping  GSUB

このページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します

 

Delphi 構文

function ApplyIndicReorder(const Wide: UnicodeString): UnicodeString;

function ApplyIndicShaping(const S: UnicodeString): UnicodeString;

function IndicShapeToGIDs(const S: UnicodeString): TGSUBLookupArray;

function ApplyDevanagariReorder(const Wide: UnicodeString): UnicodeString;

function ApplyBengaliReorder(const Wide: UnicodeString): UnicodeString;

function ApplyGujaratiReorder(const Wide: UnicodeString): UnicodeString;

function ApplyTamilReorder(const Wide: UnicodeString): UnicodeString;

function ApplyTeluguReorder(const Wide: UnicodeString): UnicodeString;

function ApplyKannadaReorder(const Wide: UnicodeString): UnicodeString;

function ApplyMalayalamReorder(const Wide: UnicodeString): UnicodeString;

function ApplySinhalaReorder(const Wide: UnicodeString): UnicodeString;

function ApplyKhmerReorder(const Wide: UnicodeString): UnicodeString;

function ApplyMyanmarReorder(const Wide: UnicodeString): UnicodeString;

 

対象 API

API使用上の注意
ApplyIndicReorderこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
ApplyIndicShapingこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
IndicShapeToGIDsこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetDevanagariCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetBengaliCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetGujaratiCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetTamilCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetTeluguCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetKannadaCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetMalayalamCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetSinhalaCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetKhmerCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
GetMyanmarCategoryこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
sfIndicShapingこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します
sfIndicGSUBこのページは Indic reorder and GSUB shaping methods に関連する API グループを説明します。型名、メソッド名、Delphi 構文はコードと直接照合できるように翻訳せず保持します

 

使用上の注意

適切な Unicode フォントを登録した後、テキストを出力する前にこれらの API を使用します。フォントが必要な OpenType テーブルを持たない場合、問い合わせは安全な no-op 結果を返すか、出力経路がより単純な動作へ戻ります

 

関連項目: International Script Shaping ShapingFeatures GSUB lookup methods