![]() | InDesign SDK 20.5 |
#include <HypPerformanceData.h>
Static Public Member Functions | |
| static uint64 | GetHypMax () |
| static void | SetHypMax (uint64 data) |
| static void | IncrementHypMax () |
| static uint64 | GetHypTotal () |
| static void | SetHypTotal (uint64 data) |
| static void | IncrementHypTotal () |
Class with methods to aceess performance data for Hyphenator.
| static |
Get the maximum number of hyphenations in any word.
| static |
Get the total number of hyphenation calls.
| static |
Increment the maximum number of hyphenations in any word.
| static |
Increment the total number of hyphenation calls.
| static |
Set the maximum number of hyphenations in any word.
| data | of maximum number of hyphenations. |
| static |
Set the total number of hyphenation calls.
| data | of total number of hyphenation calls. |