<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://ii.cocolog-nifty.com/sasurai/">
<title>さすらいの .NET プログラマー</title>
<link>http://ii.cocolog-nifty.com/sasurai/</link>
<description></description>
<dc:language>ja-JP</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-05-01T07:13:43+09:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.typepad.com/" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2008/05/live_mesh.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2008/02/wpf_listbox.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2007/12/wpfxps_issidewa.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2007/12/wpfxps_metrics_bd92.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2007/12/font_blackbox_i.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2007/12/wpf_62cb.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2007/12/familytypefaced.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2007/12/xps_66a3.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_7609.html" />
<rdf:li rdf:resource="http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_4376.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2008/05/live_mesh.html">
<title>Live Mesh</title>
<link>http://ii.cocolog-nifty.com/sasurai/2008/05/live_mesh.html</link>
<description>面白いかもしれない。MS のファイル共有は Messenger はまだいいけど ...</description>
<content:encoded>&lt;p&gt;面白いかもしれない。MS のファイル共有は Messenger はまだいいけど FolderShare は微妙だし、また一つファイル共有? と思っていたがそういうわけではなさそうだ。&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;https://www.mesh.com/web/developer.aspx&quot;&gt;An early look at Live Mesh for Developers&lt;/a&gt; の「Watch demo now」をクリックするとデモが見られる。&lt;a href=&quot;http://channel9.msdn.com/Showpost.aspx?postid=399964&quot;&gt;Channel9 の Ori Amiga ビデオ&lt;/a&gt;では画面がよく見えなかったが、こちらの方が分かりやすい。ファイル共有、デスクトップ共有などのアプリケーションはあくまで実装の一つで、&lt;a href=&quot;http://blogs.msdn.com/livemesh/archive/2008/04/21/live-mesh-as-a-platform.aspx&quot;&gt;Live Mesh はプラットフォームだ、と Live Mesh の blog で言っている&lt;/a&gt;ので、それなら、ともう少し見てみる気になった。&lt;/p&gt;  &lt;p&gt;Silverlight が Flash に対する回答だとすれば、Live Mesh が AIR に対する回答になるのかもしれない。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2008-05-01T07:13:43+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2008/02/wpf_listbox.html">
<title>WPF ListBox</title>
<link>http://ii.cocolog-nifty.com/sasurai/2008/02/wpf_listbox.html</link>
<description>WPF の ListBox は非常に強力で、ListBoxをカスタマイズして都道...</description>
<content:encoded>&lt;p&gt;WPF の ListBox は非常に強力で、&lt;a href=&quot;http://d.hatena.ne.jp/Yamaki/20071011/1192091886&quot; name=&quot;1192091886&quot;&gt;ListBoxをカスタマイズして都道府県の地図を選択するUIを作成する&lt;/a&gt; なんてことができてしまったりする。配列データを表示する際には ListBox を使うと、データの追加処理や選択処理を全部やってくれるので便利だけど、まだ慣れないのか後で気がつくことが多い。&lt;/p&gt;  &lt;p&gt;今回は Marquee。テキストの配列を受け取って、順次右から左にスクロールして表示する。最初 Canvas で考えていたけど、ListBox の親クラスである ItemsControl を使ってやる話が Web でちらほらとあり、そちらで挑戦。&lt;/p&gt;  &lt;p&gt;WPF 流に慣れるまでに少しかかるけど、慣れれば便利。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2008-02-01T15:04:24+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2007/12/wpfxps_issidewa.html">
<title>WPF/XPS + IsSideways + Morisawa</title>
<link>http://ii.cocolog-nifty.com/sasurai/2007/12/wpfxps_issidewa.html</link>
<description>WPF/XPS の縦書き Metrics を検証 から、キャノンの FontGa...</description>
<content:encoded>&lt;p&gt;&lt;a href=&quot;http://ii.cocolog-nifty.com/sasurai/2007/12/wpfxps_metrics_bd92.html&quot;&gt;WPF/XPS の縦書き Metrics を検証&lt;/a&gt; から、キャノンの FontGallery など他数種のフォントを試して、TrueType および TrueType 出身の OpenType はだいじょうぶそうなことが確認できました。&lt;/p&gt; &lt;p&gt;とすると、Morisawa やおそらく他の Type 1 出身の OpenType が駄目なのは単なるバグではないかと。&lt;/p&gt; &lt;p&gt;互換性問題上厄介なバグを残してしまいましたが、WPF もどこかではもっときちんと縦書きをやる、という話もあるようだし、少なくともそこでは直るんでしょう。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2007-12-14T15:10:28+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2007/12/wpfxps_metrics_bd92.html">
<title>WPF/XPS の縦書き Metrics を検証</title>
<link>http://ii.cocolog-nifty.com/sasurai/2007/12/wpfxps_metrics_bd92.html</link>
<description>WPF 縦書き対応 と Font BlackBox の計算 とを組み合わせてみる...</description>
<content:encoded>&lt;p&gt;&lt;a href=&quot;http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_7609.html&quot;&gt;WPF 縦書き対応&lt;/a&gt; と &lt;a href=&quot;http://ii.cocolog-nifty.com/sasurai/2007/12/font_blackbox_i.html&quot;&gt;Font BlackBox の計算&lt;/a&gt; とを組み合わせてみる。&lt;/p&gt; &lt;p&gt;MS Gothic&lt;br&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;76&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_8.png&quot; width=&quot;436&quot; border=&quot;0&quot;&gt;&lt;/p&gt; &lt;p&gt;Meiryo&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;111&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_9.png&quot; width=&quot;436&quot; border=&quot;0&quot;&gt;&lt;/p&gt; &lt;p&gt;イワタ楷書&lt;br&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;77&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_10.png&quot; width=&quot;437&quot; border=&quot;0&quot;&gt;&lt;/p&gt; &lt;p&gt;BlackBox が微妙に下にずれているのはご愛敬。&lt;/p&gt; &lt;p&gt;IsSideways なんて、縦書きとは無関係のプロパティだと主張しているようにも見えるが、縦書き用のテーブルを見て Baseline をきちんと中央に合わせているのが分かる。GSUB を見て自分で GlyphIndex を置き換えてやれば、「ー」や「。」も正しく表示される。&lt;/p&gt; &lt;p&gt;しかし。&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://www.morisawa.co.jp/font/fontlist/details/fontfamily014.html?s=34&quot;&gt;Morisawa Jun 201 OTF&lt;/a&gt;&lt;br&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;121&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_11.png&quot; width=&quot;437&quot; border=&quot;0&quot;&gt;&lt;/p&gt; &lt;p&gt;Baseline が合っていない。TrueType 系 OpenType はだいじょうぶだけど、Type 1 系 OpenType は駄目、ということかもしれない。&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/typography/specs/default.htm&quot;&gt;OpenType Specifications&lt;/a&gt; に日本語フォントの作り方が書いていないのでフォントのつくりに差が出てしまったか、WPF が Type 1 系に十分対応していないか、あるいはその両方の組み合わせか。&lt;/p&gt; &lt;p&gt;Word はしかしこのフォントでも正しく縦書きできる。それを XPS で保存しても正しく見える――と思ったら、XPS の中は Glyphs ではなく PNG 画像だった。WPF/XPS では対応しきれないフォントだとどこかで判断して、回避しているようだ。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2007-12-10T04:22:11+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2007/12/font_blackbox_i.html">
<title>Font BlackBox in WPF</title>
<link>http://ii.cocolog-nifty.com/sasurai/2007/12/font_blackbox_i.html</link>
<description>フォントによって BlackBox の縦位置が正しく取れない問題 は、計算方法が...</description>
<content:encoded>&lt;p&gt;&lt;a href=&quot;http://ii.cocolog-nifty.com/sasurai/2007/12/wpf_62cb.html&quot;&gt;フォントによって BlackBox の縦位置が正しく取れない問題&lt;/a&gt; は、計算方法が違っていたらしい。だいたいにおいて高さが正しい BlackBox を取れていたのだから、&lt;a href=&quot;http://msdn2.microsoft.com/ja-jp/library/system.windows.media.glyphtypeface.topsidebearings.aspx&quot;&gt;TopSideBearings&lt;/a&gt; と &lt;a href=&quot;http://msdn2.microsoft.com/ja-jp/library/system.windows.media.glyphtypeface.bottomsidebearings.aspx&quot;&gt;BottomSideBearings&lt;/a&gt; を疑ったのは間違いだった。&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;97&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_7.png&quot; width=&quot;427&quot; border=&quot;0&quot;&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://msdn2.microsoft.com/ja-jp/library/system.windows.media.glyphtypeface.distancesfromhorizontalbaselinetoblackboxbottom.aspx&quot;&gt;DistancesFromHorizontalBaselineToBlackBoxBottom&lt;/a&gt; を使って BlackBox の下座標を取ることで、以前は BlackBox が上にずれていた英文フォントや一部の日本語フォントも正しくなりました。&lt;/p&gt; &lt;p&gt;あとは Vertical Origin が取れればそれなりの縦書きを実装できそうなのだが、これが見つからない。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2007-12-08T20:44:31+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2007/12/wpf_62cb.html">
<title>フォントによる WPF 縦書きの違い</title>
<link>http://ii.cocolog-nifty.com/sasurai/2007/12/wpf_62cb.html</link>
<description>IsSideways で正常に縦書き表示できるフォントの TopSideBear...</description>
<content:encoded>&lt;p&gt;IsSideways で正常に縦書き表示できるフォントの &lt;a href=&quot;http://msdn2.microsoft.com/ja-jp/library/system.windows.media.glyphtypeface.topsidebearings.aspx&quot;&gt;TopSideBearings&lt;/a&gt; と &lt;a href=&quot;http://msdn2.microsoft.com/ja-jp/library/system.windows.media.glyphtypeface.bottomsidebearings.aspx&quot;&gt;BottomSideBearings&lt;/a&gt; は正常に取得できる。&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;73&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_5.png&quot; width=&quot;354&quot; border=&quot;0&quot;&gt;&lt;/p&gt; &lt;p&gt;こうなってしまうフォントもある。このフォントでは IsSideways だけで縦書き仕様としてもうまく行かない。&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;97&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_6.png&quot; width=&quot;427&quot; border=&quot;0&quot;&gt;&lt;/p&gt; &lt;p&gt;GSUB の処理をアプリで回避したけど、縦書き用 GPOS&amp;nbsp; が処理できていないのか。あるいはフォント側の問題で、GSUB/GPOS ではなくて cmap を使ってレンダリングしてやらなければいけないのか。&lt;/p&gt; &lt;p&gt;Meiryo は縦書きできるけど、TopSideBearings と BottomSideBearings が怪しい。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2007-12-06T15:20:33+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2007/12/familytypefaced.html">
<title>FamilyTypeface.DeviceFontCharacterMetrics</title>
<link>http://ii.cocolog-nifty.com/sasurai/2007/12/familytypefaced.html</link>
<description>FamilyTypeface.DeviceFontCharacterMetric...</description>
<content:encoded>&lt;p&gt;&lt;a href=&quot;http://msdn2.microsoft.com/ja-jp/library/system.windows.media.familytypeface.devicefontcharactermetrics.aspx&quot;&gt;FamilyTypeface.DeviceFontCharacterMetrics&lt;/a&gt; から Unicode code point を使って &lt;a href=&quot;http://msdn2.microsoft.com/ja-jp/library/system.windows.media.charactermetrics.aspx&quot;&gt;CharacterMetrics&lt;/a&gt; が取れる、と書いてあり、ここには vertical origin はないものの、他の縦書きに必要な情報は取れそう、と思ったものの。&lt;/p&gt; &lt;p&gt;嘘です。FamilyTypeface.DeviceFontCharacterMetrics.Count は常に 0 のようです。&lt;a href=&quot;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1428208&amp;amp;SiteID=1&quot;&gt;他にも困っている人がいるみたい&lt;/a&gt; ですが。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2007-12-05T21:29:05+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2007/12/xps_66a3.html">
<title>縦書きの XPS</title>
<link>http://ii.cocolog-nifty.com/sasurai/2007/12/xps_66a3.html</link>
<description>WPF の縦書き、さらに続く でそこそこ表示できるようにはなったものの。 フォン...</description>
<content:encoded>&lt;p&gt;&lt;a href=&quot;http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_7609.html&quot;&gt;WPF の縦書き、さらに続く&lt;/a&gt; でそこそこ表示できるようにはなったものの。&lt;/p&gt; &lt;p&gt;フォントによってはだめな場合がある、ということは、縦書きメトリックスの処理が XPS にきちんと入ってない、ということなんでしょうね。&lt;/p&gt; &lt;p&gt;横書きや BiDi では XPS が TrueType/OpenType のメトリックスを読んである程度までは並べてくれて、そこから上はアプリが処理、とわかれているのだから、本来であれば &lt;a href=&quot;http://blogs.wankuma.com/naka/archive/2007/11/28/110811.aspx&quot;&gt;中さんのおっしゃるよう&lt;/a&gt; に、XPS でももうちょっとサポートしてほしいのは確かです。&lt;/p&gt; &lt;p&gt;横書きでも、Word が XPS のレイアウトエンジンをそのまま使わずに、文字を分割してレイアウト位置を微調整することがある。どこまでが XPS で、どこまでがアプリケーションあるいはフレームワーク、という線引きはいつでも難しいけれど、横書きと縦書きで線引きの場所が違う、というのは、力の入れ具合の不足感を感じてしまいます。&lt;/p&gt; &lt;p&gt;縦書きって、BiDi のようにその国の人なら毎日必ず使うものではないので、という優先度なんでしょうが、やっぱりそれ抜きでは日本語組版を語れないかと。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2007-12-02T17:28:34+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_7609.html">
<title>WPF の縦書き、さらに続く</title>
<link>http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_7609.html</link>
<description>縦書き用の GSUB vert/vrt2 テーブルは、なんとか取れました。メイリ...</description>
<content:encoded>&lt;p&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 4px; border-right-width: 0px&quot; height=&quot;356&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_3.png&quot; width=&quot;173&quot; align=&quot;right&quot; border=&quot;0&quot;&gt;縦書き用の GSUB vert/vrt2 テーブルは、なんとか取れました。メイリオでは 99 のグリフが置換されるようになっているようです。ちなみに MS Gothic では 101。この差は何でしょうね。&lt;/p&gt; &lt;p&gt;ちなみに TrueType/OpenType のフォントテーブルはフォントのメーカーやフォントそのものによってかなりつくりに差があり、またデータのおかしいフォントも数多くあります。昔の Windows では、壊れたフォントを入れて表示すると Blue Screen、なんてこともよくありました。ので、直接テーブルを読みたくはない。&lt;/p&gt; &lt;p&gt;この実験コードでは、一応公開 API だけでなんとかここまで来れています。Interop は使っていますが。&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 4px 0px 0px; border-right-width: 0px&quot; height=&quot;257&quot; alt=&quot;image&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_4.png&quot; width=&quot;145&quot; align=&quot;left&quot; border=&quot;0&quot;&gt; しかしフォントによってはこんなことに。句点「。」の位置もおかしいですが、他の文字も微妙に上下左右におかしくずれています。&lt;/p&gt; &lt;p&gt;グリフ置換はきちんと入って処理しているので、他の縦書きメトリックス系のテーブルをきちんと読まないと正しくレンダリングできないフォントは、もっときちんとやらなければいけないようです。&lt;/p&gt;</content:encoded>



