Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. Dimension
  4. Dimension.ex constructor
Dimension.ex
description

Dimension.ex constructor

Dimension.ex(
  1. num_value
)

Set this CSS Dimension to the specified number of x-heights.

One ex is equal to the x-height of a font's baseline to its mean line,generally the height of the letter "x" in the font, which is usually abouthalf the font-size.

Implementation

Dimension.ex(this._value) : _unit = 'ex';
  1. Dart
  2. dart:html
  3. Dimension
  4. Dimension.ex constructor
Dimension class

[8]ページ先頭

©2009-2025 Movatter.jp