| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Exo.Object.Text
- data RenderType
- _renderType :: Iso' RenderType Text
- data Vertical
- data Horizontal
- type TextAlign = Record '["isVertical" >: Bool, "vertical" >: Vertical, "horizontal" >: Horizontal]
- _textAlign :: Getter TextAlign Int
- 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]
- newtype Text = Text {}
- _オブジェクトの長さを自動調節 :: Lens' Text Bool
- _fontColor :: Lens' Text RGB
- _borderColor :: Lens' Text RGB
- _字間 :: Lens' Text Int
- _行間 :: Lens' Text Int
- _等間隔モード :: Lens' Text Bool
- _高精度モード :: Lens' Text Bool
- _滑らかにする :: Lens' Text Bool
Documentation
data RenderType Source #
Constructors
| RenderNormal | 標準文字 |
| Shaded | 影付き文字 |
| ShadedLight | 影付き文字(薄) |
| Bordered | 縁取り文字 |
| BorderedThin | 縁取り文字(細) |
Instances
data Horizontal Source #
Instances
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 ]