フォントの太さ

cBots (自動売買)

概要

フォントの重さや太さを指定します。

シグネチャ

1
public enum FontWeight

 

名前空間

cAlgo.API

関連項目

  • cAlgo.API.FontStyle

フィールド

Thin

概要

薄いフォント。

シグネチャ

1
public static FontWeight Thin;

 

戻り値

FontWeight

ExtraLight

概要

超軽いフォント。

シグネチャ

1
public static FontWeight ExtraLight;

 

戻り値

FontWeight

UltraLight

概要

極薄フォント。

シグネチャ

1
public static FontWeight UltraLight;

 

戻り値

FontWeight

Light

概要

軽いフォント。

シグネチャ

1
public static FontWeight Light;

 

戻り値

FontWeight

Normal

概要

ノーマルフォント。

シグネチャ

1
public static FontWeight Normal;

 

戻り値

FontWeight

Regular

概要

レギュラーフォント。

シグネチャ

1
public static FontWeight Regular;

 

戻り値

FontWeight

Medium

概要

ミディアムフォント。

シグネチャ

1
public static FontWeight Medium;

 

戻り値

FontWeight

DemiBold

概要

デミボールドフォント。

シグネチャ

1
public static FontWeight DemiBold;

 

戻り値

FontWeight

SemiBold

概要

セミボールドフォント。

シグネチャ

1
public static FontWeight SemiBold;

 

戻り値

FontWeight

Bold

概要

ボールドフォント。

シグネチャ

1
public static FontWeight Bold;

 

戻り値

FontWeight

ExtraBold

概要

エクストラボールドフォント。

シグネチャ

1
public static FontWeight ExtraBold;

 

戻り値

FontWeight

Black

概要

ブラックフォント。

シグネチャ

1
public static FontWeight Black;

 

戻り値

FontWeight

Heavy

概要

ヘビーフォント。

シグネチャ

1
public static FontWeight Heavy;

 

戻り値

FontWeight

ExtraBlack

概要

エクストラブラックフォント。

シグネチャ

1
public static FontWeight ExtraBlack;

 

戻り値

FontWeight

UltraBlack

概要

ウルトラブラックフォント。

シグネチャ

1
public static FontWeight UltraBlack;

 

戻り値

FontWeight

  • Controls
目次

このページについて