package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module C2d.Text_metricsSource

Text metrics.

Sourcetype t

The type for TextMetrics objects.

Sourceval width : t -> float
Sourceval actual_bounding_box_left : t -> float
Sourceval actual_bounding_box_right : t -> float
Sourceval font_bounding_box_ascent : t -> float
Sourceval font_bounding_box_descent : t -> float
Sourceval actual_bounding_box_ascent : t -> float
Sourceval actual_bounding_box_descent : t -> float
Sourceval em_height_ascent : t -> float
Sourceval em_height_descent : t -> float
Sourceval hanging_baseline : t -> float
Sourceval alphabetic_baseline : t -> float
Sourceval ideographic_baseline : t -> float