Arial Font Error

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
rkukl
Posts: 3
Joined: Mon Feb 19, 2018 7:07 pm

Arial Font Error

Post by rkukl »

I have an application from a vendor that I am unable to export or download due to error as shown in attached screen shot.

I have confirmed that this font is in my windows font library and have reloaded from another source.

this is one of Many Many errors all pointing to this font issue.

1) thought on how to correct using Arial Font
2) can i change fonts within entire project to a supported format without clicking each object?
Attachments
Capture.JPG
Capture.JPG (15.07 KiB) Viewed 16998 times

User avatar
Chris T.
Posts: 109
Joined: Mon Nov 20, 2017 5:29 pm

Re: Arial Font Error

Post by Chris T. »

Hi Rkukl,

Have you verified that the font in your windows library matches the "ARIAL UNICODE MS.TTF" exactly in name?

Unfortunately you cannot change it project wide to replace the font, you can however select multiple objects and change them all simultaneously on a page.


You could also do a search and replace within the XAML files for the desired fonts and replace them this way.

Let me know if this helps,
Best regards,
Christopher
(801) 708-6690
Technical Support
Contact Us

Beijer Electronics AB
http://www.beijerelectronics.us

rkukl
Posts: 3
Joined: Mon Feb 19, 2018 7:07 pm

Re: Arial Font Error

Post by rkukl »

HI Chris
I do think Arial Unicode is installed see two attachments
Attachments
Ariel Unicode 2.JPG
Ariel Unicode 2.JPG (19.44 KiB) Viewed 16991 times

rkukl
Posts: 3
Joined: Mon Feb 19, 2018 7:07 pm

Re: Arial Font Error

Post by rkukl »

Snip 2
Attachments
Ariel Unicode 1.JPG
Ariel Unicode 1.JPG (77.56 KiB) Viewed 16991 times
Ariel Unicode 2.JPG
Ariel Unicode 2.JPG (19.44 KiB) Viewed 16991 times

brusarp
Posts: 8
Joined: Tue Apr 22, 2014 1:01 am

Re: Arial Font Error

Post by brusarp »

Hi,
me too... same error with TechnicBold font...
I passed to my colleague one project but on compile appear that error..
The only way to make it to work is to select all the Text and "de-select" and "re-select" the correct font.
It's a very very bad issue...

ParthDesai
Posts: 9
Joined: Fri Jan 15, 2016 4:00 am

Re: Arial Font Error

Post by ParthDesai »

Hello,

I have experienced the same in past; Solution which worked for me was
Close ix developer -> go to project folder path -> in Temp/Output folder of your project you will find the same Font file double click and install the font file which is missing and re-open your project in ix developer.

brusarp
Posts: 8
Joined: Tue Apr 22, 2014 1:01 am

Re: Arial Font Error

Post by brusarp »

ParthDesai wrote:Hello,

I have experienced the same in past; Solution which worked for me was
Close ix developer -> go to project folder path -> in Temp/Output folder of your project you will find the same Font file double click and install the font file which is missing and re-open your project in ix developer.
Already try it... no fix for me...

brusarp
Posts: 8
Joined: Tue Apr 22, 2014 1:01 am

Re: Arial Font Error

Post by brusarp »

Possible solution found:

Thanks to the help of my supplier here is a way to solve the problem:
enter the project folder and delete (or rename if you are afraid ...) all .cri files (they will be automatically recreated by iX Developer ...).
That's all.

It worked for me! :D

Post Reply