> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GapMeasurementUnitEnum

> ABBYY FineReader Engine API の GapMeasurementUnitEnum — 並べ替え対象のブロック間の間隔の測定単位。

GapMeasurementUnitEnum の列挙定数は、並べ替え対象のブロック間の間隔の測定単位を定義します。

```
typedef enum {
 GMU_Pixel,
 GMU_Twip,
 GMU_PercentOfMinimumFontSize
} GapMeasurementUnitEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前                            | 説明                                 |
| ----------------------------- | ---------------------------------- |
| GMU\_Pixel                    | ピクセル。                              |
| GMU\_Twip                     | トゥイップ (1タイポグラフィポイントの1/20) 。        |
| GMU\_PercentOfMinimumFontSize | 隣接する2つのブロック内のテキストの最小フォントサイズに対する割合。 |

<div id="used-in">
  ## 使用箇所
</div>

[SortingBlocksParams::GapMeasurementUnit](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/sortingblocksparams#gapmeasurementunit)
