mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-24 05:03:39 +08:00
add multi targeting frameworks in the same project for net 4.5 through net 7.0 and net standard 2.0
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace UglyToad.PdfPig.Fonts.CompactFontFormat
|
||||
{
|
||||
using Util;
|
||||
|
||||
internal class CompactFontFormatIndexReader
|
||||
{
|
||||
public CompactFontFormatIndex ReadDictionaryData(CompactFontFormatData data)
|
||||
@@ -43,7 +45,7 @@ namespace UglyToad.PdfPig.Fonts.CompactFontFormat
|
||||
|
||||
if (count == 0)
|
||||
{
|
||||
return Array.Empty<int>();
|
||||
return EmptyArray<int>.Instance;
|
||||
}
|
||||
|
||||
var offsetSize = data.ReadOffsize();
|
||||
|
Reference in New Issue
Block a user