when i test many chinese ,it can not show one word
my text is
String myText=" 是个特别基础的控件,只要有文本基本就少不了它。但是最近在,项目开发的过程中我发现存在很多局限性,其中最令我头疼的就是文本排版方面的问题。我们都知道在中文字对齐方式有靠左、靠右、居中、分散对齐等,但是中就偏偏没有分散对齐这个属性设置。这就导致了中一段文字会出现右边参差不齐的问题,中文由于每个字等宽看起来还不是特别糟糕,英文看起来就比较过分了。";
this program can't run normal and Into the dead cycle
can you help me find the progrom ,thanks
this is my code
TextViewEx tv=(TextViewEx)findViewById(R.id.textview1);
Typeface typeface=Typeface.createFromAsset(this.getAssets(), "fzcartoon.ttf");
tv.setTypeface(typeface);
tv.setText(myText,true);
tv.setTextSize(30);
when i test many chinese ,it can not show one word my text is String myText=" 是个特别基础的控件,只要有文本基本就少不了它。但是最近在,项目开发的过程中我发现存在很多局限性,其中最令我头疼的就是文本排版方面的问题。我们都知道在中文字对齐方式有靠左、靠右、居中、分散对齐等,但是中就偏偏没有分散对齐这个属性设置。这就导致了中一段文字会出现右边参差不齐的问题,中文由于每个字等宽看起来还不是特别糟糕,英文看起来就比较过分了。"; this program can't run normal and Into the dead cycle can you help me find the progrom ,thanks this is my code TextViewEx tv=(TextViewEx)findViewById(R.id.textview1); Typeface typeface=Typeface.createFromAsset(this.getAssets(), "fzcartoon.ttf"); tv.setTypeface(typeface); tv.setText(myText,true); tv.setTextSize(30);