<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2007-11-30T12:27:38+09:00</dc:date>
</item>
<item rdf:about="http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_4376.html">
<title>WPF の縦書き実証実験</title>
<link>http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_4376.html</link>
<description>句読点がこんな形の縦書き画面ショット だけ掲載しても後味が悪いので、さらに実証実...</description>
<content:encoded>&lt;p&gt;&lt;a href=&quot;http://ii.cocolog-nifty.com/sasurai/2007/11/wpf_textbox_vis_da98.html&quot;&gt;句読点がこんな形の縦書き画面ショット&lt;/a&gt; だけ掲載しても後味が悪いので、さらに実証実験を続けます。&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 4px; border-right-width: 0px&quot; height=&quot;304&quot; alt=&quot;WPF の縦書き実証実験&quot; src=&quot;http://ii.cocolog-nifty.com/sasurai/WindowsLiveWriter/image_2.png&quot; width=&quot;150&quot; align=&quot;right&quot; border=&quot;0&quot;&gt;まず Word でメイリオを指定して、縦書きにして XPS で保存します。その中を覗くと、メイリオの句点「。」の縦書き用グリフインデックスが 9236 であることが分かります。&lt;/p&gt; &lt;p&gt;あとは、TextBox の Visual Tree を解析して GlyphRun を作る時に、「。」の場所だけ GlyphIndices を置き換えてやります。結果がこちら⇒&lt;/p&gt; &lt;p&gt;さて。できることは分かりました。句点の位置が少しずれただけだけど、先の画面での不思議な落ち着かなさがなくなりました。&lt;/p&gt; &lt;p&gt;あとは、フォントから &lt;a href=&quot;http://www.microsoft.com/typography/otspec/gsub.htm&quot;&gt;GSUB&lt;/a&gt; を読み取って、&lt;a href=&quot;http://www.microsoft.com/typography/otspec/features_uz.htm#vert&quot;&gt;vert&lt;/a&gt; か &lt;a href=&quot;http://www.microsoft.com/typography/otspec/features_uz.htm#vrt2&quot;&gt;vrt2&lt;/a&gt; のテーブルに従って GlyphIndices を置き換えてやれば、すごく基本的な縦書きの表示まではできそうです。&lt;/p&gt; &lt;p&gt;問題は、これらのテーブルを読み取るための API が WPF にはないので、自作するか、&lt;a href=&quot;http://msdn.microsoft.com/library/ja/jpintl/html/Toppage_Uniscribe.asp&quot;&gt;Uniscribe&lt;/a&gt; を触ってみるか、というあたりで迷い中。&lt;/p&gt; &lt;p&gt;気がつけば、&lt;a href=&quot;http://www.microsoft.com/typography/specs/default.htm&quot;&gt;Microsoft Typography Specifications にはこれだけの言語のフォントの作り方がある&lt;/a&gt; のに、その中に日本語の縦書きについては記述がないですね。WPF 1.0 で縦書きを忘れられたのはこの辺から来ているのでは、という気もします。&lt;/p&gt;</content:encoded>


<dc:subject>.NET プログラミング</dc:subject>

<dc:creator>さすらいのプログラマー</dc:creator>
<dc:date>2007-11-28T22:35:56+09:00</dc:date>
</item>


</rdf:RDF>
