Jump to content

Pixi Text Style Generator ? [SOLVED]


jonforum
 Share

Recommended Posts

EDIT:

TANKS TO :Jammy 

EDITORhttp://pixitools.jamdonut.com/

TANKS TO :bigtimebuddy FROM http://mattkarl.com/

EDITOR: https://pixijs.github.io/pixi-text-style/#

SOURCE: https://github.com/pixijs/pixi-text-style

___________________________________________________________

 

hi !, is there a pixi.text generator for the style.
Because I find it very long to try different configuration styles without preview.

 

similar as pixi-particles but for the text style ?

http://pixijs.github.io/pixi-particles-editor/

thank a lot for help

Link to comment
Share on other sites

1 hour ago, themoonrat said:

I'd just play around with the style using the pixi examples page

https://pixijs.github.io/examples/#/basics/text.js

thank but  This is the official page for pixi demo.

It's even longer than in my application with node js.

I would really like to have a page with sliders and buttons to change parameters, rather than writing in console.log and making 100's of ctrl+c ctrl+v !!!

 

 a easy way to control this .

{
        align: 'right',
        breakWords: false, //Break words between any two letters on wordWrap
        dropShadow: false,
        dropShadowAngle: Math.PI / 6,
        dropShadowBlur: 0,
        dropShadowColor: '#000000',
        dropShadowDistance: 5,
        fill: 'black',
        fillGradientType: TEXT_GRADIENT.LINEAR_VERTICAL,
        fontFamily: 'Arial',
        fontSize: 26,
        fontStyle: 'normal', //normal|italic|oblique|initial|inherit
        fontVariant: 'normal', //normal|small-caps|initial|inherit
        fontWeight: 'normal', //normal|bold|bolder|lighter|number|initial|inherit|900|600|400
        letterSpacing: 0,
        lineHeight: 0,
        lineJoin: 'miter', //"bevel|round|miter"
        miterLimit: 10,
        padding: 0,
        stroke: 'black',
        strokeThickness: 0,
        textBaseline: 'alphabetic', //"alphabetic|top|hanging|middle|ideographic|bottom"
        wordWrap: false,
        wordWrapWidth: 100,
    }

 

Link to comment
Share on other sites

Nice work! One thing that might be nice is if you could exclude any parameters from the source panel that are left on their default values. That way you keep the amount of config to a bare minimum.

Link to comment
Share on other sites

Just now, alex_h said:

Nice work! One thing that might be nice is if you could exclude any parameters from the source panel that are left on their default values. That way you keep the amount of config to a bare minimum.

I was actually thinking that as I'd prefer it too, thanks for the push... I'll add it to the missing features list

Link to comment
Share on other sites

5 hours ago, Jammy said:

@jonforum Still needs some work but I think it's got the minimum now so if it's of any use give it a go. Let me know what might be worth changing, I'll probably be adding some more stuff later in the week.

If anyone tries it then it would be great to know any bugs, thanks.

http://pixitools.jamdonut.com/

 

you are awsome thank a lot friend

Link to comment
Share on other sites

in the css you can change the class row 
.row {

padding-top: 0px; !important

padding-bottom: 0px;!important

}
and remove margin-left: auto; */ from container page
 
I find more nice and easy to read without padding between each row.
or maybe 1 or 2 for padding
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...