Kazuko O. wrote:
In 6.7 XXE, the XML source view works correctly like the attached image
"67_xml_source_view.jpg."
I also attached the image "71_xml_source_view.jp" captured in the
XXE v7.1.

Other users in the company also says 6.7 has no problem in terms of XML source 
view.

OK.




One more question: are there similar problems in the styled view or in the
tree view? Or it is just the source view?

I think it is just the XML source view.

OK.

I'll see what I can do and I'll get back to you in the next few days.





----
In the image which you attached in the previous e-mail, the used font
is different from the one in my source view.

I did the screenshot on my Linux box. See new attached screenshot on Windows. Still no problem.




My XXE use "MS Gothic" font.
Standard Japanese fonts are different depending on the Windows versions.
If I can change the font in the source view, I want to try other fonts.
If possible, would you let me know how to change fonts.

In principle, you cannot do that.

The XML source view uses a "logical font" called "Monospaced". A "logical font" may comprise several physical fonts (like "MS Gothic"). A "logical font" is specified in a system file which is part of the Java runtime. Excerpts from "C:\Program Files\Java\jre1.8.0_102\lib\fontconfig.properties.src":

---
...
monospaced.plain.alphabetic=Courier New
monospaced.plain.chinese-ms950=MingLiU
monospaced.plain.chinese-ms950-extb=MingLiU-ExtB
monospaced.plain.hebrew=Courier New
monospaced.plain.japanese=MS Gothic
monospaced.plain.korean=GulimChe

monospaced.bold.alphabetic=Courier New Bold
monospaced.bold.chinese-ms950=PMingLiU
monospaced.bold.chinese-ms950-extb=PMingLiU-ExtB
monospaced.bold.hebrew=Courier New Bold
monospaced.bold.japanese=MS Gothic
monospaced.bold.korean=GulimChe
...
---

More information in https://docs.oracle.com/javase/8/docs/technotes/guides/intl/fontconfig.html
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to