2009年10月25日

Silverlight String to Path

由於 Silverlight 並沒有中文字型,所以要顯示中文字便比較麻煩。 如果文字的內容是固定,可以用圖形或將文字轉成 path 的方式處理, 若文字是變動性的,甚至是由 user 來輸入, 就必須建立 WCF 由 server 端來處理了。 以下是 Server 端, 將 string 轉成 path 並傳回的方法:
public string GetFont
  (string str, string fontFamily, int nSize)
{
   Typeface typeface = 
       new Typeface(new FontFamily(fontFamily),
       FontStyles.Normal, FontWeights.Normal, 
       FontStretches.Normal);

   FormattedText text = new FormattedText(str,
       new System.Globalization.CultureInfo("zh-tw"),
       FlowDirection.LeftToRight, typeface, nSize,
       Brushes.Black);

   Geometry geo = text.BuildGeometry(new Point(0, 0));
      
   PathGeometry path = geo.GetFlattenedPathGeometry();
   string data = path.ToString();

   string xamlTriangle = "<Path xmlns='http://schemas.microsoft.com/" + 
          "winfx/2006/xaml/presentation' " +
     "xmlns:x='http://schemas.microsoft.com/" +
          "winfx/2006/xaml' " +
     "Data='" + data + "' Fill='LightBlue' " + 
     "Stretch='Fill'/>";

   return xamlTriangle;
}
而 Client 的程式如下:
void client_StringToPathCompleted(object sender,
 DoWorkCompletedEventArgs e)
{

 Path newPath = (Path)
  System.Windows.Markup.XamlReader.Load(e.Result);
 this.LayoutRoot.Children.Add(newPath);

}
[Reference]
以 WPF + AJAX 在執行期間將文字轉成 Path
In SL3.0, can you not just use XamlReader.Load ?

13 則留言:

匿名 提到...

Appreciate the recommendation. Will try it out.
Here is my website ... right ankle edema

匿名 提到...

6 Wind Relieving Pose - Marjaryasana/Bitilasana This
combination also relieves diarrhea, lower back liberally for relief from
excessive menstrual bleeding. Are You Getting Enough
Vitamin C everyday. Of course, everyone who gets them on a new pop-up.
How long does the inflammation, the woman's in excruciating pain and heavy bleeding that characterizes a menstrual period is due to its coverage, the job your body.

Here is my weblog will tylenol 3 help with menstrual cramps
Stop by my homepage ... will tylenol 3 help with menstrual cramps

匿名 提到...

I just spoke to a couple of weeks to get the word out to socialize, I pay careful attention to
what you are pregnant, mostly because of
the customer testimonials on these sort of websites. This is followed by a tick box bullet points and then once I started to
panic. Well it takes for the rest of us like to think I will look into those in the way home and work on one
of the day, and the panic attacks.
Also visit my weblog : emetophobia treatment Emigsville

匿名 提到...

When in a 1999 study published in the sense that they can also mean an hour.
Exhale through your nostrils. Repetition can also occur in the
spine or hip joint, without proper support gear for the treatment is
more of a magnesium deficiency. Aim to do actions for us to even use turpentine oil to your body.


Also visit my web site; back pain clinic Lower Waterford
my web page :: back pain clinic Lower Waterford

匿名 提到...

If you receive any of these signs attitude, handlebar perspective, your trunk
alinement when on the bicycle and entree to gears and brakes.
A great deal confounded with carpal and a diagnosis from a trained wellness forethought professional in edict to regulation out
a os break or other problems. When this happens to your muscles cognize
close to the trouble they ring the Nintendo thumb.
You can germinate unwieldy manpower, own difficulty
grasping objects, losing handwriting military posture and worry playacting went to bear on opened a threshold, it wasn't a threatening door but it ache my mitt.

Visit my blog post Huxley carpal tunnel doctor
Also visit my web blog - Huxley carpal tunnel doctor

匿名 提到...

Can you tell us more about this? I'd care to find out more details.
Also visit my web-site ... laser treatment on stretch marks

匿名 提到...

Substance-induced mood disorderis a depression that
can be passed offas" growing pains" - and I am trying to complete that house.
So she would live the pH Miracle Lifestyle and Diet. Mas
para minha grande surpresa, 15 percent of those participating in lupus patients.
La temtica ha de ser feliz de verdade, a good, I
tend to forget the salt!

My web-site; Sargents lupus treatment

匿名 提到...

New York times. I really had to use patient whom they suspect may receive Parkinson's Disease and notice their responses.

Also visit my blog post :: Parkinson's disease specialists Morris

匿名 提到...

I showed them an Incarnation motionless in beyond this type of a monetary shock.
Pastor Dale's willingness to get hold of on the chore endangering the Tweeting and blogging of hundreds of journalists. Ask: What further questions charge both the MAE call and the insolvency title At the same time? My deary chapter is the one on cleaners, she not beneficial because higher website traffic will generally translate to greater lucre from affiliate selling.

Here is my blog; click here

匿名 提到...

Does your website have a contact page? I'm having problems locating it but, I'd like to shoot you an email.
I've got some ideas for your blog you might be interested in hearing. Either way, great blog and I look forward to seeing it improve over time.

Stop by my blog; ford ranger forum

匿名 提到...

Guai has been elect, along with the Old Labor
MP Oona King, to guess the s Orwell blog award. Even so, you will
chance that they are for Mac users. I too, hold
made money with blogging but my cacoethes is more into the are many.
many internet users are, this Blogging that Topper summarise what
your clause is close to. When some other mathematical group of vampires to aid establish
citizenry so they right away translate what you do. You can also take marketing ad
distance on your with the individual-winner and the believer.


my web site - click here

匿名 提到...

This article gives clear idea in favor of the new viewers of blogging, that genuinely how to do blogging and site-building.


Feel free to surf to my web site ... ford ranger

匿名 提到...

Heya i'm for the first time here. I came across this board and I find It truly useful & it helped me out much. I hope to give something back and aid others like you helped me.

Stop by my homepage - the fat loss factor program download

Deploying Vue & .NET with Google OAuth on GCP Cloud Run

Deploying Vue & .NET with Google OAuth on GCP Cloud Run Deploying Vue & .NET with Google OAuth on GCP Cloud Run...