CSS of Photoshop text effects [duplicate]

青春壹個敷衍的年華 提交于 2019-12-13 21:22:57

问题


There are some text effects in Photoshop like Crisp, sharp, strong, smooth How can I generate the css for these effects


回答1:


CSS can't succeed the styles of Photoshop but I know the following tool that applies every possible CSS style and effect to the images of any website. It only uses CSS and jQuery and with the help of the supplied editor you don't need to know CSS. I haven't seen similar tool. http://image-styles-and-effects.impression-estudio.gr/




回答2:


The above effects are not possible in CSS. However, there are others. There is a style in CSS3 font-smooth:always; You can use it to have smooth fonts. You can also use font-weight, font-variant and font-size . A combination of all the above styles can give you a result near to the photoshop effects.




回答3:


It depends what effect you're trying to achieve. CSS will not be capable of all the text effects of Photoshop but will be able to reproduce an approximation of some of them.

Do you have images of the effects you're trying to achieve?




回答4:


The options you mentioned are not "effects" but modes how photoshop renders text - or how much anti-aliasing is used. If you want to use PS for a website Design, type some text in the browser (if possible in the used font) - make a screenshot and adjust PS so that it fits best.

This is not a real answer - as these are not effects you can rebuild via css, but try this:

Forcing anti-aliasing using css: Is this a myth?



来源:https://stackoverflow.com/questions/11577513/css-of-photoshop-text-effects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!