RoundRect と svg:rect
svg:rect の rx , ry は,丸くする楕円の半径. Win 32 API などの RoundRect は,楕円の幅と高さ. Is this 投稿 useful? Useful Useless 0 of 0 p […]
文字列の縦方向の配置
svg:text の配置で,横方向の指定(text-anchor=”middle”)はあるが,縦方向はなさそうだったので… if (fabs(incX) > 1e-7 || […]
文字列と文字の回転
{ TextH txH = parts1.GetTextH (thIndex) ; P3 pnt = parts1.GetPTextH(thIndex) ; XmlOut_E th( […]
explorer /e,/select
Explorer.exe コマンドライン オプション void CDropADlg::OnExecExplorer() { UpdateData(TRUE) ; CString file = m_ […]
XML の書出しテスト – 5
MSXML.dll を利用しない方法を用意. //#include “Xml_MS_.hxx” #include “XmlOut.hxx” #include “ […]
xmlns を間違えて 0xE06D7363
xmlns の所を xmlne とタイプミス.そのまま実行して 0xE06D7363. ————————— Mi […]
コンパイルで C4786
——————–構成: T_xml_7 – Win32 Debug———— […]
XML の書出しテスト – 4
xmlns="" が付加されない方法がわからなかったので,逆に svg:svg などと出力する様に変更. <?xml version="1.0" encoding=" […]