ComfyUI Node
Draw Mana Symbols π΄
A ComfyUI node in DreamBait/Text with 26 inputs and 2 outputs.
Draw Mana Symbols π΄
- img_composite
- margins
- textbox
- shadow
- image
- mask
βtext{W}{U}{B}{R}{G}βΊ
βimage_width512βΊ
βimage_height512βΊ
βfont_namemana.ttfβΊ
βfont_size54βΊ
βfont_colorwhiteβΊ
βfont_opacity1.00βΊ
βbackground_colorblackβΊ
βbackground_opacity1.00βΊ
βvertical_aligntopβΊ
βhorizontal_alignleftβΊ
βjustifyfalseβΊ
βx_percent0.00βΊ
βy_percent0.00βΊ
βx_offset0βΊ
βy_offset0βΊ
βline_spacing6βΊ
βrotation_angle0.0βΊ
βrotation_optionsβΎβΊ
βlanguageen_USβΊ
βfont_color_hex#000000βΊ
βbg_color_hex#000000βΊ
CategoryDreamBait/Text
Inputs (26)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | {W}{U}{B}{R}{G} | Text to render. Supports mana symbols in {W}{U}{B}{R}{G} format |
| image_width | INT | 51264β2048 | Width of output image. Ignored if img_composite is provided |
| image_height | INT | 51264β2048 | Height of output image. Ignored if img_composite is provided |
| font_name | COMBO | mana.ttf | TTF font file to use from the fonts directory |
| font_size | INT | 541β1024 | Font size in pixels |
| font_color | COMBO | white | Text color. Alpha controlled by opacity unless using 8-digit hex |
| font_opacity | FLOAT | 1.000β1 | Text opacity (ignored if using 8-digit hex color) |
| background_color | COMBO | black | Background color. Alpha controlled by opacity unless using 8-digit hex |
| background_opacity | FLOAT | 1.000β1 | Background opacity (ignored if using 8-digit hex color) |
| vertical_align | COMBO | top | 3 options: center, top, bottom |
| horizontal_align | COMBO | left | Horizontal text alignment |
| justify | BOOLEAN | false | Enable full justification (except last line of paragraph) |
| x_percent | FLOAT | 0.000β100 | Horizontal position as percentage of image width |
| y_percent | FLOAT | 0.000β100 | Vertical position as percentage of image height |
| x_offset | INT | 0-4096β4096 | Additional horizontal offset in pixels |
| y_offset | INT | 0-4096β4096 | Additional vertical offset in pixels |
| line_spacing | INT | 6-1024β1024 | Additional space between lines in pixels |
| rotation_angle | FLOAT | 0.0-360β360 | Text rotation angle in degrees |
| rotation_options | COMBO | 2 options: text center, image center | |
| language | COMBO | en_US | Language for hyphenation rules |
| font_color_hexopt | STRING | #000000 | Custom hex color (6 or 8 digits). 8-digit hex overrides opacity |
| bg_color_hexopt | STRING | #000000 | Custom hex color (6 or 8 digits). 8-digit hex overrides opacity |
| img_compositeopt | IMAGE | β | |
| marginsopt | MARGINS | β | |
| textboxopt | TEXTBOX | β | |
| shadowopt | SHADOW | β |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| mask | MASK | β |