0

重複の可能性:
Cambria Math 大きな上下マージン

Windows フォームの位置 0,0 にテキスト (フォント「Cambria Math」) を描画しようとしました。しかし、それはある位置まで垂直に下に移動しました。位置0,0で正しく描画する方法はありますか?

        ![enter image description here][1]string st = ((char)4574).ToString();
        Font f = new System.Drawing.Font("Cambria Math", 12f);
        Graphics gr = this.CreateGraphics();
        gr.DrawString(st, f, Brushes.Black, new PointF(0, 0));
4

0 に答える 0