avix-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Data.Exo.Object.Text

Synopsis

Documentation

type TextAlign = Record '["isVertical" >: Bool, "vertical" >: Vertical, "horizontal" >: Horizontal] Source #

type TextR = '["_\12469\12452\12474" >: Int, "_\34920\31034\36895\24230" >: Int, "_\25991\23383\27598\12395\20491\21029\12458\12502\12472\12455\12463\12488" >: Bool, "_\31227\21205\24231\27161\19978\12395\34920\31034\12377\12427" >: Bool, "_\33258\21205\12473\12463\12525\12540\12523" >: Bool, "_B" >: Bool, "_I" >: Bool, "_type" >: RenderType, "autoadjust" >: Bool, "soft" >: Bool, "monospace" >: Bool, "align" >: TextAlign, "spacing_x" >: Int, "spacing_y" >: Int, "precision" >: Bool, "color" >: RGB, "color2" >: RGB, "font" >: String, "text" >: String] Source #

type TextR =
  [ "_サイズ" >: Int
  , "_表示速度" >: Int
  , "_文字毎に個別オブジェクト" >: Bool
  , "_移動座標上に表示する" >: Bool
  , "_自動スクロール" >: Bool
  , "_B" >: Bool  -- 太字
  , "_I" >: Bool  -- イタリック
  , "_type" >: RenderType  -- 文字描画モード
  , "autoadjust" >: Bool  -- オブジェクトの長さを自動調節
  , "soft" >: Bool  -- 滑らかにする
  , "monospace" >: Bool  -- 等間隔モード
  , "align" >: TextAlign  -- テキスト寄せ
  , "spacing_x" >: Int  -- 字間
  , "spacing_y" >: Int  -- 行間
  , "precision" >: Bool -- 高精度モード
  , "color" >: RGB  -- 文字色の設定
  , "color2" >: RGB  -- 影・縁色の設定
  , "font" >: String  -- フォント
  , "text" >: String
  ]

newtype Text Source #

Constructors

Text 

Fields

Instances