File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
dotnetcore/GxPdfReportsCS
dotnetframework/GxPdfReportsCS Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414
1515 <ItemGroup >
1616 <PackageReference Include =" iTextSharp-LGPL" Version =" 4.1.6" />
17- <PackageReference Include =" Portable.iTextAsian" Version =" 2.1.0" />
1817 <PackageReference Include =" log4net" Version =" 2.0.11" />
1918 <PackageReference Include =" Microsoft.DotNet.Analyzers.Compatibility" Version =" 0.2.12-alpha" >
2019 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change @@ -2772,9 +2772,9 @@ public class Const
27722772 new string [ ] { "Script" , "Helvetica" } ,
27732773 new string [ ] { "System" , "Helvetica" } ,
27742774 new string [ ] { "Times New Roman" , "Times" } ,
2775- new string [ ] { "\uff2d \uff33 \u660e \u671d " , "Japanese" } ,
2776- new string [ ] { "\uff2d \uff33 \u30b4 \u30b7 \u30c3 \u30af " , "Japanese2" } } ;
2777-
2775+ new string [ ] { "\uff2d \uff33 \u660e \u671d " , "Japanese" } , //(MS Mincho)
2776+ new string [ ] { "\uff2d \uff33 \u30b4 \u30b7 \u30c3 \u30af " , "Japanese2" } } ; //(MS Gothic)
2777+
27782778
27792779 public static String REGISTRY_FONT_SUBSTITUTES_ENTRY = "SOFTWARE\\ Microsoft\\ Windows\\ CurrentVersion\\ FontSubstitutes" ;
27802780 public static String REGISTRY_FONT_SUBSTITUTES_ENTRY_NT = "SOFTWARE\\ Microsoft\\ Windows NT\\ CurrentVersion\\ FontSubstitutes" ;
You can’t perform that action at this time.
0 commit comments