프로젝트

일반

사용자정보

개정판 84e1aacc

ID84e1aacc105e585efa2ecd328a8d43e1377f4c04
상위 b3f088e9
하위 6a419948

백흠경이(가) 5년 이상 전에 추가함

revised issue #937: calculate font size to fit given text boundary

Change-Id: I1e30922680e6989386023b23931b2956307a9f54

차이점 보기:

FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs
680 680

  
681 681
                                                double ArcLength = control.ArcLength == 0 ? 10 : control.ArcLength;
682 682

  
683
                                                //ArcLength = (size * 0.13);
684

  
685
                                                //강인구 수정(클라우드 사이즈)
686
                                                //if (ArcLength <= 10)
687
                                                //{
688
                                                //    ArcLength = 10;
689
                                                //}
690
                                                //if (ArcLength <= 3)
691
                                                //{
692
                                                //    ArcLength = 10;
693
                                                //}
694
                                                //else if (ArcLength <= 10)
695
                                                //{
696
                                                //    ArcLength = 20;
697
                                                //}
698
                                                //else if (ArcLength <= 30)
699
                                                //{
700
                                                //    ArcLength = 30;
701
                                                //}
702

  
703 683
                                                var PaintStyle = control.PaintState;
704 684
                                                double Opacity = control.Opac;
705 685
                                                DoubleCollection DashSize = control.DashSize;

내보내기 Unified diff

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