Yes, you can create text layers in Japanese using Cloudinary's image transformations.
For example, the following Ruby command was executed to create a custom text style named "jp_takao based" on the TakaoExGothic font using the Upload text API:
Cloudinary::Uploader.text("JP Takao Sample",
:font_family => "TakaoExGothic",
:font_size => 28,
:font_color => "#222222",
:public_id => "jp_takao")
Now this style can be used for generating a text layer in Japanese. For example:
The following font families are currently available:
- TakaoExGothic
- TakaoExMincho
- TakaoGothic
- TakaoMincho
- TakaoPGothic
- TakaoPMincho
You can read more about custom fonts in our docs.
Comments
0 comments
Please sign in to leave a comment.