Questions tagged [asianfonts]

41 questions
1
vote
1 answer

How to print Chinese fonts to Zebra ZPL printer from python?

I have a task of developing python script to print labels using the networked Zebra ZT410. So far, I can print Chinese Characters correctly using "Zebra Setup Utilities" with ZPL…
ZOOU Qinn
  • 41
  • 7
1
vote
1 answer

Displaying Chinese, Korean and Japanese fonts in Chrome and Firefox on Travis CI

I'm running visual browser tests in Chrome and Firefox on Travis CI. For this I'm using the Trusty build environment (i.e. Ubuntu 14.04.5 LTS) and the following addons (from the .travis.yml): addons: chrome: stable firefox: "69.0.1" apt: …
beatngu13
  • 7,201
  • 6
  • 37
  • 66
1
vote
3 answers

How to compare Chinese characters in Java using 'equals()'

I want to compare a string portion (i.e. character) against a Chinese character. I assume due to the Unicode encoding it counts as two characters, so I'm looping through the string with increments of two. Now I ran into a roadblock where I'm trying…
Mairyu
  • 809
  • 7
  • 24
1
vote
1 answer

Asian characters and Eclipse

I have unit tests which contains asians chars (chineses ideograms), but Eclipse just display them as a square. When I copy and paste ideograms from a web page I have the same problem. My workspace is in UTF-8, my project and all it files too. My…
Cédric Girard
  • 3,358
  • 7
  • 37
  • 52
1
vote
1 answer

Can I temporarily disable asian fonts for testing purposes?

I manage a Japanese website for my company. Because I live in Japan all of my devices have Asian fonts and language support installed. I know however that for example my mother has several devices that cannot read Japanese fonts and will display…
Kyle Postlewait
  • 123
  • 1
  • 12
1
vote
4 answers

HTML2PDF with TCPDF not rendering Chinese characters in final PDF document

I am starting a new thread for this one, will try to be as specific as possible. This is a portion of an app for our sales people that allows them to customize a page with their contact information, after they hit submit, a PDF page is created…
user1152652
  • 21
  • 2
  • 5
0
votes
1 answer

Is it possible to display Chinese characters if I don't install files for East Asian languages for my English Windows XP?

As you know, we can install files for East Asian language in Control Panel-->Regional and language options-->Languages tab-->Supplemental language support. The question is: if I don't install this files (by unchecking the checkbox) for my English…
gfytd
  • 1,747
  • 2
  • 24
  • 47
0
votes
1 answer

How to show Asian Bengali font in report lab?

I am going to generate a pdf by report lab using Asian 'Bengali Font' but give me a blank page. Is there any way to show the 'Bengali Font' in report lab properly? I try so many ways to solve my problem according to online guides but not solved my…
Maktum
  • 56
  • 4
0
votes
0 answers

How do I add Asian language fonts to Mono Linux?

Linux 5.19.10-arch1-1 x86_64 GNU/Linux I already have several Asian language fonts installed on the system, and they work fine in GTK & QT apps. But Mono seems to default to one of the default Windows fonts. (Understandable.) Which while breaking…
0
votes
0 answers

Proper alignment of fixed width font texts, made up of Latin and Asian characters, on a web page

I use Courier New font to display top 10 scores achieved on my single purpose arcade game website (see the attached screenshot ). Player aliases in Latin and extended Cyrillic characters align perfectly, but someone decided to enter a nickname in…
bigbikefan
  • 13
  • 3
0
votes
1 answer

How to use Asian otf font in MPDF?

I need to generate Pdfs in Asian languages, and I'm using MPdf. Everything's fine when adding custom fonts for Latin languages. However, for Asian languages I thought I would use noto font, but I get an error saying the font contains postscript…
Roubi
  • 1,989
  • 1
  • 27
  • 36
0
votes
2 answers

How can I make this Asian font highlighting macro recognize between-word characters?

For most of the documents I work with, I need to highlight instances of Asian font (such as SimSun, MS Mincho). I put together the the code below - it works well but it doesn't highlight Asian font characters within non-Asian words (such as the…
Luke
  • 23
  • 4
0
votes
1 answer

How to search for and highlight an array of "ChrW(n)" Asian font characters using VBA rather than listing them out

I use a colleague-made macro which scans a document and highlights specified Asian font characters (such as a full stop [ChrW(65294)], an apostrophe [ChrW(65287)]). It works fine, and does exactly what I need it to (highlight Asian font characters)…
Luke
  • 23
  • 4
0
votes
1 answer

iText - chinese character aren't shown

I have the following problem have a database with utf8 encoding and chinese characters. i get that data into a string and then pass it to the cells of the library, all fine except that when i use chinese characters they aren't shown, I tried…
Daniel B
  • 127
  • 1
  • 11
0
votes
0 answers

rem units on Asian browsers

I've developed a site, in English, of a global company that is also visited from Asian places like Japan, China etc. For responsive reasons I set most of the units in the site in REM. also for height, width, padding etc. The font-size is set…
Annie
  • 9
  • 3