프로젝트

일반

사용자정보

개정판 24c5e56c

ID24c5e56cba9a265a53397a5ffe348514c5f100b8
상위 c206d293
하위 ef22793a

김태성이(가) 4년 이상 전에 추가함

- final pdf Font 추가
- Markus navi 속도 최적화 Key input 최적화

Change-Id: I7f2cf1933e86017d7b1df9ef4bd3048a8e80a653

차이점 보기:

MarkupToPDF/Controls/Text/ArrowTextControl.cs
13 13
using MarkupToPDF.Common;
14 14
using MarkupToPDF.Serialize.Core;
15 15
using MarkupToPDF.Serialize.S_Control;
16
using Markus.Fonts;
16 17

  
17 18
namespace MarkupToPDF.Controls.Text
18 19
{
......
1820 1821
                STemp.Angle = this.PageAngle;
1821 1822
                STemp.fontConfig = new List<string>()
1822 1823
                            {
1823
                                this.TextFamily.ToString(),
1824
                                this.TextFamily.FontName(),
1824 1825
                                this.TextStyle.ToString(),
1825 1826
                                this.TextWeight.ToString(),
1826 1827
                                this.TextSize.ToString(),
......
1879 1880
                    s.fontConfig.Add("Normal");
1880 1881
                    s.fontConfig.Add("30");
1881 1882
                }
1882
                instance.TextFamily = new FontFamily(s.fontConfig[0]);
1883
                instance.TextFamily = Markus.Fonts.FontHelper.GetFontFamily(s.fontConfig[0]);
1883 1884
                //인구 추가(2018.04.17)
1884 1885
                instance.TextStyle = StringToFont.ConFontStyle(s.fontConfig[1]);
1885 1886
                instance.TextWeight = StringToFont.ConFontWeight(s.fontConfig[2]);
......
1898 1899
        public void Dispose()
1899 1900
        {
1900 1901
            //GC.Collect();
1901
            //GC.SuppressFinalize(this);
1902
            ////GC.SuppressFinalize(this);
1902 1903
            this.BaseTextbox_Caret = null;
1903 1904
            this.Base_ArrowPath = null;
1904 1905
            this.Base_ArrowSubPath = null;

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)