コード例 #1
0
ファイル: TextStyle.php プロジェクト: celest-time/prototype
 /**
  * Returns the normal style with the same size.
  *
  * @return TextStyle the normal style with the same size
  */
 public function asNormal()
 {
     return TextStyle::values()[$this->ordinal & ~1];
 }