D:/a/Fonts/Fonts/codecov.yml .editorconfig .gitattributes .gitmodules Directory.Build.props Directory.Build.targets LICENSE SixLabors.Fonts.sln SixLabors.Fonts.sln.DotSettings SixLabors.Fonts.v3.ncrunchsolution ci-build.ps1 ci-pack.ps1 ci-test.ps1 samples/Directory.Build.props samples/Directory.Build.targets samples/DrawWithImageSharp/BoundingBoxes.cs samples/DrawWithImageSharp/DrawWithImageSharp.csproj samples/DrawWithImageSharp/ImageSharpDrawingCachingGlyphRenderer/DrawTextProcessor.cs samples/DrawWithImageSharp/ImageSharpDrawingCachingGlyphRenderer/DrawTextProcessor{TPixel}.cs samples/DrawWithImageSharp/NuGet.config samples/DrawWithImageSharp/Program.cs samples/DrawWithImageSharp/TextAlignment.cs samples/DrawWithImageSharp/TextAlignmentWrapped.cs samples/DrawWithImageSharp/TextBuilder/BaseGlyphBuilder.cs samples/DrawWithImageSharp/TextBuilder/GlyphBuilder.cs samples/DrawWithImageSharp/TextBuilder/PathGlyphBuilder.cs samples/DrawWithImageSharp/TextBuilder/TextBuilder.cs samples/ListFonts/ListFonts.csproj samples/ListFonts/Program.cs shared-infrastructure src/Directory.Build.props src/Directory.Build.targets src/SixLabors.Fonts/AppliedFontStyle.cs src/SixLabors.Fonts/BinaryReader.cs src/SixLabors.Fonts/Bounds.cs src/SixLabors.Fonts/ColorFontSupport.cs src/SixLabors.Fonts/Exceptions/FontException.cs src/SixLabors.Fonts/Exceptions/FontFamilyNotFoundException.cs src/SixLabors.Fonts/Exceptions/FontsThrowHelper.cs src/SixLabors.Fonts/Exceptions/GlyphMissingException.cs src/SixLabors.Fonts/Exceptions/InvalidFontFileException.cs src/SixLabors.Fonts/Exceptions/InvalidFontTableException.cs src/SixLabors.Fonts/Exceptions/MissingFontTableException.cs src/SixLabors.Fonts/FileFontInstance.cs src/SixLabors.Fonts/Font.cs src/SixLabors.Fonts/FontCollection.cs src/SixLabors.Fonts/FontDescription.cs src/SixLabors.Fonts/FontFamily.cs src/SixLabors.Fonts/FontFamilyCollectionExtensions.cs src/SixLabors.Fonts/FontInstance.cs src/SixLabors.Fonts/FontReader.cs src/SixLabors.Fonts/FontRectangle.cs src/SixLabors.Fonts/FontStyle.cs src/SixLabors.Fonts/GlobalSuppressions.cs src/SixLabors.Fonts/Glyph.cs src/SixLabors.Fonts/GlyphInstance.cs src/SixLabors.Fonts/GlyphLayout.cs src/SixLabors.Fonts/GlyphMetric.cs src/SixLabors.Fonts/GlyphRendererParameters.cs src/SixLabors.Fonts/GlyphType.cs src/SixLabors.Fonts/HorizontalAlignment.cs src/SixLabors.Fonts/IColorGlyphRenderer.cs src/SixLabors.Fonts/IFontCollection.cs src/SixLabors.Fonts/IFontInstance.cs src/SixLabors.Fonts/IGlyphRenderer.cs src/SixLabors.Fonts/IGlyphRendererExtensions.cs src/SixLabors.Fonts/IO/ZlibInflateStream.cs src/SixLabors.Fonts/IReadonlyFontCollection.cs src/SixLabors.Fonts/IReadonlyFontCollectionExtensions.cs src/SixLabors.Fonts/NullableAttributes.cs src/SixLabors.Fonts/RendererOptions.cs src/SixLabors.Fonts/SixLabors.Fonts.csproj src/SixLabors.Fonts/StringComparerHelpers.cs src/SixLabors.Fonts/SystemFontCollection.cs src/SixLabors.Fonts/SystemFonts.cs src/SixLabors.Fonts/Tables/General/CMap/CMapSubTable.cs src/SixLabors.Fonts/Tables/General/CMap/EncodingRecord.cs src/SixLabors.Fonts/Tables/General/CMap/Format0SubTable.cs src/SixLabors.Fonts/Tables/General/CMap/Format12SubTable.cs src/SixLabors.Fonts/Tables/General/CMap/Format4SubTable.cs src/SixLabors.Fonts/Tables/General/CMapTable.cs src/SixLabors.Fonts/Tables/General/Colr/BaseGlyphRecord.cs src/SixLabors.Fonts/Tables/General/ColrTable.cs src/SixLabors.Fonts/Tables/General/CpalTable.cs src/SixLabors.Fonts/Tables/General/GlyphTable.cs src/SixLabors.Fonts/Tables/General/Glyphs/CompositeGlyphLoader.cs src/SixLabors.Fonts/Tables/General/Glyphs/EmptyGlyphLoader.cs src/SixLabors.Fonts/Tables/General/Glyphs/GlyphLoader.cs src/SixLabors.Fonts/Tables/General/Glyphs/GlyphVector.cs src/SixLabors.Fonts/Tables/General/Glyphs/SimpleGlyphLoader.cs src/SixLabors.Fonts/Tables/General/HeadTable.cs src/SixLabors.Fonts/Tables/General/HorizontalHeadTable.cs src/SixLabors.Fonts/Tables/General/HorizontalMetricsTable.cs src/SixLabors.Fonts/Tables/General/IndexLocationTable.cs src/SixLabors.Fonts/Tables/General/Kern/Format0SubTable.cs src/SixLabors.Fonts/Tables/General/Kern/KearningPair.cs src/SixLabors.Fonts/Tables/General/Kern/KerningCoverage.cs src/SixLabors.Fonts/Tables/General/Kern/KerningSubTable.cs src/SixLabors.Fonts/Tables/General/KerningTable.cs src/SixLabors.Fonts/Tables/General/MaximumProfileTable.cs src/SixLabors.Fonts/Tables/General/Name/NameRecord.cs src/SixLabors.Fonts/Tables/General/NameTable.cs src/SixLabors.Fonts/Tables/General/OS2Table.cs src/SixLabors.Fonts/Tables/Table.cs src/SixLabors.Fonts/Tables/TableHeader.cs src/SixLabors.Fonts/Tables/TableLoader.cs src/SixLabors.Fonts/Tables/TableNameAttribute.cs src/SixLabors.Fonts/Tables/TtcHeader.cs src/SixLabors.Fonts/Tables/UnknownTable.cs src/SixLabors.Fonts/Tables/WoffTableHeader.cs src/SixLabors.Fonts/TextLayout.cs src/SixLabors.Fonts/TextMeasurer.cs src/SixLabors.Fonts/TextRenderer.cs src/SixLabors.Fonts/Utilities/EncodingIDExtensions.cs src/SixLabors.Fonts/Utilities/StringLoader.cs src/SixLabors.Fonts/VerticalAlignment.cs src/SixLabors.Fonts/WellKnownIds/EncodingIDs.cs src/SixLabors.Fonts/WellKnownIds/NameIds.cs src/SixLabors.Fonts/WellKnownIds/PlatformIDs.cs tests/Directory.Build.props tests/Directory.Build.targets tests/SixLabors.Fonts.Tests/Accents.cs tests/SixLabors.Fonts.Tests/BinaryWriter.cs tests/SixLabors.Fonts.Tests/ColorGlyphRenderer.cs tests/SixLabors.Fonts.Tests/ConstructorGuards.cs tests/SixLabors.Fonts.Tests/FakeFont.cs tests/SixLabors.Fonts.Tests/Fakes/FakeCmapSubtable.cs tests/SixLabors.Fonts.Tests/Fakes/FakeFontInstance.cs tests/SixLabors.Fonts.Tests/Fakes/FakeGlyphSource.cs tests/SixLabors.Fonts.Tests/Fakes/FakeGlyphTable.cs tests/SixLabors.Fonts.Tests/FontCollectionTests.cs tests/SixLabors.Fonts.Tests/FontDescriptionTests.cs tests/SixLabors.Fonts.Tests/FontLoaderTests.cs tests/SixLabors.Fonts.Tests/FontReaderTests.cs tests/SixLabors.Fonts.Tests/Fonts/Carter_One/CarterOne.ttf tests/SixLabors.Fonts.Tests/Fonts/Issues/Issue96.fuzz tests/SixLabors.Fonts.Tests/Fonts/Issues/Issue97.fuzz tests/SixLabors.Fonts.Tests/Fonts/OpenSans-Regular.ttf tests/SixLabors.Fonts.Tests/Fonts/Sample.ttc tests/SixLabors.Fonts.Tests/Fonts/SixLaborsSampleAB.ttf tests/SixLabors.Fonts.Tests/Fonts/Twemoji Mozilla.ttf tests/SixLabors.Fonts.Tests/Fonts/Wendy_One/WendyOne-Regular.ttf tests/SixLabors.Fonts.Tests/GlyphRenderer.cs tests/SixLabors.Fonts.Tests/GlyphTests.cs tests/SixLabors.Fonts.Tests/Issues/Issues_104.cs tests/SixLabors.Fonts.Tests/Issues/Issues_23.cs tests/SixLabors.Fonts.Tests/Issues/Issues_27.cs tests/SixLabors.Fonts.Tests/Issues/Issues_32.cs tests/SixLabors.Fonts.Tests/Issues/Issues_33.cs tests/SixLabors.Fonts.Tests/Issues/Issues_35.cs tests/SixLabors.Fonts.Tests/Issues/Issues_36.cs tests/SixLabors.Fonts.Tests/Issues/Issues_39.cs tests/SixLabors.Fonts.Tests/Issues/Issues_47.cs tests/SixLabors.Fonts.Tests/Issues/Issues_96.cs tests/SixLabors.Fonts.Tests/Issues/Issues_97.cs tests/SixLabors.Fonts.Tests/RendererOptionsTests.cs tests/SixLabors.Fonts.Tests/SixLabors.Fonts.Tests.csproj tests/SixLabors.Fonts.Tests/Tables/General/CMap/Format0SubTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/CMap/Format4SubTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/CMapTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/ColrTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/HeadTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/HorizontalHeadTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/IndexLocationTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/KerningTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/MaximumProfileTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/NameTableTests.cs tests/SixLabors.Fonts.Tests/Tables/General/Os2TableTests.cs tests/SixLabors.Fonts.Tests/Tables/TableHeaderTests.cs tests/SixLabors.Fonts.Tests/Tables/TableLoaderTests.cs tests/SixLabors.Fonts.Tests/TestFonts.cs tests/SixLabors.Fonts.Tests/TextLayoutTests.cs tests/SixLabors.Fonts.Tests/TrueTypeCollectionTests.cs tests/SixLabors.Fonts.Tests/WriterExtensions.cs tests/SixLabors.Fonts.Tests/xunit.runner.json tests/coverlet.runsettings <<<<<< network # path=D:/a/Fonts/Fonts/tests/SixLabors.Fonts.Tests/TestResults/f40089e4-684c-4e49-bb08-9da7f1b64593/coverage.info SF:D:\a\Fonts\Fonts\shared-infrastructure\src\SharedInfrastructure\ThrowHelper.cs FN:19,System.Void SixLabors.ThrowHelper::ThrowArgumentNullExceptionForNotNull(System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentNullExceptionForNotNull(System.String) DA:20,0 DA:21,0 FN:28,System.Void SixLabors.ThrowHelper::ThrowArgumentExceptionForNotNullOrWhitespace(System.String,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentExceptionForNotNullOrWhitespace(System.String,System.String) DA:29,0 DA:31,0 DA:32,0 DA:35,0 DA:37,0 BRDA:29,1,0,0 BRDA:29,1,1,0 FN:44,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeLessThan(T,T,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeLessThan(T,T,System.String) DA:45,0 DA:46,0 FN:53,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo(T,T,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeLessThanOrEqualTo(T,T,System.String) DA:54,0 DA:55,0 FN:62,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeGreaterThan(T,T,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeGreaterThan(T,T,System.String) DA:63,0 DA:64,0 FN:71,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo(T,T,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo(T,T,System.String) DA:72,0 DA:73,0 FN:80,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeBetweenOrEqualTo(T,T,T,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeBetweenOrEqualTo(T,T,T,System.String) DA:81,0 DA:82,0 FN:89,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeSizedAtLeast(System.Int32,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeSizedAtLeast(System.Int32,System.String) DA:90,0 DA:91,0 FN:101,System.Void SixLabors.ThrowHelper::ThrowArgumentException(System.String,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentException(System.String,System.String) DA:102,0 FN:113,System.Void SixLabors.ThrowHelper::ThrowArgumentNullException(System.String,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentNullException(System.String,System.String) DA:114,0 FN:125,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeException(System.String,System.String) FNDA:0,System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeException(System.String,System.String) DA:126,0 LF:22 LH:0 BRF:2 BRH:0 FNF:11 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\AppliedFontStyle.cs FN:21,SixLabors.Fonts.GlyphInstance[] SixLabors.Fonts.AppliedFontStyle::GetGlyphLayers(System.Int32,SixLabors.Fonts.ColorFontSupport) FNDA:868,SixLabors.Fonts.GlyphInstance[] SixLabors.Fonts.AppliedFontStyle::GetGlyphLayers(System.Int32,SixLabors.Fonts.ColorFontSupport) DA:22,868 DA:23,868 DA:25,524 DA:27,5 DA:28,5 DA:30,2 DA:31,2 DA:36,868 DA:38,0 DA:41,868 DA:43,1 DA:45,1 DA:49,867 BRDA:23,19,0,258 BRDA:25,62,1,5 BRDA:28,48,0,2 BRDA:28,48,1,3 BRDA:23,19,1,868 BRDA:25,62,0,868 BRDA:36,65,0,0 BRDA:36,65,1,868 BRDA:41,75,0,1 BRDA:43,96,0,1 BRDA:41,75,1,867 BRDA:43,96,1,867 FN:53,System.Numerics.Vector2 SixLabors.Fonts.AppliedFontStyle::GetOffset(SixLabors.Fonts.GlyphInstance,SixLabors.Fonts.GlyphInstance) FNDA:519,System.Numerics.Vector2 SixLabors.Fonts.AppliedFontStyle::GetOffset(SixLabors.Fonts.GlyphInstance,SixLabors.Fonts.GlyphInstance) DA:54,519 DA:56,0 DA:59,519 BRDA:54,7,0,0 BRDA:54,7,1,519 BRDA:54,18,0,0 BRDA:54,18,1,519 LF:16 LH:14 BRF:16 BRH:13 FNF:2 FNH:2 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\BinaryReader.cs FN:37,System.Int64 SixLabors.Fonts.BinaryReader::get_StartOfStream() FNDA:41740,System.Int64 SixLabors.Fonts.BinaryReader::get_StartOfStream() DA:38,41740 FN:42,System.IO.Stream SixLabors.Fonts.BinaryReader::get_BaseStream() FNDA:3497440,System.IO.Stream SixLabors.Fonts.BinaryReader::get_BaseStream() DA:43,3497440 FN:49,System.Void SixLabors.Fonts.BinaryReader::Close() FNDA:0,System.Void SixLabors.Fonts.BinaryReader::Close() DA:50,0 FN:59,System.Void SixLabors.Fonts.BinaryReader::Seek(System.Int64,System.IO.SeekOrigin) FNDA:41740,System.Void SixLabors.Fonts.BinaryReader::Seek(System.Int64,System.IO.SeekOrigin) DA:60,41740 DA:62,41740 DA:65,41740 DA:66,41740 BRDA:60,1,0,41740 BRDA:60,1,1,41740 FN:73,System.Void SixLabors.Fonts.BinaryReader::Seek(SixLabors.Fonts.Tables.TableHeader) FNDA:0,System.Void SixLabors.Fonts.BinaryReader::Seek(SixLabors.Fonts.Tables.TableHeader) DA:74,0 DA:75,0 FN:82,System.Byte SixLabors.Fonts.BinaryReader::ReadByte() FNDA:1082690,System.Byte SixLabors.Fonts.BinaryReader::ReadByte() DA:83,1082690 DA:84,1082690 FN:92,System.SByte SixLabors.Fonts.BinaryReader::ReadSByte() FNDA:0,System.SByte SixLabors.Fonts.BinaryReader::ReadSByte() DA:93,0 DA:94,0 FN:102,System.Boolean SixLabors.Fonts.BinaryReader::ReadBoolean() FNDA:0,System.Boolean SixLabors.Fonts.BinaryReader::ReadBoolean() DA:103,0 DA:105,0 FN:111,System.Single SixLabors.Fonts.BinaryReader::ReadF2dot14() FNDA:2,System.Single SixLabors.Fonts.BinaryReader::ReadF2dot14() DA:112,2 FN:121,System.Int16 SixLabors.Fonts.BinaryReader::ReadInt16() FNDA:676067,System.Int16 SixLabors.Fonts.BinaryReader::ReadInt16() DA:122,676067 DA:124,676067 FN:129,TEnum SixLabors.Fonts.BinaryReader::ReadInt16() FNDA:61,TEnum SixLabors.Fonts.BinaryReader::ReadInt16() DA:130,61 FN:134,System.Int16 SixLabors.Fonts.BinaryReader::ReadFWORD() FNDA:299310,System.Int16 SixLabors.Fonts.BinaryReader::ReadFWORD() DA:135,299310 FN:139,System.UInt16 SixLabors.Fonts.BinaryReader::ReadUFWORD() FNDA:33,System.UInt16 SixLabors.Fonts.BinaryReader::ReadUFWORD() DA:140,33 FN:149,System.Single SixLabors.Fonts.BinaryReader::ReadFixed() FNDA:33,System.Single SixLabors.Fonts.BinaryReader::ReadFixed() DA:150,33 DA:152,33 DA:154,33 FN:163,System.Int64 SixLabors.Fonts.BinaryReader::ReadInt64() FNDA:122,System.Int64 SixLabors.Fonts.BinaryReader::ReadInt64() DA:164,122 DA:166,122 FN:175,System.UInt16 SixLabors.Fonts.BinaryReader::ReadUInt16() FNDA:975810,System.UInt16 SixLabors.Fonts.BinaryReader::ReadUInt16() DA:176,975810 DA:178,975810 FN:182,TEnum SixLabors.Fonts.BinaryReader::ReadUInt16() FNDA:4744,TEnum SixLabors.Fonts.BinaryReader::ReadUInt16() DA:183,4744 FN:195,System.UInt16[] SixLabors.Fonts.BinaryReader::ReadUInt16Array(System.Int32) FNDA:32106,System.UInt16[] SixLabors.Fonts.BinaryReader::ReadUInt16Array(System.Int32) DA:196,32106 DA:197,215090 DA:199,75439 DA:202,32106 BRDA:197,26,1,75439 BRDA:197,26,0,32106 FN:214,System.UInt32[] SixLabors.Fonts.BinaryReader::ReadUInt32Array(System.Int32) FNDA:10,System.UInt32[] SixLabors.Fonts.BinaryReader::ReadUInt32Array(System.Int32) DA:215,10 DA:216,47140 DA:218,23560 DA:221,10 BRDA:216,26,1,23560 BRDA:216,26,0,10 FN:233,System.UInt16[] SixLabors.Fonts.BinaryReader::Offset16Array(System.Int32) FNDA:0,System.UInt16[] SixLabors.Fonts.BinaryReader::Offset16Array(System.Int32) DA:234,0 FN:246,System.UInt32[] SixLabors.Fonts.BinaryReader::Offset32Array(System.Int32) FNDA:0,System.UInt32[] SixLabors.Fonts.BinaryReader::Offset32Array(System.Int32) DA:247,0 FN:251,System.Byte[] SixLabors.Fonts.BinaryReader::ReadUInt8Array(System.Int32) FNDA:32009,System.Byte[] SixLabors.Fonts.BinaryReader::ReadUInt8Array(System.Int32) DA:252,32009 DA:254,32009 DA:256,32009 FN:261,TEnum[] SixLabors.Fonts.BinaryReader::ReadUInt8Array(System.Int32) FNDA:0,TEnum[] SixLabors.Fonts.BinaryReader::ReadUInt8Array(System.Int32) DA:262,0 DA:263,0 DA:265,0 DA:268,0 BRDA:263,35,1,0 BRDA:263,35,0,0 FN:280,System.Int16[] SixLabors.Fonts.BinaryReader::ReadInt16Array(System.Int32) FNDA:33,System.Int16[] SixLabors.Fonts.BinaryReader::ReadInt16Array(System.Int32) DA:281,33 DA:282,3734 DA:284,1834 DA:287,33 BRDA:282,26,1,1834 BRDA:282,26,0,33 FN:296,System.Byte SixLabors.Fonts.BinaryReader::ReadUInt8() FNDA:681633,System.Byte SixLabors.Fonts.BinaryReader::ReadUInt8() DA:297,681633 DA:298,681633 FN:307,System.UInt32 SixLabors.Fonts.BinaryReader::ReadUInt32() FNDA:28922,System.UInt32 SixLabors.Fonts.BinaryReader::ReadUInt32() DA:308,28922 DA:310,28921 FN:314,System.UInt32 SixLabors.Fonts.BinaryReader::ReadOffset32() FNDA:1256,System.UInt32 SixLabors.Fonts.BinaryReader::ReadOffset32() DA:315,1256 FN:324,System.UInt64 SixLabors.Fonts.BinaryReader::ReadUInt64() FNDA:0,System.UInt64 SixLabors.Fonts.BinaryReader::ReadUInt64() DA:325,0 DA:326,0 FN:335,System.Single SixLabors.Fonts.BinaryReader::ReadSingle() FNDA:0,System.Single SixLabors.Fonts.BinaryReader::ReadSingle() DA:336,0 DA:338,0 FN:352,System.Int32 SixLabors.Fonts.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) FNDA:0,System.Int32 SixLabors.Fonts.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) DA:353,0 DA:354,0 DA:356,0 DA:357,0 DA:359,0 DA:362,0 DA:363,0 DA:364,0 DA:367,0 BRDA:354,40,1,0 BRDA:357,20,0,0 BRDA:357,20,1,0 BRDA:354,40,0,0 FN:378,System.Byte[] SixLabors.Fonts.BinaryReader::ReadBytes(System.Int32) FNDA:2,System.Byte[] SixLabors.Fonts.BinaryReader::ReadBytes(System.Int32) DA:379,2 DA:380,2 DA:381,4 DA:383,2 DA:386,2 DA:388,0 DA:389,0 DA:390,0 DA:393,2 DA:396,2 BRDA:381,56,1,2 BRDA:386,29,0,0 BRDA:386,29,1,2 BRDA:381,56,0,2 FN:410,System.String SixLabors.Fonts.BinaryReader::ReadString(System.Int32,System.Text.Encoding) FNDA:1523,System.String SixLabors.Fonts.BinaryReader::ReadString(System.Int32,System.Text.Encoding) DA:411,1523 DA:412,1523 DA:413,1523 FN:421,System.String SixLabors.Fonts.BinaryReader::ReadTag() FNDA:1262,System.String SixLabors.Fonts.BinaryReader::ReadTag() DA:422,1262 DA:424,1262 FN:434,System.Void SixLabors.Fonts.BinaryReader::ReadInternal(System.Byte[],System.Int32) FNDA:3480071,System.Void SixLabors.Fonts.BinaryReader::ReadInternal(System.Byte[],System.Int32) DA:435,3480071 DA:437,6935756 DA:439,3455686 DA:440,3455686 DA:442,1 DA:445,3455685 DA:447,3480070 BRDA:437,72,1,3455686 BRDA:440,22,0,1 BRDA:442,41,0,1 BRDA:442,41,1,0 BRDA:440,22,1,3455685 BRDA:437,72,0,3480070 FN:458,System.Int32 SixLabors.Fonts.BinaryReader::TryReadInternal(System.Byte[],System.Int32) FNDA:0,System.Int32 SixLabors.Fonts.BinaryReader::TryReadInternal(System.Byte[],System.Int32) DA:459,0 DA:460,0 DA:462,0 DA:463,0 DA:465,0 DA:468,0 DA:471,0 BRDA:460,32,1,0 BRDA:463,22,0,0 BRDA:463,22,1,0 BRDA:460,32,0,0 FN:475,System.Void SixLabors.Fonts.BinaryReader::Dispose() FNDA:404,System.Void SixLabors.Fonts.BinaryReader::Dispose() DA:476,404 DA:478,12 DA:480,404 BRDA:476,6,0,12 BRDA:478,15,0,0 BRDA:478,15,1,12 BRDA:476,6,1,404 FN:19,System.Void SixLabors.Fonts.BinaryReader::.ctor(System.IO.Stream,System.Boolean) FNDA:495,System.Void SixLabors.Fonts.BinaryReader::.ctor(System.IO.Stream,System.Boolean) DA:20,495 DA:31,495 DA:33,495 DA:34,495 DA:35,495 DA:36,495 FN:496,TTarget SixLabors.Fonts.BinaryReader/CastTo`1::From(TSource) FNDA:4805,TTarget SixLabors.Fonts.BinaryReader/CastTo`1::From(TSource) DA:497,4805 FN:505,System.Func`2 SixLabors.Fonts.BinaryReader/CastTo`1/Cache`1::Get() FNDA:7,System.Func`2 SixLabors.Fonts.BinaryReader/CastTo`1/Cache`1::Get() DA:506,7 DA:507,7 DA:508,7 FN:501,System.Void SixLabors.Fonts.BinaryReader/CastTo`1/Cache`1::.cctor() FNDA:7,System.Void SixLabors.Fonts.BinaryReader/CastTo`1/Cache`1::.cctor() DA:502,7 LF:111 LH:75 BRF:32 BRH:19 FNF:40 FNH:29 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Bounds.cs FN:20,System.Numerics.Vector2 SixLabors.Fonts.Bounds::get_Min() FNDA:1813,System.Numerics.Vector2 SixLabors.Fonts.Bounds::get_Min() DA:21,1813 FN:22,System.Numerics.Vector2 SixLabors.Fonts.Bounds::get_Max() FNDA:1472,System.Numerics.Vector2 SixLabors.Fonts.Bounds::get_Max() DA:23,1472 FN:26,System.Numerics.Vector2 SixLabors.Fonts.Bounds::Size() FNDA:488,System.Numerics.Vector2 SixLabors.Fonts.Bounds::Size() DA:27,488 FN:31,SixLabors.Fonts.Bounds SixLabors.Fonts.Bounds::Load(SixLabors.Fonts.BinaryReader) FNDA:40227,SixLabors.Fonts.Bounds SixLabors.Fonts.Bounds::Load(SixLabors.Fonts.BinaryReader) DA:32,40227 DA:33,40227 DA:34,40227 DA:35,40227 DA:37,40227 FN:11,System.Void SixLabors.Fonts.Bounds::.ctor(System.Numerics.Vector2,System.Numerics.Vector2) FNDA:40731,System.Void SixLabors.Fonts.Bounds::.ctor(System.Numerics.Vector2,System.Numerics.Vector2) DA:12,40731 DA:13,40731 DA:14,40731 FN:16,System.Void SixLabors.Fonts.Bounds::.ctor(System.Single,System.Single,System.Single,System.Single) FNDA:40731,System.Void SixLabors.Fonts.Bounds::.ctor(System.Single,System.Single,System.Single,System.Single) DA:17,40731 DA:19,40731 LF:13 LH:13 BRF:0 BRH:0 FNF:6 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\FileFontInstance.cs FN:36,SixLabors.Fonts.FontDescription SixLabors.Fonts.FileFontInstance::get_Description() FNDA:115,SixLabors.Fonts.FontDescription SixLabors.Fonts.FileFontInstance::get_Description() DA:37,115 FN:38,System.String SixLabors.Fonts.FileFontInstance::get_Path() FNDA:0,System.String SixLabors.Fonts.FileFontInstance::get_Path() DA:39,0 FN:40,System.UInt16 SixLabors.Fonts.FileFontInstance::get_EmSize() FNDA:0,System.UInt16 SixLabors.Fonts.FileFontInstance::get_EmSize() DA:41,0 FN:42,System.Int16 SixLabors.Fonts.FileFontInstance::get_Ascender() FNDA:0,System.Int16 SixLabors.Fonts.FileFontInstance::get_Ascender() DA:43,0 FN:44,System.Int16 SixLabors.Fonts.FileFontInstance::get_Descender() FNDA:0,System.Int16 SixLabors.Fonts.FileFontInstance::get_Descender() DA:45,0 FN:46,System.Int16 SixLabors.Fonts.FileFontInstance::get_LineGap() FNDA:0,System.Int16 SixLabors.Fonts.FileFontInstance::get_LineGap() DA:47,0 FN:48,System.Int32 SixLabors.Fonts.FileFontInstance::get_LineHeight() FNDA:0,System.Int32 SixLabors.Fonts.FileFontInstance::get_LineHeight() DA:49,0 FN:51,SixLabors.Fonts.GlyphInstance SixLabors.Fonts.FileFontInstance::SixLabors.Fonts.IFontInstance.GetGlyph(System.Int32) FNDA:75,SixLabors.Fonts.GlyphInstance SixLabors.Fonts.FileFontInstance::SixLabors.Fonts.IFontInstance.GetGlyph(System.Int32) DA:52,75 FN:54,System.Numerics.Vector2 SixLabors.Fonts.FileFontInstance::SixLabors.Fonts.IFontInstance.GetOffset(SixLabors.Fonts.GlyphInstance,SixLabors.Fonts.GlyphInstance) FNDA:0,System.Numerics.Vector2 SixLabors.Fonts.FileFontInstance::SixLabors.Fonts.IFontInstance.GetOffset(SixLabors.Fonts.GlyphInstance,SixLabors.Fonts.GlyphInstance) DA:55,0 FN:63,SixLabors.Fonts.FileFontInstance[] SixLabors.Fonts.FileFontInstance::LoadFontCollection(System.String) FNDA:2,SixLabors.Fonts.FileFontInstance[] SixLabors.Fonts.FileFontInstance::LoadFontCollection(System.String) DA:64,2 DA:66,2 DA:67,2 DA:68,2 DA:69,2 DA:71,12 DA:73,4 DA:74,4 DA:75,4 DA:78,2 DA:80,2 BRDA:71,108,1,4 BRDA:71,108,0,2 FN:20,System.Void SixLabors.Fonts.FileFontInstance::.ctor(System.String) FNDA:20,System.Void SixLabors.Fonts.FileFontInstance::.ctor(System.String) DA:21,20 DA:23,20 FN:25,System.Void SixLabors.Fonts.FileFontInstance::.ctor(System.String,System.Int64) FNDA:20,System.Void SixLabors.Fonts.FileFontInstance::.ctor(System.String,System.Int64) DA:26,20 DA:28,20 FN:29,System.Void SixLabors.Fonts.FileFontInstance::.ctor(SixLabors.Fonts.FontDescription,System.String,System.Int64) FNDA:24,System.Void SixLabors.Fonts.FileFontInstance::.ctor(SixLabors.Fonts.FontDescription,System.String,System.Int64) DA:30,24 DA:32,24 DA:33,24 DA:34,42 DA:35,24 LF:29 LH:22 BRF:2 BRH:2 FNF:13 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Font.cs FN:78,SixLabors.Fonts.FontStyle SixLabors.Fonts.Font::get_RequestedStyle() FNDA:361,SixLabors.Fonts.FontStyle SixLabors.Fonts.Font::get_RequestedStyle() DA:79,361 FN:86,SixLabors.Fonts.FontFamily SixLabors.Fonts.Font::get_Family() FNDA:373,SixLabors.Fonts.FontFamily SixLabors.Fonts.Font::get_Family() DA:87,373 FN:94,System.String SixLabors.Fonts.Font::get_Name() FNDA:0,System.String SixLabors.Fonts.Font::get_Name() DA:95,0 FN:102,System.Single SixLabors.Fonts.Font::get_Size() FNDA:127,System.Single SixLabors.Fonts.Font::get_Size() DA:103,127 FN:110,System.Boolean SixLabors.Fonts.Font::get_Bold() FNDA:0,System.Boolean SixLabors.Fonts.Font::get_Bold() DA:111,0 FN:118,System.Boolean SixLabors.Fonts.Font::get_Italic() FNDA:0,System.Boolean SixLabors.Fonts.Font::get_Italic() DA:119,0 FN:126,System.UInt16 SixLabors.Fonts.Font::get_EmSize() FNDA:87,System.UInt16 SixLabors.Fonts.Font::get_EmSize() DA:127,87 FN:131,System.Int16 SixLabors.Fonts.Font::get_Ascender() FNDA:1,System.Int16 SixLabors.Fonts.Font::get_Ascender() DA:132,1 FN:136,System.Int16 SixLabors.Fonts.Font::get_Descender() FNDA:1,System.Int16 SixLabors.Fonts.Font::get_Descender() DA:137,1 FN:141,System.Int16 SixLabors.Fonts.Font::get_LineGap() FNDA:1,System.Int16 SixLabors.Fonts.Font::get_LineGap() DA:142,1 FN:146,System.Int32 SixLabors.Fonts.Font::get_LineHeight() FNDA:1,System.Int32 SixLabors.Fonts.Font::get_LineHeight() DA:147,1 FN:154,SixLabors.Fonts.IFontInstance SixLabors.Fonts.Font::get_Instance() FNDA:220,SixLabors.Fonts.IFontInstance SixLabors.Fonts.Font::get_Instance() DA:155,220 BRDA:155,12,0,0 BRDA:155,12,1,220 FN:163,SixLabors.Fonts.Glyph SixLabors.Fonts.Font::GetGlyph(System.Int32) FNDA:2,SixLabors.Fonts.Glyph SixLabors.Fonts.Font::GetGlyph(System.Int32) DA:164,2 FN:168,System.String SixLabors.Fonts.Font::LoadFontName() FNDA:0,System.String SixLabors.Fonts.Font::LoadFontName() DA:169,0 BRDA:169,12,0,0 BRDA:169,12,1,0 BRDA:169,40,0,0 BRDA:169,40,1,0 FN:173,SixLabors.Fonts.IFontInstance SixLabors.Fonts.Font::LoadInstanceInternal() FNDA:102,SixLabors.Fonts.IFontInstance SixLabors.Fonts.Font::LoadInstanceInternal() DA:174,102 DA:176,102 DA:179,0 DA:182,102 DA:185,0 DA:188,102 DA:191,70 DA:194,102 BRDA:176,19,0,70 BRDA:176,43,0,0 BRDA:176,19,1,102 BRDA:176,43,1,102 BRDA:182,59,0,70 BRDA:182,83,0,0 BRDA:182,59,1,102 BRDA:182,83,1,102 BRDA:188,99,0,70 BRDA:188,99,1,102 FN:22,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.FontFamily,System.Single,SixLabors.Fonts.FontStyle) FNDA:241,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.FontFamily,System.Single,SixLabors.Fonts.FontStyle) DA:23,241 DA:25,241 DA:26,240 DA:27,240 DA:28,240 DA:29,240 DA:30,240 BRDA:25,9,0,1 BRDA:25,9,1,240 FN:37,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.FontFamily,System.Single) FNDA:105,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.FontFamily,System.Single) DA:38,105 DA:40,105 FN:47,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.Font,SixLabors.Fonts.FontStyle) FNDA:0,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.Font,SixLabors.Fonts.FontStyle) DA:48,0 DA:50,0 BRDA:48,2,0,0 BRDA:48,2,1,0 BRDA:48,14,0,0 BRDA:48,14,1,0 FN:58,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.Font,System.Single,SixLabors.Fonts.FontStyle) FNDA:1,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.Font,System.Single,SixLabors.Fonts.FontStyle) DA:59,1 DA:61,0 BRDA:59,2,0,1 BRDA:59,2,1,0 BRDA:59,14,0,1 BRDA:59,14,1,0 FN:68,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.Font,System.Single) FNDA:109,System.Void SixLabors.Fonts.Font::.ctor(SixLabors.Fonts.Font,System.Single) DA:69,109 DA:71,109 LF:37 LH:28 BRF:26 BRH:13 FNF:20 FNH:15 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\FontCollection.cs FN:30,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::get_Families() FNDA:1,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::get_Families() DA:31,1 FN:34,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::FamiliesByCulture(System.Globalization.CultureInfo) FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::FamiliesByCulture(System.Globalization.CultureInfo) DA:35,0 FN:38,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::FamiliesByCultureInternal(System.Globalization.CultureInfo) FNDA:1,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::FamiliesByCultureInternal(System.Globalization.CultureInfo) DA:39,1 DA:40,3 DA:41,1 DA:42,3 DA:43,1 FN:50,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.String) FNDA:18,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.String) DA:51,18 FN:59,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.String,SixLabors.Fonts.FontDescription&) FNDA:2,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.String,SixLabors.Fonts.FontDescription&) DA:60,2 FN:67,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.IO.Stream) FNDA:9,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.IO.Stream) DA:68,9 FN:76,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.IO.Stream,SixLabors.Fonts.FontDescription&) FNDA:1,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.IO.Stream,SixLabors.Fonts.FontDescription&) DA:77,1 FN:84,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.String) FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.String) DA:85,0 FN:93,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.String,System.Collections.Generic.IEnumerable`1&) FNDA:2,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.String,System.Collections.Generic.IEnumerable`1&) DA:94,2 FN:102,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.IO.Stream,System.Collections.Generic.IEnumerable`1&) FNDA:1,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.IO.Stream,System.Collections.Generic.IEnumerable`1&) DA:103,1 FN:112,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.String,System.Globalization.CultureInfo) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.String,System.Globalization.CultureInfo) DA:113,0 FN:122,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontDescription&) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontDescription&) DA:123,0 FN:131,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.IO.Stream,System.Globalization.CultureInfo) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.IO.Stream,System.Globalization.CultureInfo) DA:132,0 FN:141,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.IO.Stream,System.Globalization.CultureInfo,SixLabors.Fonts.FontDescription&) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(System.IO.Stream,System.Globalization.CultureInfo,SixLabors.Fonts.FontDescription&) DA:142,0 FN:150,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.String,System.Globalization.CultureInfo) FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.String,System.Globalization.CultureInfo) DA:151,0 FN:160,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.String,System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable`1&) FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.String,System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable`1&) DA:161,0 FN:170,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.IO.Stream,System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable`1&) FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollection(System.IO.Stream,System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable`1&) DA:171,0 FN:175,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::InstallInternal(System.String,System.Globalization.CultureInfo) FNDA:18,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::InstallInternal(System.String,System.Globalization.CultureInfo) DA:176,18 FN:180,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::InstallInternal(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontDescription&) FNDA:20,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::InstallInternal(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontDescription&) DA:181,20 DA:182,20 DA:183,20 FN:187,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::InstallInternal(System.IO.Stream,System.Globalization.CultureInfo) FNDA:9,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::InstallInternal(System.IO.Stream,System.Globalization.CultureInfo) DA:188,9 FN:192,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::InstallInternal(System.IO.Stream,System.Globalization.CultureInfo,SixLabors.Fonts.FontDescription&) FNDA:10,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::InstallInternal(System.IO.Stream,System.Globalization.CultureInfo,SixLabors.Fonts.FontDescription&) DA:193,10 DA:194,10 DA:196,10 FN:200,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollectionInternal(System.String,System.Globalization.CultureInfo) FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollectionInternal(System.String,System.Globalization.CultureInfo) DA:201,0 FN:205,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollectionInternal(System.String,System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable`1&) FNDA:2,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollectionInternal(System.String,System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable`1&) DA:206,2 DA:208,2 DA:209,2 DA:210,12 DA:212,4 DA:213,4 DA:214,4 DA:217,2 DA:218,2 BRDA:210,66,1,4 BRDA:210,66,0,2 FN:222,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollectionInternal(System.IO.Stream,System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable`1&) FNDA:1,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::InstallCollectionInternal(System.IO.Stream,System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable`1&) DA:223,1 DA:224,1 DA:225,1 DA:226,1 DA:227,1 DA:228,6 DA:230,2 DA:231,2 DA:232,2 DA:233,2 DA:234,2 DA:237,1 DA:238,1 BRDA:228,118,1,2 BRDA:228,118,0,1 FN:243,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Find(System.String,System.Globalization.CultureInfo) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Find(System.String,System.Globalization.CultureInfo) DA:244,0 FN:247,System.Boolean SixLabors.Fonts.FontCollection::TryFind(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontFamily&) FNDA:0,System.Boolean SixLabors.Fonts.FontCollection::TryFind(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontFamily&) DA:248,0 FN:252,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::FindInternal(System.String,System.Globalization.CultureInfo) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::FindInternal(System.String,System.Globalization.CultureInfo) DA:253,0 DA:255,0 DA:258,0 BRDA:253,10,0,0 BRDA:253,10,1,0 FN:262,System.Boolean SixLabors.Fonts.FontCollection::TryFindInternal(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontFamily&) FNDA:0,System.Boolean SixLabors.Fonts.FontCollection::TryFindInternal(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontFamily&) DA:263,0 DA:264,0 DA:266,0 DA:267,0 DA:268,0 DA:269,0 DA:271,0 DA:274,0 DA:275,0 BRDA:269,82,0,0 BRDA:269,82,1,0 FN:279,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Find(System.String) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Find(System.String) DA:280,0 FN:283,System.Boolean SixLabors.Fonts.FontCollection::TryFind(System.String,SixLabors.Fonts.FontFamily&) FNDA:0,System.Boolean SixLabors.Fonts.FontCollection::TryFind(System.String,SixLabors.Fonts.FontFamily&) DA:284,0 FN:287,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::AvailableStyles(System.String,System.Globalization.CultureInfo) FNDA:280,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::AvailableStyles(System.String,System.Globalization.CultureInfo) DA:288,280 FN:292,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(SixLabors.Fonts.IFontInstance,System.Globalization.CultureInfo) FNDA:130,SixLabors.Fonts.FontFamily SixLabors.Fonts.FontCollection::Install(SixLabors.Fonts.IFontInstance,System.Globalization.CultureInfo) DA:293,130 DA:295,0 DA:298,130 DA:300,0 DA:303,130 DA:305,130 DA:306,130 DA:308,130 BRDA:293,1,0,0 BRDA:293,1,1,130 BRDA:298,20,0,0 BRDA:298,20,1,130 FN:312,SixLabors.Fonts.IFontInstance SixLabors.Fonts.FontCollection::Find(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontStyle) FNDA:172,SixLabors.Fonts.IFontInstance SixLabors.Fonts.FontCollection::Find(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontStyle) DA:313,172 DA:314,344 FN:318,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::FindAll(System.String,System.Globalization.CultureInfo) FNDA:315,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontCollection::FindAll(System.String,System.Globalization.CultureInfo) DA:319,315 DA:321,315 DA:322,632 DA:323,315 DA:325,315 FN:20,System.Void SixLabors.Fonts.FontCollection::.ctor() FNDA:127,System.Void SixLabors.Fonts.FontCollection::.ctor() DA:21,127 DA:26,127 DA:28,127 LF:87 LH:59 BRF:12 BRH:6 FNF:35 FNH:19 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\FontDescription.cs FN:40,SixLabors.Fonts.FontStyle SixLabors.Fonts.FontDescription::get_Style() FNDA:331,SixLabors.Fonts.FontStyle SixLabors.Fonts.FontDescription::get_Style() DA:41,331 FN:46,System.String SixLabors.Fonts.FontDescription::get_FontNameInvariantCulture() FNDA:32,System.String SixLabors.Fonts.FontDescription::get_FontNameInvariantCulture() DA:47,32 FN:52,System.String SixLabors.Fonts.FontDescription::get_FontFamilyInvariantCulture() FNDA:5,System.String SixLabors.Fonts.FontDescription::get_FontFamilyInvariantCulture() DA:53,5 FN:58,System.String SixLabors.Fonts.FontDescription::get_FontSubFamilyNameInvariantCulture() FNDA:9,System.String SixLabors.Fonts.FontDescription::get_FontSubFamilyNameInvariantCulture() DA:59,9 FN:65,System.String SixLabors.Fonts.FontDescription::FontName(System.Globalization.CultureInfo) FNDA:157,System.String SixLabors.Fonts.FontDescription::FontName(System.Globalization.CultureInfo) DA:66,157 FN:72,System.String SixLabors.Fonts.FontDescription::FontFamily(System.Globalization.CultureInfo) FNDA:606,System.String SixLabors.Fonts.FontDescription::FontFamily(System.Globalization.CultureInfo) DA:73,606 FN:79,System.String SixLabors.Fonts.FontDescription::FontSubFamilyName(System.Globalization.CultureInfo) FNDA:157,System.String SixLabors.Fonts.FontDescription::FontSubFamilyName(System.Globalization.CultureInfo) DA:80,157 FN:88,SixLabors.Fonts.FontDescription SixLabors.Fonts.FontDescription::LoadDescription(System.String) FNDA:22,SixLabors.Fonts.FontDescription SixLabors.Fonts.FontDescription::LoadDescription(System.String) DA:89,22 DA:91,22 DA:93,22 DA:94,21 DA:96,20 FN:104,SixLabors.Fonts.FontDescription SixLabors.Fonts.FontDescription::LoadDescription(System.IO.Stream) FNDA:10,SixLabors.Fonts.FontDescription SixLabors.Fonts.FontDescription::LoadDescription(System.IO.Stream) DA:105,10 DA:108,10 DA:109,10 FN:124,SixLabors.Fonts.FontDescription SixLabors.Fonts.FontDescription::LoadDescription(SixLabors.Fonts.FontReader) FNDA:31,SixLabors.Fonts.FontDescription SixLabors.Fonts.FontDescription::LoadDescription(SixLabors.Fonts.FontReader) DA:125,31 DA:126,31 DA:127,31 DA:129,30 FN:138,SixLabors.Fonts.FontDescription[] SixLabors.Fonts.FontDescription::LoadFontCollectionDescriptions(System.String) FNDA:0,SixLabors.Fonts.FontDescription[] SixLabors.Fonts.FontDescription::LoadFontCollectionDescriptions(System.String) DA:139,0 DA:141,0 DA:143,0 DA:145,0 FN:153,SixLabors.Fonts.FontDescription[] SixLabors.Fonts.FontDescription::LoadFontCollectionDescriptions(System.IO.Stream) FNDA:0,SixLabors.Fonts.FontDescription[] SixLabors.Fonts.FontDescription::LoadFontCollectionDescriptions(System.IO.Stream) DA:154,0 DA:155,0 DA:156,0 DA:158,0 DA:159,0 DA:161,0 DA:162,0 DA:163,0 DA:166,0 BRDA:159,84,1,0 BRDA:159,84,0,0 FN:170,SixLabors.Fonts.FontStyle SixLabors.Fonts.FontDescription::ConvertStyle(SixLabors.Fonts.Tables.General.OS2Table,SixLabors.Fonts.Tables.General.HeadTable) FNDA:156,SixLabors.Fonts.FontStyle SixLabors.Fonts.FontDescription::ConvertStyle(SixLabors.Fonts.Tables.General.OS2Table,SixLabors.Fonts.Tables.General.HeadTable) DA:171,156 DA:173,156 DA:175,152 DA:177,0 DA:180,152 DA:182,94 DA:184,94 DA:185,4 DA:187,0 DA:189,0 DA:192,0 DA:194,0 DA:198,156 BRDA:173,3,0,152 BRDA:175,28,0,0 BRDA:175,28,1,152 BRDA:180,56,0,94 BRDA:173,3,1,4 BRDA:185,65,0,0 BRDA:187,89,0,0 BRDA:187,89,1,0 BRDA:192,117,0,0 BRDA:180,56,1,156 BRDA:185,65,1,156 BRDA:192,117,1,156 FN:24,System.Void SixLabors.Fonts.FontDescription::.ctor(SixLabors.Fonts.Tables.General.NameTable,SixLabors.Fonts.Tables.General.OS2Table,SixLabors.Fonts.Tables.General.HeadTable) FNDA:156,System.Void SixLabors.Fonts.FontDescription::.ctor(SixLabors.Fonts.Tables.General.NameTable,SixLabors.Fonts.Tables.General.OS2Table,SixLabors.Fonts.Tables.General.HeadTable) DA:25,156 DA:27,156 DA:28,156 DA:30,156 DA:31,156 DA:32,156 DA:33,156 LF:52 LH:34 BRF:14 BRH:7 FNF:14 FNH:12 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\FontFamily.cs FN:37,System.String SixLabors.Fonts.FontFamily::get_Name() FNDA:329,System.String SixLabors.Fonts.FontFamily::get_Name() DA:38,329 FN:45,System.Globalization.CultureInfo SixLabors.Fonts.FontFamily::get_Culture() FNDA:324,System.Globalization.CultureInfo SixLabors.Fonts.FontFamily::get_Culture() DA:46,324 FN:53,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontFamily::get_AvailableStyles() FNDA:140,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.FontFamily::get_AvailableStyles() DA:54,140 FN:55,SixLabors.Fonts.FontStyle SixLabors.Fonts.FontFamily::get_DefaultStyle() FNDA:70,SixLabors.Fonts.FontStyle SixLabors.Fonts.FontFamily::get_DefaultStyle() DA:56,70 BRDA:56,7,0,70 BRDA:56,7,1,0 FN:66,System.Boolean SixLabors.Fonts.FontFamily::op_Equality(SixLabors.Fonts.FontFamily,SixLabors.Fonts.FontFamily) FNDA:0,System.Boolean SixLabors.Fonts.FontFamily::op_Equality(SixLabors.Fonts.FontFamily,SixLabors.Fonts.FontFamily) DA:67,0 FN:77,System.Boolean SixLabors.Fonts.FontFamily::op_Inequality(SixLabors.Fonts.FontFamily,SixLabors.Fonts.FontFamily) FNDA:0,System.Boolean SixLabors.Fonts.FontFamily::op_Inequality(SixLabors.Fonts.FontFamily,SixLabors.Fonts.FontFamily) DA:78,0 FN:81,SixLabors.Fonts.IFontInstance SixLabors.Fonts.FontFamily::Find(SixLabors.Fonts.FontStyle) FNDA:172,SixLabors.Fonts.IFontInstance SixLabors.Fonts.FontFamily::Find(SixLabors.Fonts.FontStyle) DA:82,172 FN:91,System.Boolean SixLabors.Fonts.FontFamily::IsStyleAvailable(SixLabors.Fonts.FontStyle) FNDA:70,System.Boolean SixLabors.Fonts.FontFamily::IsStyleAvailable(SixLabors.Fonts.FontStyle) DA:92,70 FN:99,System.String SixLabors.Fonts.FontFamily::ToString() FNDA:0,System.String SixLabors.Fonts.FontFamily::ToString() DA:100,0 FN:104,System.Boolean SixLabors.Fonts.FontFamily::Equals(System.Object) FNDA:0,System.Boolean SixLabors.Fonts.FontFamily::Equals(System.Object) DA:105,0 DA:107,0 DA:108,0 DA:111,0 BRDA:105,8,0,0 BRDA:108,29,0,0 BRDA:108,29,1,0 BRDA:108,40,0,0 BRDA:108,49,0,0 BRDA:108,49,1,0 BRDA:108,60,0,0 BRDA:108,70,0,0 BRDA:108,70,1,0 BRDA:108,40,1,0 BRDA:108,60,1,0 BRDA:105,8,1,0 FN:116,System.Int32 SixLabors.Fonts.FontFamily::GetHashCode() FNDA:6,System.Int32 SixLabors.Fonts.FontFamily::GetHashCode() DA:117,6 DA:118,6 FN:24,System.Void SixLabors.Fonts.FontFamily::.ctor(System.String,SixLabors.Fonts.FontCollection,System.Globalization.CultureInfo) FNDA:132,System.Void SixLabors.Fonts.FontFamily::.ctor(System.String,SixLabors.Fonts.FontCollection,System.Globalization.CultureInfo) DA:25,132 DA:27,132 DA:28,132 DA:29,132 DA:30,132 BRDA:27,9,0,0 BRDA:27,9,1,132 LF:20 LH:13 BRF:16 BRH:2 FNF:12 FNH:8 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\FontFamilyCollectionExtensions.cs FN:19,SixLabors.Fonts.Font SixLabors.Fonts.FontFamilyCollectionExtensions::CreateFont(SixLabors.Fonts.FontFamily,System.Single,SixLabors.Fonts.FontStyle) FNDA:0,SixLabors.Fonts.Font SixLabors.Fonts.FontFamilyCollectionExtensions::CreateFont(SixLabors.Fonts.FontFamily,System.Single,SixLabors.Fonts.FontStyle) DA:20,0 DA:22,0 FN:32,SixLabors.Fonts.Font SixLabors.Fonts.FontFamilyCollectionExtensions::CreateFont(SixLabors.Fonts.FontFamily,System.Single) FNDA:105,SixLabors.Fonts.Font SixLabors.Fonts.FontFamilyCollectionExtensions::CreateFont(SixLabors.Fonts.FontFamily,System.Single) DA:33,105 DA:35,105 LF:4 LH:2 BRF:0 BRH:0 FNF:2 FNH:1 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\FontInstance.cs FN:74,System.Int32 SixLabors.Fonts.FontInstance::get_LineHeight() FNDA:989,System.Int32 SixLabors.Fonts.FontInstance::get_LineHeight() DA:75,989 FN:79,System.Int16 SixLabors.Fonts.FontInstance::get_Ascender() FNDA:980,System.Int16 SixLabors.Fonts.FontInstance::get_Ascender() DA:80,980 FN:84,System.Int16 SixLabors.Fonts.FontInstance::get_Descender() FNDA:940,System.Int16 SixLabors.Fonts.FontInstance::get_Descender() DA:85,940 FN:89,System.Int16 SixLabors.Fonts.FontInstance::get_LineGap() FNDA:1,System.Int16 SixLabors.Fonts.FontInstance::get_LineGap() DA:90,1 FN:97,System.UInt16 SixLabors.Fonts.FontInstance::get_EmSize() FNDA:741,System.UInt16 SixLabors.Fonts.FontInstance::get_EmSize() DA:98,741 FN:100,SixLabors.Fonts.FontDescription SixLabors.Fonts.FontInstance::get_Description() FNDA:850,SixLabors.Fonts.FontDescription SixLabors.Fonts.FontInstance::get_Description() DA:101,850 FN:104,System.Boolean SixLabors.Fonts.FontInstance::TryGetGlyphIndex(System.Int32,System.UInt16&) FNDA:879,System.Boolean SixLabors.Fonts.FontInstance::TryGetGlyphIndex(System.Int32,System.UInt16&) DA:105,879 FN:114,SixLabors.Fonts.GlyphInstance SixLabors.Fonts.FontInstance::SixLabors.Fonts.IFontInstance.GetGlyph(System.Int32) FNDA:878,SixLabors.Fonts.GlyphInstance SixLabors.Fonts.FontInstance::SixLabors.Fonts.IFontInstance.GetGlyph(System.Int32) DA:115,878 DA:116,878 DA:118,265 DA:121,878 DA:123,334 DA:126,878 BRDA:116,11,0,265 BRDA:116,11,1,878 BRDA:121,23,0,334 BRDA:123,35,0,15 BRDA:123,35,1,319 BRDA:121,23,1,878 FN:130,SixLabors.Fonts.GlyphInstance SixLabors.Fonts.FontInstance::CreateInstance(System.UInt16,SixLabors.Fonts.GlyphType,System.UInt16) FNDA:340,SixLabors.Fonts.GlyphInstance SixLabors.Fonts.FontInstance::CreateInstance(System.UInt16,SixLabors.Fonts.GlyphType,System.UInt16) DA:131,340 DA:132,340 DA:133,340 DA:134,340 DA:135,340 DA:138,6 DA:140,6 DA:144,340 BRDA:135,49,0,6 BRDA:138,57,0,6 BRDA:140,66,0,0 BRDA:140,66,1,6 BRDA:135,49,1,340 BRDA:138,57,1,340 FN:148,System.Boolean SixLabors.Fonts.FontInstance::TryGetColoredVectors(System.UInt16,SixLabors.Fonts.GlyphInstance[]&) FNDA:2,System.Boolean SixLabors.Fonts.FontInstance::TryGetColoredVectors(System.UInt16,SixLabors.Fonts.GlyphInstance[]&) DA:149,2 DA:151,0 DA:152,0 DA:155,2 DA:156,2 DA:158,2 DA:159,2 DA:161,2 DA:162,16 DA:164,6 DA:166,6 DA:170,2 DA:171,2 DA:174,2 BRDA:149,6,0,2 BRDA:149,6,1,0 BRDA:149,14,0,0 BRDA:149,14,1,2 BRDA:156,33,0,2 BRDA:159,56,0,2 BRDA:162,121,1,6 BRDA:159,56,1,2 BRDA:162,121,0,2 BRDA:170,127,0,0 BRDA:170,127,1,2 BRDA:156,33,1,2 FN:185,System.Numerics.Vector2 SixLabors.Fonts.FontInstance::SixLabors.Fonts.IFontInstance.GetOffset(SixLabors.Fonts.GlyphInstance,SixLabors.Fonts.GlyphInstance) FNDA:519,System.Numerics.Vector2 SixLabors.Fonts.FontInstance::SixLabors.Fonts.IFontInstance.GetOffset(SixLabors.Fonts.GlyphInstance,SixLabors.Fonts.GlyphInstance) DA:186,519 DA:188,0 DA:192,519 BRDA:186,1,0,0 BRDA:186,1,1,519 FN:201,SixLabors.Fonts.FontInstance SixLabors.Fonts.FontInstance::LoadFont(System.String) FNDA:0,SixLabors.Fonts.FontInstance SixLabors.Fonts.FontInstance::LoadFont(System.String) DA:202,0 DA:204,0 DA:205,0 DA:207,0 FN:216,SixLabors.Fonts.FontInstance SixLabors.Fonts.FontInstance::LoadFont(System.String,System.Int64) FNDA:18,SixLabors.Fonts.FontInstance SixLabors.Fonts.FontInstance::LoadFont(System.String,System.Int64) DA:217,18 DA:219,18 DA:220,18 DA:222,18 FN:230,SixLabors.Fonts.FontInstance SixLabors.Fonts.FontInstance::LoadFont(System.IO.Stream) FNDA:32,SixLabors.Fonts.FontInstance SixLabors.Fonts.FontInstance::LoadFont(System.IO.Stream) DA:231,32 DA:232,32 FN:238,SixLabors.Fonts.FontInstance SixLabors.Fonts.FontInstance::LoadFont(SixLabors.Fonts.FontReader) FNDA:32,SixLabors.Fonts.FontInstance SixLabors.Fonts.FontInstance::LoadFont(SixLabors.Fonts.FontReader) DA:239,32 DA:240,32 DA:241,32 DA:242,32 DA:243,32 DA:248,32 DA:253,32 DA:254,32 DA:255,32 DA:256,32 DA:258,32 DA:260,32 DA:262,2 DA:263,2 DA:266,30 DA:273,32 BRDA:260,81,0,2 BRDA:260,81,1,30 FN:282,SixLabors.Fonts.FontInstance[] SixLabors.Fonts.FontInstance::LoadFontCollection(System.String) FNDA:0,SixLabors.Fonts.FontInstance[] SixLabors.Fonts.FontInstance::LoadFontCollection(System.String) DA:283,0 DA:285,0 DA:287,0 FN:295,SixLabors.Fonts.FontInstance[] SixLabors.Fonts.FontInstance::LoadFontCollection(System.IO.Stream) FNDA:0,SixLabors.Fonts.FontInstance[] SixLabors.Fonts.FontInstance::LoadFontCollection(System.IO.Stream) DA:296,0 DA:297,0 DA:298,0 DA:299,0 DA:301,0 DA:303,0 DA:304,0 DA:307,0 BRDA:301,75,1,0 BRDA:301,75,0,0 FN:43,System.Void SixLabors.Fonts.FontInstance::.ctor(SixLabors.Fonts.Tables.General.NameTable,SixLabors.Fonts.Tables.General.CMapTable,SixLabors.Fonts.Tables.General.GlyphTable,SixLabors.Fonts.Tables.General.OS2Table,SixLabors.Fonts.Tables.General.HorizontalMetricsTable,SixLabors.Fonts.Tables.General.HeadTable,SixLabors.Fonts.Tables.General.KerningTable,SixLabors.Fonts.Tables.General.ColrTable,SixLabors.Fonts.Tables.General.CpalTable) FNDA:126,System.Void SixLabors.Fonts.FontInstance::.ctor(SixLabors.Fonts.Tables.General.NameTable,SixLabors.Fonts.Tables.General.CMapTable,SixLabors.Fonts.Tables.General.GlyphTable,SixLabors.Fonts.Tables.General.OS2Table,SixLabors.Fonts.Tables.General.HorizontalMetricsTable,SixLabors.Fonts.Tables.General.HeadTable,SixLabors.Fonts.Tables.General.KerningTable,SixLabors.Fonts.Tables.General.ColrTable,SixLabors.Fonts.Tables.General.CpalTable) DA:44,126 DA:46,126 DA:47,126 DA:48,126 DA:49,126 DA:50,126 DA:51,126 DA:52,126 DA:54,2 DA:58,126 DA:59,126 DA:60,126 DA:61,126 DA:62,126 DA:63,126 DA:64,126 DA:65,126 DA:66,126 DA:67,126 BRDA:52,68,0,2 BRDA:52,68,1,126 LF:94 LH:76 BRF:32 BRH:25 FNF:18 FNH:15 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\FontReader.cs FN:101,System.Collections.Generic.IReadOnlyDictionary`2 SixLabors.Fonts.FontReader::get_Headers() FNDA:493,System.Collections.Generic.IReadOnlyDictionary`2 SixLabors.Fonts.FontReader::get_Headers() DA:102,493 FN:103,System.Boolean SixLabors.Fonts.FontReader::get_CompressedTableData() FNDA:0,System.Boolean SixLabors.Fonts.FontReader::get_CompressedTableData() DA:104,0 FN:105,SixLabors.Fonts.FontReader/OutlineTypes SixLabors.Fonts.FontReader::get_OutlineType() FNDA:80,SixLabors.Fonts.FontReader/OutlineTypes SixLabors.Fonts.FontReader::get_OutlineType() DA:106,80 FN:110,TTableType SixLabors.Fonts.FontReader::TryGetTable() FNDA:676,TTableType SixLabors.Fonts.FontReader::TryGetTable() DA:111,676 DA:113,192 DA:117,484 DA:118,482 DA:120,70 DA:123,412 DA:124,412 DA:127,412 BRDA:111,23,0,192 BRDA:111,23,1,484 BRDA:118,51,0,70 BRDA:118,51,1,412 FN:132,TTableType SixLabors.Fonts.FontReader::GetTable() FNDA:552,TTableType SixLabors.Fonts.FontReader::GetTable() DA:133,552 DA:135,550 DA:137,1 DA:138,1 DA:141,549 BRDA:135,12,0,1 BRDA:135,12,1,549 FN:145,SixLabors.Fonts.Tables.TableHeader SixLabors.Fonts.FontReader::GetHeader(System.String) FNDA:492,SixLabors.Fonts.Tables.TableHeader SixLabors.Fonts.FontReader::GetHeader(System.String) DA:146,492 DA:147,492 DA:148,492 BRDA:146,14,0,88 BRDA:146,14,1,404 FN:152,SixLabors.Fonts.BinaryReader SixLabors.Fonts.FontReader::GetReaderAtTablePosition(System.String) FNDA:197,SixLabors.Fonts.BinaryReader SixLabors.Fonts.FontReader::GetReaderAtTablePosition(System.String) DA:153,197 DA:154,197 DA:156,5 DA:159,192 BRDA:154,8,0,5 BRDA:154,8,1,192 FN:163,SixLabors.Fonts.BinaryReader SixLabors.Fonts.FontReader::TryGetReaderAtTablePosition(System.String) FNDA:492,SixLabors.Fonts.BinaryReader SixLabors.Fonts.FontReader::TryGetReaderAtTablePosition(System.String) DA:164,492 DA:165,492 BRDA:165,8,0,88 BRDA:165,8,1,404 FN:14,System.Void SixLabors.Fonts.FontReader::.ctor(System.IO.Stream,SixLabors.Fonts.Tables.TableLoader) FNDA:79,System.Void SixLabors.Fonts.FontReader::.ctor(System.IO.Stream,SixLabors.Fonts.Tables.TableLoader) DA:15,79 DA:19,79 DA:21,79 DA:23,79 DA:24,79 DA:26,79 DA:27,79 DA:30,79 DA:31,79 DA:32,79 DA:49,2 DA:50,2 DA:51,2 DA:52,2 DA:53,2 DA:54,2 DA:55,2 DA:56,2 DA:57,2 DA:58,2 DA:59,2 DA:60,2 DA:61,2 DA:62,2 DA:63,2 DA:64,2 DA:68,77 DA:69,77 DA:70,77 DA:71,77 DA:72,77 DA:73,77 DA:76,79 DA:78,1 DA:81,78 DA:82,2550 DA:84,1198 DA:85,1197 DA:88,77 DA:89,77 BRDA:32,74,0,2 BRDA:32,74,1,77 BRDA:76,244,0,1 BRDA:76,244,1,78 BRDA:82,304,1,1198 BRDA:82,304,0,77 FN:91,System.Void SixLabors.Fonts.FontReader::.ctor(System.IO.Stream) FNDA:79,System.Void SixLabors.Fonts.FontReader::.ctor(System.IO.Stream) DA:92,79 DA:94,77 LF:67 LH:66 BRF:18 BRH:18 FNF:10 FNH:9 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\FontRectangle.cs FN:58,System.Single SixLabors.Fonts.FontRectangle::get_X() FNDA:1503,System.Single SixLabors.Fonts.FontRectangle::get_X() DA:59,1503 FN:63,System.Single SixLabors.Fonts.FontRectangle::get_Y() FNDA:1226,System.Single SixLabors.Fonts.FontRectangle::get_Y() DA:64,1226 FN:68,System.Single SixLabors.Fonts.FontRectangle::get_Width() FNDA:922,System.Single SixLabors.Fonts.FontRectangle::get_Width() DA:69,922 FN:73,System.Single SixLabors.Fonts.FontRectangle::get_Height() FNDA:703,System.Single SixLabors.Fonts.FontRectangle::get_Height() DA:74,703 FN:82,System.Numerics.Vector2 SixLabors.Fonts.FontRectangle::get_Location() FNDA:2,System.Numerics.Vector2 SixLabors.Fonts.FontRectangle::get_Location() DA:83,2 FN:92,System.Numerics.Vector2 SixLabors.Fonts.FontRectangle::get_Size() FNDA:0,System.Numerics.Vector2 SixLabors.Fonts.FontRectangle::get_Size() DA:93,0 FN:99,System.Boolean SixLabors.Fonts.FontRectangle::get_IsEmpty() FNDA:0,System.Boolean SixLabors.Fonts.FontRectangle::get_IsEmpty() DA:100,0 BRDA:100,11,0,0 BRDA:100,11,1,0 FN:104,System.Single SixLabors.Fonts.FontRectangle::get_Top() FNDA:552,System.Single SixLabors.Fonts.FontRectangle::get_Top() DA:105,552 FN:112,System.Single SixLabors.Fonts.FontRectangle::get_Right() FNDA:837,System.Single SixLabors.Fonts.FontRectangle::get_Right() DA:113,837 FN:121,System.Single SixLabors.Fonts.FontRectangle::get_Bottom() FNDA:558,System.Single SixLabors.Fonts.FontRectangle::get_Bottom() DA:122,558 FN:127,System.Single SixLabors.Fonts.FontRectangle::get_Left() FNDA:550,System.Single SixLabors.Fonts.FontRectangle::get_Left() DA:128,550 FN:138,System.Boolean SixLabors.Fonts.FontRectangle::op_Equality(SixLabors.Fonts.FontRectangle,SixLabors.Fonts.FontRectangle) FNDA:0,System.Boolean SixLabors.Fonts.FontRectangle::op_Equality(SixLabors.Fonts.FontRectangle,SixLabors.Fonts.FontRectangle) DA:139,0 FN:149,System.Boolean SixLabors.Fonts.FontRectangle::op_Inequality(SixLabors.Fonts.FontRectangle,SixLabors.Fonts.FontRectangle) FNDA:0,System.Boolean SixLabors.Fonts.FontRectangle::op_Inequality(SixLabors.Fonts.FontRectangle,SixLabors.Fonts.FontRectangle) DA:150,0 FN:161,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::FromLTRB(System.Single,System.Single,System.Single,System.Single) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::FromLTRB(System.Single,System.Single,System.Single,System.Single) DA:162,0 FN:169,System.Numerics.Vector2 SixLabors.Fonts.FontRectangle::Center(SixLabors.Fonts.FontRectangle) FNDA:0,System.Numerics.Vector2 SixLabors.Fonts.FontRectangle::Center(SixLabors.Fonts.FontRectangle) DA:170,0 FN:181,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Intersect(SixLabors.Fonts.FontRectangle,SixLabors.Fonts.FontRectangle) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Intersect(SixLabors.Fonts.FontRectangle,SixLabors.Fonts.FontRectangle) DA:182,0 DA:183,0 DA:184,0 DA:185,0 DA:187,0 DA:189,0 DA:192,0 BRDA:187,82,0,0 BRDA:187,86,0,0 BRDA:187,82,1,0 BRDA:187,86,1,0 FN:204,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Inflate(SixLabors.Fonts.FontRectangle,System.Single,System.Single) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Inflate(SixLabors.Fonts.FontRectangle,System.Single,System.Single) DA:205,0 DA:206,0 DA:207,0 FN:217,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Transform(SixLabors.Fonts.FontRectangle,System.Numerics.Matrix3x2) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Transform(SixLabors.Fonts.FontRectangle,System.Numerics.Matrix3x2) DA:218,0 DA:219,0 DA:220,0 DA:222,0 FN:233,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Union(SixLabors.Fonts.FontRectangle,SixLabors.Fonts.FontRectangle) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Union(SixLabors.Fonts.FontRectangle,SixLabors.Fonts.FontRectangle) DA:234,0 DA:235,0 DA:236,0 DA:237,0 DA:239,0 FN:250,System.Void SixLabors.Fonts.FontRectangle::Deconstruct(System.Single&,System.Single&,System.Single&,System.Single&) FNDA:0,System.Void SixLabors.Fonts.FontRectangle::Deconstruct(System.Single&,System.Single&,System.Single&,System.Single&) DA:251,0 DA:252,0 DA:253,0 DA:254,0 DA:255,0 FN:264,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Intersect(SixLabors.Fonts.FontRectangle) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Intersect(SixLabors.Fonts.FontRectangle) DA:265,0 FN:276,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Inflate(System.Single,System.Single) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Inflate(System.Single,System.Single) DA:277,0 DA:278,0 DA:279,0 DA:280,0 DA:281,0 FN:289,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Inflate(System.Numerics.Vector2) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Inflate(System.Numerics.Vector2) DA:290,0 FN:299,System.Boolean SixLabors.Fonts.FontRectangle::Contains(System.Single,System.Single) FNDA:0,System.Boolean SixLabors.Fonts.FontRectangle::Contains(System.Single,System.Single) DA:300,0 BRDA:300,7,0,0 BRDA:300,16,0,0 BRDA:300,25,0,0 BRDA:300,7,1,0 BRDA:300,16,1,0 BRDA:300,25,1,0 FN:307,System.Boolean SixLabors.Fonts.FontRectangle::Contains(System.Numerics.Vector2) FNDA:0,System.Boolean SixLabors.Fonts.FontRectangle::Contains(System.Numerics.Vector2) DA:308,0 FN:317,System.Boolean SixLabors.Fonts.FontRectangle::Contains(SixLabors.Fonts.FontRectangle) FNDA:0,System.Boolean SixLabors.Fonts.FontRectangle::Contains(SixLabors.Fonts.FontRectangle) DA:318,0 DA:319,0 BRDA:318,13,0,0 BRDA:318,28,0,0 BRDA:318,43,0,0 BRDA:318,13,1,0 BRDA:318,28,1,0 BRDA:318,43,1,0 FN:328,System.Boolean SixLabors.Fonts.FontRectangle::IntersectsWith(SixLabors.Fonts.FontRectangle) FNDA:0,System.Boolean SixLabors.Fonts.FontRectangle::IntersectsWith(SixLabors.Fonts.FontRectangle) DA:329,0 DA:330,0 BRDA:329,13,0,0 BRDA:329,28,0,0 BRDA:329,43,0,0 BRDA:329,13,1,0 BRDA:329,28,1,0 BRDA:329,43,1,0 FN:337,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Offset(System.Numerics.Vector2) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Offset(System.Numerics.Vector2) DA:338,0 FN:348,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Offset(System.Single,System.Single) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.FontRectangle::Offset(System.Single,System.Single) DA:349,0 FN:354,System.Int32 SixLabors.Fonts.FontRectangle::GetHashCode() FNDA:0,System.Int32 SixLabors.Fonts.FontRectangle::GetHashCode() DA:355,0 FN:360,System.String SixLabors.Fonts.FontRectangle::ToString() FNDA:0,System.String SixLabors.Fonts.FontRectangle::ToString() DA:361,0 FN:364,System.Boolean SixLabors.Fonts.FontRectangle::Equals(System.Object) FNDA:0,System.Boolean SixLabors.Fonts.FontRectangle::Equals(System.Object) DA:365,0 BRDA:365,6,0,0 BRDA:365,6,1,0 FN:369,System.Boolean SixLabors.Fonts.FontRectangle::Equals(SixLabors.Fonts.FontRectangle) FNDA:1,System.Boolean SixLabors.Fonts.FontRectangle::Equals(SixLabors.Fonts.FontRectangle) DA:370,1 DA:371,1 DA:372,1 DA:373,1 BRDA:370,21,0,1 BRDA:370,44,0,1 BRDA:370,67,0,1 BRDA:370,21,1,0 BRDA:370,44,1,0 BRDA:370,67,1,0 FN:35,System.Void SixLabors.Fonts.FontRectangle::.ctor(System.Single,System.Single,System.Single,System.Single) FNDA:687,System.Void SixLabors.Fonts.FontRectangle::.ctor(System.Single,System.Single,System.Single,System.Single) DA:36,687 DA:37,687 DA:38,687 DA:39,687 DA:40,687 FN:51,System.Void SixLabors.Fonts.FontRectangle::.ctor(System.Numerics.Vector2,System.Numerics.Vector2) FNDA:0,System.Void SixLabors.Fonts.FontRectangle::.ctor(System.Numerics.Vector2,System.Numerics.Vector2) DA:52,0 DA:54,0 LF:68 LH:18 BRF:32 BRH:3 FNF:35 FNH:11 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Glyph.cs FN:27,SixLabors.Fonts.GlyphInstance SixLabors.Fonts.Glyph::get_Instance() FNDA:1,SixLabors.Fonts.GlyphInstance SixLabors.Fonts.Glyph::get_Instance() DA:28,1 FN:37,SixLabors.Fonts.FontRectangle SixLabors.Fonts.Glyph::BoundingBox(System.Numerics.Vector2,System.Numerics.Vector2) FNDA:471,SixLabors.Fonts.FontRectangle SixLabors.Fonts.Glyph::BoundingBox(System.Numerics.Vector2,System.Numerics.Vector2) DA:38,471 FN:49,System.Void SixLabors.Fonts.Glyph::RenderTo(SixLabors.Fonts.IGlyphRenderer,System.Numerics.Vector2,System.Single,System.Single) FNDA:1,System.Void SixLabors.Fonts.Glyph::RenderTo(SixLabors.Fonts.IGlyphRenderer,System.Numerics.Vector2,System.Single,System.Single) DA:50,1 DA:51,1 FN:63,System.Void SixLabors.Fonts.Glyph::RenderTo(SixLabors.Fonts.IGlyphRenderer,System.Numerics.Vector2,System.Single,System.Single,System.Single) FNDA:15,System.Void SixLabors.Fonts.Glyph::RenderTo(SixLabors.Fonts.IGlyphRenderer,System.Numerics.Vector2,System.Single,System.Single,System.Single) DA:64,15 DA:65,15 FN:17,System.Void SixLabors.Fonts.Glyph::.ctor(SixLabors.Fonts.GlyphInstance,System.Single) FNDA:869,System.Void SixLabors.Fonts.Glyph::.ctor(SixLabors.Fonts.GlyphInstance,System.Single) DA:18,869 DA:19,869 DA:20,869 LF:9 LH:9 BRF:0 BRH:0 FNF:5 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\GlyphInstance.cs FN:44,SixLabors.Fonts.FontInstance SixLabors.Fonts.GlyphInstance::get_Font() FNDA:4798,SixLabors.Fonts.FontInstance SixLabors.Fonts.GlyphInstance::get_Font() DA:45,4798 FN:52,SixLabors.Fonts.Bounds SixLabors.Fonts.GlyphInstance::get_Bounds() FNDA:1805,SixLabors.Fonts.Bounds SixLabors.Fonts.GlyphInstance::get_Bounds() DA:53,1805 FN:60,System.UInt16 SixLabors.Fonts.GlyphInstance::get_AdvanceWidth() FNDA:1552,System.UInt16 SixLabors.Fonts.GlyphInstance::get_AdvanceWidth() DA:61,1552 FN:68,System.Single SixLabors.Fonts.GlyphInstance::get_Height() FNDA:1552,System.Single SixLabors.Fonts.GlyphInstance::get_Height() DA:69,1552 FN:76,SixLabors.Fonts.GlyphType SixLabors.Fonts.GlyphInstance::get_GlyphType() FNDA:894,SixLabors.Fonts.GlyphType SixLabors.Fonts.GlyphInstance::get_GlyphType() DA:77,894 FN:84,System.Nullable`1 SixLabors.Fonts.GlyphInstance::get_GlyphColor() FNDA:34,System.Nullable`1 SixLabors.Fonts.GlyphInstance::get_GlyphColor() DA:85,34 FN:92,System.UInt16 SixLabors.Fonts.GlyphInstance::get_Index() FNDA:1056,System.UInt16 SixLabors.Fonts.GlyphInstance::get_Index() DA:93,1056 FN:97,System.UInt16 SixLabors.Fonts.GlyphInstance::get_SizeOfEm() FNDA:0,System.UInt16 SixLabors.Fonts.GlyphInstance::get_SizeOfEm() DA:98,0 FN:102,System.Numerics.Vector2[] SixLabors.Fonts.GlyphInstance::get_ControlPoints() FNDA:1,System.Numerics.Vector2[] SixLabors.Fonts.GlyphInstance::get_ControlPoints() DA:103,1 FN:107,System.Boolean[] SixLabors.Fonts.GlyphInstance::get_OnCurves() FNDA:1,System.Boolean[] SixLabors.Fonts.GlyphInstance::get_OnCurves() DA:108,1 FN:112,System.UInt16[] SixLabors.Fonts.GlyphInstance::get_EndPoints() FNDA:0,System.UInt16[] SixLabors.Fonts.GlyphInstance::get_EndPoints() DA:113,0 FN:117,System.Int16 SixLabors.Fonts.GlyphInstance::get_LeftSideBearing() FNDA:0,System.Int16 SixLabors.Fonts.GlyphInstance::get_LeftSideBearing() DA:118,0 FN:122,System.Single SixLabors.Fonts.GlyphInstance::get_ScaleFactor() FNDA:0,System.Single SixLabors.Fonts.GlyphInstance::get_ScaleFactor() DA:123,0 FN:126,SixLabors.Fonts.FontRectangle SixLabors.Fonts.GlyphInstance::BoundingBox(System.Numerics.Vector2,System.Numerics.Vector2) FNDA:488,SixLabors.Fonts.FontRectangle SixLabors.Fonts.GlyphInstance::BoundingBox(System.Numerics.Vector2,System.Numerics.Vector2) DA:127,488 DA:128,488 DA:130,488 DA:132,488 FN:145,System.Void SixLabors.Fonts.GlyphInstance::RenderTo(SixLabors.Fonts.IGlyphRenderer,System.Single,System.Numerics.Vector2,System.Numerics.Vector2,System.Single) FNDA:17,System.Void SixLabors.Fonts.GlyphInstance::RenderTo(SixLabors.Fonts.IGlyphRenderer,System.Single,System.Numerics.Vector2,System.Numerics.Vector2,System.Single) DA:146,17 DA:148,17 DA:150,17 DA:152,17 DA:154,17 DA:156,17 DA:158,14 DA:160,3 DA:163,14 DA:164,60 DA:166,16 DA:167,16 DA:168,16 DA:170,16 DA:171,16 DA:172,16 DA:174,16 DA:176,8 DA:177,8 DA:180,8 DA:182,3 DA:183,3 DA:187,5 DA:188,5 DA:192,16 DA:193,272 DA:195,120 DA:196,120 DA:197,120 DA:198,120 DA:199,120 DA:200,120 DA:202,120 DA:205,46 DA:206,46 DA:209,74 DA:210,74 DA:212,74 DA:214,54 DA:215,54 DA:218,74 DA:220,54 DA:223,74 DA:224,74 DA:228,16 DA:232,17 DA:233,17 BRDA:156,53,0,14 BRDA:158,73,0,3 BRDA:158,83,0,3 BRDA:158,73,1,14 BRDA:158,83,1,14 BRDA:164,522,1,16 BRDA:174,202,0,8 BRDA:174,202,1,8 BRDA:180,228,0,3 BRDA:180,228,1,5 BRDA:193,490,1,120 BRDA:202,360,0,46 BRDA:202,360,1,74 BRDA:212,394,0,54 BRDA:212,394,1,74 BRDA:218,439,0,54 BRDA:218,439,1,74 BRDA:193,490,0,16 BRDA:156,53,1,17 BRDA:164,522,0,17 FN:237,System.Numerics.Vector2 SixLabors.Fonts.GlyphInstance::GetPoint(System.Numerics.Vector2&,System.Int32) FNDA:152,System.Numerics.Vector2 SixLabors.Fonts.GlyphInstance::GetPoint(System.Numerics.Vector2&,System.Int32) DA:238,152 DA:240,152 FN:244,System.Void SixLabors.Fonts.GlyphInstance::AlignToGrid(System.Numerics.Vector2&) FNDA:0,System.Void SixLabors.Fonts.GlyphInstance::AlignToGrid(System.Numerics.Vector2&) DA:245,0 DA:246,0 DA:248,0 DA:249,0 DA:251,0 DA:252,0 BRDA:248,55,0,0 BRDA:248,55,1,0 BRDA:249,87,0,0 BRDA:249,87,1,0 FN:255,SixLabors.Fonts.GlyphInstance/ControlPointCollection SixLabors.Fonts.GlyphInstance::DrawPoints(SixLabors.Fonts.IGlyphRenderer,SixLabors.Fonts.GlyphInstance/ControlPointCollection,System.Numerics.Vector2) FNDA:0,SixLabors.Fonts.GlyphInstance/ControlPointCollection SixLabors.Fonts.GlyphInstance::DrawPoints(SixLabors.Fonts.IGlyphRenderer,SixLabors.Fonts.GlyphInstance/ControlPointCollection,System.Numerics.Vector2) DA:256,0 DA:260,0 DA:261,0 DA:262,0 DA:263,0 DA:265,0 DA:266,0 DA:267,0 DA:268,0 DA:269,0 DA:271,0 DA:274,0 DA:275,0 BRDA:256,8,2,0 BRDA:256,8,3,0 BRDA:256,8,0,0 BRDA:256,8,1,0 FN:23,System.Void SixLabors.Fonts.GlyphInstance::.ctor(SixLabors.Fonts.FontInstance,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector,System.UInt16,System.Int16,System.UInt16,System.UInt16,SixLabors.Fonts.GlyphType,System.Nullable`1) FNDA:341,System.Void SixLabors.Fonts.GlyphInstance::.ctor(SixLabors.Fonts.FontInstance,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector,System.UInt16,System.Int16,System.UInt16,System.UInt16,SixLabors.Fonts.GlyphType,System.Nullable`1) DA:24,341 DA:26,341 DA:27,341 DA:28,341 DA:30,341 DA:31,341 DA:32,341 DA:33,341 DA:34,341 DA:35,341 DA:36,341 DA:37,341 FN:16,System.Void SixLabors.Fonts.GlyphInstance::.cctor() FNDA:1,System.Void SixLabors.Fonts.GlyphInstance::.cctor() DA:17,1 FN:285,System.Void SixLabors.Fonts.GlyphInstance/ControlPointCollection::Add(System.Numerics.Vector2) FNDA:0,System.Void SixLabors.Fonts.GlyphInstance/ControlPointCollection::Add(System.Numerics.Vector2) DA:286,0 DA:289,0 DA:290,0 DA:292,0 DA:293,0 DA:295,0 BRDA:286,19,0,0 BRDA:286,19,1,0 BRDA:286,23,1,0 BRDA:286,23,0,0 FN:300,System.Void SixLabors.Fonts.GlyphInstance/ControlPointCollection::ReplaceLast(System.Numerics.Vector2) FNDA:0,System.Void SixLabors.Fonts.GlyphInstance/ControlPointCollection::ReplaceLast(System.Numerics.Vector2) DA:301,0 DA:302,0 DA:303,0 FN:306,System.Void SixLabors.Fonts.GlyphInstance/ControlPointCollection::Clear() FNDA:0,System.Void SixLabors.Fonts.GlyphInstance/ControlPointCollection::Clear() DA:307,0 DA:308,0 LF:109 LH:75 BRF:32 BRH:20 FNF:23 FNH:14 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\GlyphLayout.cs FN:32,System.Boolean SixLabors.Fonts.GlyphLayout::get_IsWhiteSpace() FNDA:1563,System.Boolean SixLabors.Fonts.GlyphLayout::get_IsWhiteSpace() DA:33,1563 FN:40,SixLabors.Fonts.Glyph SixLabors.Fonts.GlyphLayout::get_Glyph() FNDA:1359,SixLabors.Fonts.Glyph SixLabors.Fonts.GlyphLayout::get_Glyph() DA:41,1359 FN:48,System.Numerics.Vector2 SixLabors.Fonts.GlyphLayout::get_Location() FNDA:2606,System.Numerics.Vector2 SixLabors.Fonts.GlyphLayout::get_Location() DA:49,2606 FN:56,System.Single SixLabors.Fonts.GlyphLayout::get_Width() FNDA:1951,System.Single SixLabors.Fonts.GlyphLayout::get_Width() DA:57,1951 FN:64,System.Single SixLabors.Fonts.GlyphLayout::get_Height() FNDA:938,System.Single SixLabors.Fonts.GlyphLayout::get_Height() DA:65,938 FN:69,System.Boolean SixLabors.Fonts.GlyphLayout::get_StartOfLine() FNDA:2388,System.Boolean SixLabors.Fonts.GlyphLayout::get_StartOfLine() DA:70,2388 FN:74,System.Int32 SixLabors.Fonts.GlyphLayout::get_CodePoint() FNDA:879,System.Int32 SixLabors.Fonts.GlyphLayout::get_CodePoint() DA:75,879 FN:76,System.Single SixLabors.Fonts.GlyphLayout::get_LineHeight() FNDA:1016,System.Single SixLabors.Fonts.GlyphLayout::get_LineHeight() DA:77,1016 FN:78,System.Boolean SixLabors.Fonts.GlyphLayout::get_IsControlCharacter() FNDA:1365,System.Boolean SixLabors.Fonts.GlyphLayout::get_IsControlCharacter() DA:79,1365 FN:82,SixLabors.Fonts.FontRectangle SixLabors.Fonts.GlyphLayout::BoundingBox(System.Numerics.Vector2) FNDA:471,SixLabors.Fonts.FontRectangle SixLabors.Fonts.GlyphLayout::BoundingBox(System.Numerics.Vector2) DA:83,471 DA:85,471 DA:87,102 DA:90,471 BRDA:85,34,0,102 BRDA:85,34,1,471 FN:94,System.String SixLabors.Fonts.GlyphLayout::ToString() FNDA:0,System.String SixLabors.Fonts.GlyphLayout::ToString() DA:95,0 DA:96,0 DA:98,0 DA:99,0 DA:102,0 DA:104,0 DA:107,0 DA:108,0 DA:110,0 DA:111,0 DA:112,0 DA:113,0 DA:115,0 DA:119,0 DA:120,0 DA:122,0 DA:123,0 DA:124,0 DA:125,0 DA:126,0 DA:127,0 DA:128,0 DA:130,0 BRDA:96,12,0,0 BRDA:96,12,1,0 BRDA:102,38,0,0 BRDA:102,38,1,0 BRDA:108,69,0,0 BRDA:108,69,1,0 BRDA:108,69,2,0 BRDA:108,69,5,0 BRDA:108,97,1,0 BRDA:108,69,3,0 BRDA:108,69,4,0 BRDA:108,97,0,0 FN:15,System.Void SixLabors.Fonts.GlyphLayout::.ctor(System.Int32,SixLabors.Fonts.Glyph,System.Numerics.Vector2,System.Single,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean) FNDA:1740,System.Void SixLabors.Fonts.GlyphLayout::.ctor(System.Int32,SixLabors.Fonts.Glyph,System.Numerics.Vector2,System.Single,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean) DA:16,1740 DA:17,1740 DA:18,1740 DA:19,1740 DA:20,1740 DA:21,1740 DA:22,1740 DA:23,1740 DA:24,1740 DA:25,1740 LF:46 LH:23 BRF:14 BRH:2 FNF:12 FNH:11 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\GlyphMetric.cs FN:29,System.Int32 SixLabors.Fonts.GlyphMetric::get_Codepoint() FNDA:0,System.Int32 SixLabors.Fonts.GlyphMetric::get_Codepoint() DA:30,0 FN:34,System.String SixLabors.Fonts.GlyphMetric::get_Character() FNDA:10,System.String SixLabors.Fonts.GlyphMetric::get_Character() DA:35,10 FN:39,SixLabors.Fonts.FontRectangle SixLabors.Fonts.GlyphMetric::get_Bounds() FNDA:40,SixLabors.Fonts.FontRectangle SixLabors.Fonts.GlyphMetric::get_Bounds() DA:40,40 FN:44,System.Boolean SixLabors.Fonts.GlyphMetric::get_IsControlCharacter() FNDA:10,System.Boolean SixLabors.Fonts.GlyphMetric::get_IsControlCharacter() DA:45,10 FN:49,System.String SixLabors.Fonts.GlyphMetric::ToString() FNDA:0,System.String SixLabors.Fonts.GlyphMetric::ToString() DA:50,0 FN:20,System.Void SixLabors.Fonts.GlyphMetric::.ctor(System.Int32,SixLabors.Fonts.FontRectangle,System.Boolean) FNDA:10,System.Void SixLabors.Fonts.GlyphMetric::.ctor(System.Int32,SixLabors.Fonts.FontRectangle,System.Boolean) DA:21,10 DA:22,10 DA:23,10 DA:24,10 DA:25,10 LF:10 LH:8 BRF:0 BRH:0 FNF:6 FNH:4 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\GlyphRendererParameters.cs FN:29,System.String SixLabors.Fonts.GlyphRendererParameters::get_Font() FNDA:3,System.String SixLabors.Fonts.GlyphRendererParameters::get_Font() DA:30,3 FN:34,SixLabors.Fonts.GlyphColor SixLabors.Fonts.GlyphRendererParameters::get_GlyphColor() FNDA:2,SixLabors.Fonts.GlyphColor SixLabors.Fonts.GlyphRendererParameters::get_GlyphColor() DA:35,2 FN:39,SixLabors.Fonts.GlyphType SixLabors.Fonts.GlyphRendererParameters::get_GlyphType() FNDA:2,SixLabors.Fonts.GlyphType SixLabors.Fonts.GlyphRendererParameters::get_GlyphType() DA:40,2 FN:44,SixLabors.Fonts.FontStyle SixLabors.Fonts.GlyphRendererParameters::get_FontStyle() FNDA:4,SixLabors.Fonts.FontStyle SixLabors.Fonts.GlyphRendererParameters::get_FontStyle() DA:45,4 FN:49,System.UInt16 SixLabors.Fonts.GlyphRendererParameters::get_GlyphIndex() FNDA:4,System.UInt16 SixLabors.Fonts.GlyphRendererParameters::get_GlyphIndex() DA:50,4 FN:54,System.Single SixLabors.Fonts.GlyphRendererParameters::get_PointSize() FNDA:4,System.Single SixLabors.Fonts.GlyphRendererParameters::get_PointSize() DA:55,4 FN:59,System.Single SixLabors.Fonts.GlyphRendererParameters::get_DpiX() FNDA:4,System.Single SixLabors.Fonts.GlyphRendererParameters::get_DpiX() DA:60,4 FN:64,System.Single SixLabors.Fonts.GlyphRendererParameters::get_DpiY() FNDA:4,System.Single SixLabors.Fonts.GlyphRendererParameters::get_DpiY() DA:65,4 FN:79,System.Boolean SixLabors.Fonts.GlyphRendererParameters::op_Equality(SixLabors.Fonts.GlyphRendererParameters,SixLabors.Fonts.GlyphRendererParameters) FNDA:0,System.Boolean SixLabors.Fonts.GlyphRendererParameters::op_Equality(SixLabors.Fonts.GlyphRendererParameters,SixLabors.Fonts.GlyphRendererParameters) DA:80,0 FN:94,System.Boolean SixLabors.Fonts.GlyphRendererParameters::op_Inequality(SixLabors.Fonts.GlyphRendererParameters,SixLabors.Fonts.GlyphRendererParameters) FNDA:0,System.Boolean SixLabors.Fonts.GlyphRendererParameters::op_Inequality(SixLabors.Fonts.GlyphRendererParameters,SixLabors.Fonts.GlyphRendererParameters) DA:95,0 FN:99,System.Boolean SixLabors.Fonts.GlyphRendererParameters::Equals(SixLabors.Fonts.GlyphRendererParameters) FNDA:2,System.Boolean SixLabors.Fonts.GlyphRendererParameters::Equals(SixLabors.Fonts.GlyphRendererParameters) DA:100,2 DA:101,2 DA:102,2 DA:103,2 DA:104,2 DA:105,2 DA:106,2 DA:107,2 DA:108,2 BRDA:100,13,0,2 BRDA:100,31,0,2 BRDA:100,49,0,2 BRDA:100,64,0,2 BRDA:100,79,0,1 BRDA:100,94,0,1 BRDA:100,117,0,1 BRDA:100,126,0,0 BRDA:100,126,1,1 BRDA:100,134,0,1 BRDA:100,144,0,0 BRDA:100,144,1,1 BRDA:100,134,1,0 BRDA:100,13,1,1 BRDA:100,31,1,1 BRDA:100,49,1,1 BRDA:100,64,1,1 BRDA:100,79,1,1 BRDA:100,94,1,1 BRDA:100,117,1,1 FN:111,System.Boolean SixLabors.Fonts.GlyphRendererParameters::Equals(System.Object) FNDA:0,System.Boolean SixLabors.Fonts.GlyphRendererParameters::Equals(System.Object) DA:112,0 BRDA:112,6,0,0 BRDA:112,6,1,0 FN:116,System.Int32 SixLabors.Fonts.GlyphRendererParameters::GetHashCode() FNDA:0,System.Int32 SixLabors.Fonts.GlyphRendererParameters::GetHashCode() DA:117,0 DA:118,0 DA:119,0 DA:120,0 DA:121,0 DA:122,0 DA:123,0 DA:124,0 DA:125,0 FN:16,System.Void SixLabors.Fonts.GlyphRendererParameters::.ctor(SixLabors.Fonts.GlyphInstance,System.Single,System.Numerics.Vector2) FNDA:17,System.Void SixLabors.Fonts.GlyphRendererParameters::.ctor(SixLabors.Fonts.GlyphInstance,System.Single,System.Numerics.Vector2) DA:17,17 DA:18,17 DA:19,17 DA:20,17 DA:21,17 DA:22,17 DA:23,17 DA:24,17 DA:25,17 BRDA:17,18,0,0 BRDA:17,18,1,17 BRDA:17,30,0,0 BRDA:17,30,1,17 LF:38 LH:26 BRF:26 BRH:19 FNF:14 FNH:10 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\IColorGlyphRenderer.cs FN:35,System.Byte SixLabors.Fonts.GlyphColor::get_Blue() FNDA:2,System.Byte SixLabors.Fonts.GlyphColor::get_Blue() DA:36,2 FN:40,System.Byte SixLabors.Fonts.GlyphColor::get_Green() FNDA:2,System.Byte SixLabors.Fonts.GlyphColor::get_Green() DA:41,2 FN:45,System.Byte SixLabors.Fonts.GlyphColor::get_Red() FNDA:2,System.Byte SixLabors.Fonts.GlyphColor::get_Red() DA:46,2 FN:50,System.Byte SixLabors.Fonts.GlyphColor::get_Alpha() FNDA:2,System.Byte SixLabors.Fonts.GlyphColor::get_Alpha() DA:51,2 FN:65,System.Boolean SixLabors.Fonts.GlyphColor::op_Equality(SixLabors.Fonts.GlyphColor,SixLabors.Fonts.GlyphColor) FNDA:0,System.Boolean SixLabors.Fonts.GlyphColor::op_Equality(SixLabors.Fonts.GlyphColor,SixLabors.Fonts.GlyphColor) DA:66,0 FN:80,System.Boolean SixLabors.Fonts.GlyphColor::op_Inequality(SixLabors.Fonts.GlyphColor,SixLabors.Fonts.GlyphColor) FNDA:0,System.Boolean SixLabors.Fonts.GlyphColor::op_Inequality(SixLabors.Fonts.GlyphColor,SixLabors.Fonts.GlyphColor) DA:81,0 FN:83,System.Boolean SixLabors.Fonts.GlyphColor::Equals(System.Object) FNDA:0,System.Boolean SixLabors.Fonts.GlyphColor::Equals(System.Object) DA:84,0 BRDA:84,6,0,0 BRDA:84,6,1,0 FN:96,System.Boolean SixLabors.Fonts.GlyphColor::Equals(SixLabors.Fonts.GlyphColor) FNDA:1,System.Boolean SixLabors.Fonts.GlyphColor::Equals(SixLabors.Fonts.GlyphColor) DA:97,1 DA:98,1 DA:99,1 DA:100,1 BRDA:97,13,0,1 BRDA:97,28,0,1 BRDA:97,43,0,1 BRDA:97,13,1,0 BRDA:97,28,1,0 BRDA:97,43,1,0 FN:105,System.Int32 SixLabors.Fonts.GlyphColor::GetHashCode() FNDA:0,System.Int32 SixLabors.Fonts.GlyphColor::GetHashCode() DA:106,0 DA:107,0 DA:108,0 DA:109,0 DA:110,0 FN:26,System.Void SixLabors.Fonts.GlyphColor::.ctor(System.Byte,System.Byte,System.Byte,System.Byte) FNDA:1892,System.Void SixLabors.Fonts.GlyphColor::.ctor(System.Byte,System.Byte,System.Byte,System.Byte) DA:27,1892 DA:28,1892 DA:29,1892 DA:30,1892 DA:31,1892 LF:21 LH:13 BRF:8 BRH:3 FNF:10 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\IGlyphRendererExtensions.cs FN:21,SixLabors.Fonts.IGlyphRenderer SixLabors.Fonts.IGlyphRendererExtensions::Render(SixLabors.Fonts.IGlyphRenderer,System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) FNDA:0,SixLabors.Fonts.IGlyphRenderer SixLabors.Fonts.IGlyphRendererExtensions::Render(SixLabors.Fonts.IGlyphRenderer,System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) DA:22,0 DA:23,0 LF:2 LH:0 BRF:0 BRH:0 FNF:1 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\IReadonlyFontCollectionExtensions.cs FN:22,SixLabors.Fonts.Font SixLabors.Fonts.IReadonlyFontCollectionExtensions::CreateFont(SixLabors.Fonts.IReadOnlyFontCollection,System.String,System.Single,SixLabors.Fonts.FontStyle) FNDA:0,SixLabors.Fonts.Font SixLabors.Fonts.IReadonlyFontCollectionExtensions::CreateFont(SixLabors.Fonts.IReadOnlyFontCollection,System.String,System.Single,SixLabors.Fonts.FontStyle) DA:23,0 FN:34,SixLabors.Fonts.Font SixLabors.Fonts.IReadonlyFontCollectionExtensions::CreateFont(SixLabors.Fonts.IReadOnlyFontCollection,System.String,System.Single) FNDA:0,SixLabors.Fonts.Font SixLabors.Fonts.IReadonlyFontCollectionExtensions::CreateFont(SixLabors.Fonts.IReadOnlyFontCollection,System.String,System.Single) DA:35,0 FN:49,SixLabors.Fonts.Font SixLabors.Fonts.IReadonlyFontCollectionExtensions::CreateFont(SixLabors.Fonts.IReadOnlyFontCollection,System.String,System.Globalization.CultureInfo,System.Single,SixLabors.Fonts.FontStyle) FNDA:0,SixLabors.Fonts.Font SixLabors.Fonts.IReadonlyFontCollectionExtensions::CreateFont(SixLabors.Fonts.IReadOnlyFontCollection,System.String,System.Globalization.CultureInfo,System.Single,SixLabors.Fonts.FontStyle) DA:50,0 FN:62,SixLabors.Fonts.Font SixLabors.Fonts.IReadonlyFontCollectionExtensions::CreateFont(SixLabors.Fonts.IReadOnlyFontCollection,System.String,System.Globalization.CultureInfo,System.Single) FNDA:0,SixLabors.Fonts.Font SixLabors.Fonts.IReadonlyFontCollectionExtensions::CreateFont(SixLabors.Fonts.IReadOnlyFontCollection,System.String,System.Globalization.CultureInfo,System.Single) DA:63,0 LF:4 LH:0 BRF:0 BRH:0 FNF:4 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\RendererOptions.cs FN:87,SixLabors.Fonts.Font SixLabors.Fonts.RendererOptions::get_Font() FNDA:260,SixLabors.Fonts.Font SixLabors.Fonts.RendererOptions::get_Font() DA:88,260 FN:95,System.Single SixLabors.Fonts.RendererOptions::get_TabWidth() FNDA:235,System.Single SixLabors.Fonts.RendererOptions::get_TabWidth() DA:96,235 FN:103,System.Boolean SixLabors.Fonts.RendererOptions::get_ApplyKerning() FNDA:238,System.Boolean SixLabors.Fonts.RendererOptions::get_ApplyKerning() DA:104,238 FN:108,System.Single SixLabors.Fonts.RendererOptions::get_DpiX() FNDA:345,System.Single SixLabors.Fonts.RendererOptions::get_DpiX() DA:109,345 FN:113,System.Single SixLabors.Fonts.RendererOptions::get_DpiY() FNDA:336,System.Single SixLabors.Fonts.RendererOptions::get_DpiY() DA:114,336 FN:118,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.RendererOptions::get_FallbackFontFamilies() FNDA:350,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.RendererOptions::get_FallbackFontFamilies() DA:119,350 FN:126,System.Single SixLabors.Fonts.RendererOptions::get_WrappingWidth() FNDA:1111,System.Single SixLabors.Fonts.RendererOptions::get_WrappingWidth() DA:127,1111 FN:131,SixLabors.Fonts.HorizontalAlignment SixLabors.Fonts.RendererOptions::get_HorizontalAlignment() FNDA:177,SixLabors.Fonts.HorizontalAlignment SixLabors.Fonts.RendererOptions::get_HorizontalAlignment() DA:132,177 FN:136,SixLabors.Fonts.VerticalAlignment SixLabors.Fonts.RendererOptions::get_VerticalAlignment() FNDA:121,SixLabors.Fonts.VerticalAlignment SixLabors.Fonts.RendererOptions::get_VerticalAlignment() DA:137,121 FN:141,System.Numerics.Vector2 SixLabors.Fonts.RendererOptions::get_Origin() FNDA:346,System.Numerics.Vector2 SixLabors.Fonts.RendererOptions::get_Origin() DA:142,346 FN:146,SixLabors.Fonts.ColorFontSupport SixLabors.Fonts.RendererOptions::get_ColorFontSupport() FNDA:865,SixLabors.Fonts.ColorFontSupport SixLabors.Fonts.RendererOptions::get_ColorFontSupport() DA:147,865 FN:159,SixLabors.Fonts.AppliedFontStyle SixLabors.Fonts.RendererOptions::GetStyle(System.Int32,System.Int32) FNDA:105,SixLabors.Fonts.AppliedFontStyle SixLabors.Fonts.RendererOptions::GetStyle(System.Int32,System.Int32) DA:160,105 DA:162,0 DA:163,0 DA:166,115 DA:169,105 DA:170,105 DA:171,105 DA:172,105 DA:173,105 DA:174,105 DA:175,105 DA:176,105 DA:177,105 DA:178,105 BRDA:160,6,0,0 BRDA:160,6,1,105 FN:20,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font) FNDA:11,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font) DA:21,11 DA:23,11 FN:30,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Single) FNDA:97,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Single) DA:31,97 DA:33,97 FN:41,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Single,System.Single) FNDA:110,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Single,System.Single) DA:42,110 DA:44,110 FN:51,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Numerics.Vector2) FNDA:2,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Numerics.Vector2) DA:52,2 DA:54,2 FN:62,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Single,System.Numerics.Vector2) FNDA:3,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Single,System.Numerics.Vector2) DA:63,3 DA:65,3 FN:73,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Single,System.Single,System.Numerics.Vector2) FNDA:117,System.Void SixLabors.Fonts.RendererOptions::.ctor(SixLabors.Fonts.Font,System.Single,System.Single,System.Numerics.Vector2) DA:74,117 DA:76,117 DA:77,117 DA:78,117 DA:79,117 DA:80,117 LF:41 LH:39 BRF:2 BRH:1 FNF:18 FNH:18 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\StringComparerHelpers.cs FN:15,System.StringComparer SixLabors.Fonts.StringComparerHelpers::GetCaseInsenativeStringComparer(System.Globalization.CultureInfo) FNDA:321,System.StringComparer SixLabors.Fonts.StringComparerHelpers::GetCaseInsenativeStringComparer(System.Globalization.CultureInfo) DA:16,321 LF:1 LH:1 BRF:0 BRH:0 FNF:1 FNH:1 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\SystemFontCollection.cs FN:81,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.SystemFontCollection::get_Families() FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.SystemFontCollection::get_Families() DA:82,0 FN:84,SixLabors.Fonts.FontFamily SixLabors.Fonts.SystemFontCollection::Find(System.String) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.SystemFontCollection::Find(System.String) DA:85,0 FN:87,System.Boolean SixLabors.Fonts.SystemFontCollection::TryFind(System.String,SixLabors.Fonts.FontFamily&) FNDA:0,System.Boolean SixLabors.Fonts.SystemFontCollection::TryFind(System.String,SixLabors.Fonts.FontFamily&) DA:88,0 FN:91,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.SystemFontCollection::FamiliesByCulture(System.Globalization.CultureInfo) FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.SystemFontCollection::FamiliesByCulture(System.Globalization.CultureInfo) DA:92,0 FN:94,SixLabors.Fonts.FontFamily SixLabors.Fonts.SystemFontCollection::Find(System.String,System.Globalization.CultureInfo) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.SystemFontCollection::Find(System.String,System.Globalization.CultureInfo) DA:95,0 FN:97,System.Boolean SixLabors.Fonts.SystemFontCollection::TryFind(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontFamily&) FNDA:0,System.Boolean SixLabors.Fonts.SystemFontCollection::TryFind(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontFamily&) DA:98,0 FN:41,System.Void SixLabors.Fonts.SystemFontCollection::.ctor() FNDA:0,System.Void SixLabors.Fonts.SystemFontCollection::.ctor() DA:42,0 DA:44,0 FN:17,System.Void SixLabors.Fonts.SystemFontCollection::.ctor(System.Collections.Generic.IEnumerable`1) FNDA:0,System.Void SixLabors.Fonts.SystemFontCollection::.ctor(System.Collections.Generic.IEnumerable`1) DA:18,0 DA:46,0 DA:48,0 DA:49,0 DA:52,0 DA:53,0 DA:54,0 DA:56,0 DA:60,0 DA:62,0 DA:63,0 DA:66,0 DA:68,0 DA:69,0 DA:72,0 DA:74,0 BRDA:56,240,1,0 BRDA:60,199,0,0 BRDA:60,199,1,0 BRDA:56,240,0,0 BRDA:54,17,0,0 BRDA:54,17,1,0 FN:22,System.Void SixLabors.Fonts.SystemFontCollection::.cctor() FNDA:0,System.Void SixLabors.Fonts.SystemFontCollection::.cctor() DA:23,0 DA:24,0 DA:25,0 DA:26,0 DA:27,0 DA:28,0 DA:29,0 DA:30,0 DA:31,0 DA:32,0 DA:33,0 DA:34,0 DA:35,0 DA:36,0 DA:37,0 DA:38,0 DA:39,0 LF:41 LH:0 BRF:6 BRH:0 FNF:9 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\SystemFonts.cs FN:24,SixLabors.Fonts.IReadOnlyFontCollection SixLabors.Fonts.SystemFonts::get_Collection() FNDA:0,SixLabors.Fonts.IReadOnlyFontCollection SixLabors.Fonts.SystemFonts::get_Collection() DA:25,0 FN:32,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.SystemFonts::get_Families() FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.SystemFonts::get_Families() DA:33,0 FN:40,SixLabors.Fonts.FontFamily SixLabors.Fonts.SystemFonts::Find(System.String) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.SystemFonts::Find(System.String) DA:41,0 FN:48,System.Boolean SixLabors.Fonts.SystemFonts::TryFind(System.String,SixLabors.Fonts.FontFamily&) FNDA:0,System.Boolean SixLabors.Fonts.SystemFonts::TryFind(System.String,SixLabors.Fonts.FontFamily&) DA:49,0 FN:57,SixLabors.Fonts.Font SixLabors.Fonts.SystemFonts::CreateFont(System.String,System.Single,SixLabors.Fonts.FontStyle) FNDA:0,SixLabors.Fonts.Font SixLabors.Fonts.SystemFonts::CreateFont(System.String,System.Single,SixLabors.Fonts.FontStyle) DA:58,0 FN:65,SixLabors.Fonts.Font SixLabors.Fonts.SystemFonts::CreateFont(System.String,System.Single) FNDA:0,SixLabors.Fonts.Font SixLabors.Fonts.SystemFonts::CreateFont(System.String,System.Single) DA:66,0 FN:74,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.SystemFonts::FamiliesByCulture(System.Globalization.CultureInfo) FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.SystemFonts::FamiliesByCulture(System.Globalization.CultureInfo) DA:75,0 FN:83,SixLabors.Fonts.FontFamily SixLabors.Fonts.SystemFonts::Find(System.String,System.Globalization.CultureInfo) FNDA:0,SixLabors.Fonts.FontFamily SixLabors.Fonts.SystemFonts::Find(System.String,System.Globalization.CultureInfo) DA:84,0 FN:93,System.Boolean SixLabors.Fonts.SystemFonts::TryFind(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontFamily&) FNDA:0,System.Boolean SixLabors.Fonts.SystemFonts::TryFind(System.String,System.Globalization.CultureInfo,SixLabors.Fonts.FontFamily&) DA:94,0 FN:16,System.Void SixLabors.Fonts.SystemFonts::.cctor() FNDA:0,System.Void SixLabors.Fonts.SystemFonts::.cctor() DA:17,0 LF:10 LH:0 BRF:0 BRH:0 FNF:10 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\TextLayout.cs FN:16,SixLabors.Fonts.TextLayout SixLabors.Fonts.TextLayout::get_Default() FNDA:0,SixLabors.Fonts.TextLayout SixLabors.Fonts.TextLayout::get_Default() DA:17,0 FN:26,System.Collections.Generic.IReadOnlyList`1 SixLabors.Fonts.TextLayout::GenerateLayout(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) FNDA:100,System.Collections.Generic.IReadOnlyList`1 SixLabors.Fonts.TextLayout::GenerateLayout(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) DA:27,100 DA:28,100 DA:30,100 DA:31,100 DA:32,100 DA:35,9 DA:37,9 DA:39,9 DA:42,1 DA:43,1 DA:45,1 DA:46,1 DA:49,7 DA:54,100 DA:55,100 DA:57,100 DA:58,100 DA:59,100 DA:60,100 DA:61,100 DA:62,100 DA:63,100 DA:64,100 DA:68,100 DA:70,100 DA:71,100 DA:72,100 DA:73,100 DA:74,100 DA:75,100 DA:77,1930 DA:80,865 DA:85,864 DA:87,0 DA:88,0 DA:91,864 DA:92,864 DA:94,864 DA:95,864 DA:97,0 DA:100,864 DA:101,864 DA:104,115 DA:105,115 DA:106,115 DA:109,864 DA:111,115 DA:112,115 DA:113,115 DA:116,864 DA:118,75 DA:119,75 DA:120,75 DA:123,864 DA:125,502 DA:127,99 DA:130,502 DA:132,502 DA:135,864 DA:138,172 DA:140,83 DA:142,62 DA:143,62 DA:148,864 DA:149,864 DA:151,864 DA:153,686 DA:154,686 DA:157,519 DA:159,519 DA:162,519 DA:165,2748 DA:167,688 DA:168,688 DA:169,688 DA:171,688 DA:173,0 DA:177,686 DA:180,686 DA:183,686 DA:185,25 DA:187,25 DA:188,25 DA:191,214 DA:193,82 DA:195,37 DA:196,37 DA:197,37 DA:198,37 DA:201,45 DA:202,45 DA:203,45 DA:205,45 DA:208,25 DA:209,25 DA:210,25 DA:214,686 DA:215,686 DA:217,122 DA:220,686 DA:221,686 DA:222,178 DA:225,0 DA:226,0 DA:227,0 DA:229,0 DA:230,0 DA:231,0 DA:232,178 DA:235,16 DA:236,16 DA:237,16 DA:238,16 DA:239,16 DA:240,16 DA:241,16 DA:242,16 DA:243,16 DA:244,16 DA:245,162 DA:247,66 DA:248,66 DA:250,66 DA:252,65 DA:255,66 DA:259,1 DA:262,66 DA:263,66 DA:266,66 DA:267,66 DA:268,66 DA:269,96 DA:271,96 DA:272,96 DA:273,96 DA:274,96 DA:278,100 DA:279,100 DA:281,100 DA:284,3 DA:285,3 DA:287,3 DA:295,100 DA:296,1858 DA:298,829 DA:299,829 DA:301,142 DA:304,142 DA:305,1658 DA:307,730 DA:312,687 DA:315,142 DA:318,10 DA:319,10 DA:321,10 DA:322,10 DA:325,122 DA:331,829 DA:334,100 BRDA:32,55,0,9 BRDA:39,95,2,1 BRDA:39,95,3,1 BRDA:39,95,0,7 BRDA:39,95,1,7 BRDA:32,55,1,100 BRDA:77,1910,1,865 BRDA:80,276,0,864 BRDA:85,290,0,0 BRDA:85,290,1,864 BRDA:92,331,0,863 BRDA:92,331,1,1 BRDA:95,394,0,0 BRDA:95,394,1,864 BRDA:101,425,0,115 BRDA:101,425,1,864 BRDA:109,490,0,115 BRDA:109,490,1,864 BRDA:116,555,0,75 BRDA:116,555,1,864 BRDA:123,607,0,502 BRDA:125,613,0,99 BRDA:125,613,1,502 BRDA:123,607,1,864 BRDA:135,656,0,360 BRDA:135,673,0,65 BRDA:138,725,1,83 BRDA:140,706,0,62 BRDA:140,706,1,21 BRDA:135,656,1,864 BRDA:135,673,1,864 BRDA:138,725,0,864 BRDA:151,770,0,863 BRDA:151,784,0,863 BRDA:151,801,0,847 BRDA:151,818,0,781 BRDA:151,770,1,686 BRDA:151,835,0,686 BRDA:154,851,0,682 BRDA:154,855,0,519 BRDA:154,851,1,686 BRDA:154,855,1,686 BRDA:165,1033,1,688 BRDA:171,1015,0,0 BRDA:171,1015,1,688 BRDA:165,1033,0,686 BRDA:183,1059,0,25 BRDA:183,1067,0,25 BRDA:185,1081,0,25 BRDA:191,1440,1,82 BRDA:193,1141,0,37 BRDA:193,1141,1,45 BRDA:191,1440,0,25 BRDA:183,1059,1,686 BRDA:183,1067,1,686 BRDA:185,1081,1,686 BRDA:215,1480,0,122 BRDA:215,1480,1,686 BRDA:151,784,1,178 BRDA:151,801,1,178 BRDA:151,818,1,178 BRDA:151,835,1,178 BRDA:222,1507,0,0 BRDA:222,1507,1,178 BRDA:232,1590,0,16 BRDA:232,1590,1,162 BRDA:245,1703,0,66 BRDA:250,1731,0,65 BRDA:250,1731,1,66 BRDA:255,1752,0,1 BRDA:255,1752,1,66 BRDA:245,1703,1,96 BRDA:269,1834,0,96 BRDA:80,276,1,865 BRDA:269,1834,1,865 BRDA:77,1910,0,100 BRDA:281,1949,2,3 BRDA:281,1949,3,3 BRDA:281,1949,0,100 BRDA:281,1949,1,100 BRDA:296,2366,1,829 BRDA:299,2049,0,142 BRDA:305,2154,1,730 BRDA:307,2093,0,687 BRDA:307,2093,1,142 BRDA:305,2154,0,142 BRDA:315,2166,2,10 BRDA:315,2166,3,10 BRDA:315,2166,0,122 BRDA:315,2166,1,122 BRDA:299,2049,1,829 BRDA:296,2366,0,100 LF:160 LH:149 BRF:92 BRH:88 FNF:2 FNH:1 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\TextMeasurer.cs FN:24,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::Measure(System.String,SixLabors.Fonts.RendererOptions) FNDA:16,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::Measure(System.String,SixLabors.Fonts.RendererOptions) DA:25,16 FN:33,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::Measure(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) FNDA:0,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::Measure(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) DA:34,0 FN:42,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::MeasureBounds(System.String,SixLabors.Fonts.RendererOptions) FNDA:59,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::MeasureBounds(System.String,SixLabors.Fonts.RendererOptions) DA:43,59 FN:51,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::MeasureBounds(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) FNDA:1,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::MeasureBounds(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) DA:52,1 FN:61,System.Boolean SixLabors.Fonts.TextMeasurer::TryMeasureCharacterBounds(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions,SixLabors.Fonts.GlyphMetric[]&) FNDA:1,System.Boolean SixLabors.Fonts.TextMeasurer::TryMeasureCharacterBounds(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions,SixLabors.Fonts.GlyphMetric[]&) DA:62,1 FN:65,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::GetSize(System.Collections.Generic.IReadOnlyList`1,System.Numerics.Vector2) FNDA:16,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::GetSize(System.Collections.Generic.IReadOnlyList`1,System.Numerics.Vector2) DA:66,16 DA:68,0 DA:71,80 DA:72,80 DA:75,80 DA:76,80 DA:78,16 DA:79,16 DA:81,16 DA:82,16 BRDA:66,6,0,0 BRDA:66,6,1,16 FN:86,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::GetBounds(System.Collections.Generic.IReadOnlyList`1,System.Numerics.Vector2) FNDA:76,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer::GetBounds(System.Collections.Generic.IReadOnlyList`1,System.Numerics.Vector2) DA:87,76 DA:89,1 DA:92,75 DA:94,75 DA:95,75 DA:96,75 DA:97,75 DA:99,1112 DA:101,481 DA:102,481 DA:104,466 DA:105,466 DA:106,466 DA:108,75 DA:111,466 DA:113,77 DA:116,466 DA:118,92 DA:121,466 DA:123,371 DA:128,75 DA:130,0 DA:133,75 DA:134,75 DA:136,75 BRDA:87,6,0,1 BRDA:87,6,1,75 BRDA:99,165,1,481 BRDA:102,63,0,466 BRDA:106,85,0,75 BRDA:106,85,1,466 BRDA:111,103,0,77 BRDA:111,103,1,466 BRDA:116,121,0,92 BRDA:116,121,1,466 BRDA:121,140,0,371 BRDA:102,63,1,481 BRDA:121,140,1,481 BRDA:99,165,0,75 BRDA:128,168,0,0 BRDA:128,168,1,75 FN:140,System.Boolean SixLabors.Fonts.TextMeasurer::TryGetCharacterBounds(System.Collections.Generic.IReadOnlyList`1,System.Numerics.Vector2,SixLabors.Fonts.GlyphMetric[]&) FNDA:1,System.Boolean SixLabors.Fonts.TextMeasurer::TryGetCharacterBounds(System.Collections.Generic.IReadOnlyList`1,System.Numerics.Vector2,SixLabors.Fonts.GlyphMetric[]&) DA:141,1 DA:142,1 DA:144,0 DA:145,0 DA:148,1 DA:150,12 DA:152,5 DA:155,5 DA:157,4 DA:160,5 DA:163,1 DA:164,1 BRDA:142,8,0,0 BRDA:142,8,1,1 BRDA:150,99,1,5 BRDA:155,50,0,4 BRDA:155,50,1,5 BRDA:150,99,0,1 FN:15,System.Void SixLabors.Fonts.TextMeasurer::.cctor() FNDA:0,System.Void SixLabors.Fonts.TextMeasurer::.cctor() DA:16,0 FN:183,SixLabors.Fonts.TextMeasurer/TextMeasurerInt SixLabors.Fonts.TextMeasurer/TextMeasurerInt::get_Default() FNDA:0,SixLabors.Fonts.TextMeasurer/TextMeasurerInt SixLabors.Fonts.TextMeasurer/TextMeasurerInt::get_Default() DA:184,0 FN:193,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer/TextMeasurerInt::MeasureBounds(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) FNDA:60,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer/TextMeasurerInt::MeasureBounds(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) DA:194,60 DA:196,60 FN:207,System.Boolean SixLabors.Fonts.TextMeasurer/TextMeasurerInt::TryMeasureCharacterBounds(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions,SixLabors.Fonts.GlyphMetric[]&) FNDA:1,System.Boolean SixLabors.Fonts.TextMeasurer/TextMeasurerInt::TryMeasureCharacterBounds(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions,SixLabors.Fonts.GlyphMetric[]&) DA:208,1 DA:210,1 FN:220,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer/TextMeasurerInt::Measure(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) FNDA:16,SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer/TextMeasurerInt::Measure(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) DA:221,16 DA:223,16 FN:170,System.Void SixLabors.Fonts.TextMeasurer/TextMeasurerInt::.ctor(SixLabors.Fonts.TextLayout) FNDA:1,System.Void SixLabors.Fonts.TextMeasurer/TextMeasurerInt::.ctor(SixLabors.Fonts.TextLayout) DA:171,1 DA:173,1 DA:174,1 FN:179,System.Void SixLabors.Fonts.TextMeasurer/TextMeasurerInt::.ctor() FNDA:1,System.Void SixLabors.Fonts.TextMeasurer/TextMeasurerInt::.ctor() DA:180,1 DA:182,1 LF:65 LH:58 BRF:24 BRH:21 FNF:15 FNH:12 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\TextRenderer.cs FN:40,System.Void SixLabors.Fonts.TextRenderer::RenderTextTo(SixLabors.Fonts.IGlyphRenderer,System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) FNDA:0,System.Void SixLabors.Fonts.TextRenderer::RenderTextTo(SixLabors.Fonts.IGlyphRenderer,System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) DA:41,0 DA:42,0 FN:51,System.Void SixLabors.Fonts.TextRenderer::RenderTextTo(SixLabors.Fonts.IGlyphRenderer,System.String,SixLabors.Fonts.RendererOptions) FNDA:1,System.Void SixLabors.Fonts.TextRenderer::RenderTextTo(SixLabors.Fonts.IGlyphRenderer,System.String,SixLabors.Fonts.RendererOptions) DA:52,1 DA:53,1 FN:61,System.Void SixLabors.Fonts.TextRenderer::RenderText(System.String,SixLabors.Fonts.RendererOptions) FNDA:7,System.Void SixLabors.Fonts.TextRenderer::RenderText(System.String,SixLabors.Fonts.RendererOptions) DA:62,7 DA:63,7 FN:71,System.Void SixLabors.Fonts.TextRenderer::RenderText(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) FNDA:7,System.Void SixLabors.Fonts.TextRenderer::RenderText(System.ReadOnlySpan`1,SixLabors.Fonts.RendererOptions) DA:72,7 DA:74,7 DA:76,7 DA:78,7 DA:80,42 DA:82,14 DA:87,14 DA:90,7 DA:91,7 BRDA:80,130,1,14 BRDA:82,74,0,14 BRDA:82,74,1,21 BRDA:80,130,0,7 FN:17,System.Void SixLabors.Fonts.TextRenderer::.ctor(SixLabors.Fonts.IGlyphRenderer,SixLabors.Fonts.TextLayout) FNDA:7,System.Void SixLabors.Fonts.TextRenderer::.ctor(SixLabors.Fonts.IGlyphRenderer,SixLabors.Fonts.TextLayout) DA:18,7 DA:20,7 DA:21,7 DA:22,7 FN:28,System.Void SixLabors.Fonts.TextRenderer::.ctor(SixLabors.Fonts.IGlyphRenderer) FNDA:7,System.Void SixLabors.Fonts.TextRenderer::.ctor(SixLabors.Fonts.IGlyphRenderer) DA:29,7 DA:31,7 LF:21 LH:19 BRF:4 BRH:4 FNF:6 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Utilities\EncodingIDExtensions.cs FN:24,System.Text.Encoding SixLabors.Fonts.Utilities.EncodingIDExtensions::AsEncoding(SixLabors.Fonts.WellKnownIds.EncodingIDs) FNDA:781,System.Text.Encoding SixLabors.Fonts.Utilities.EncodingIDExtensions::AsEncoding(SixLabors.Fonts.WellKnownIds.EncodingIDs) DA:25,781 DA:27,740 BRDA:25,2,0,781 BRDA:25,2,1,781 BRDA:25,6,0,781 BRDA:25,6,1,740 LF:2 LH:2 BRF:4 BRH:4 FNF:1 FNH:1 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Utilities\StringLoader.cs FN:17,System.UInt16 SixLabors.Fonts.Utilities.StringLoader::get_Length() FNDA:1523,System.UInt16 SixLabors.Fonts.Utilities.StringLoader::get_Length() DA:18,1523 FN:19,System.UInt16 SixLabors.Fonts.Utilities.StringLoader::get_Offset() FNDA:3046,System.UInt16 SixLabors.Fonts.Utilities.StringLoader::get_Offset() DA:20,3046 FN:21,System.String SixLabors.Fonts.Utilities.StringLoader::get_Value() FNDA:3326,System.String SixLabors.Fonts.Utilities.StringLoader::get_Value() DA:22,3326 FN:23,System.Text.Encoding SixLabors.Fonts.Utilities.StringLoader::get_Encoding() FNDA:1523,System.Text.Encoding SixLabors.Fonts.Utilities.StringLoader::get_Encoding() DA:24,1523 FN:27,SixLabors.Fonts.Utilities.StringLoader SixLabors.Fonts.Utilities.StringLoader::Create(SixLabors.Fonts.BinaryReader) FNDA:2,SixLabors.Fonts.Utilities.StringLoader SixLabors.Fonts.Utilities.StringLoader::Create(SixLabors.Fonts.BinaryReader) DA:28,2 FN:32,SixLabors.Fonts.Utilities.StringLoader SixLabors.Fonts.Utilities.StringLoader::Create(SixLabors.Fonts.BinaryReader,System.Text.Encoding) FNDA:1523,SixLabors.Fonts.Utilities.StringLoader SixLabors.Fonts.Utilities.StringLoader::Create(SixLabors.Fonts.BinaryReader,System.Text.Encoding) DA:33,1523 FN:37,System.Void SixLabors.Fonts.Utilities.StringLoader::LoadValue(SixLabors.Fonts.BinaryReader) FNDA:1523,System.Void SixLabors.Fonts.Utilities.StringLoader::LoadValue(SixLabors.Fonts.BinaryReader) DA:38,1523 DA:39,1523 FN:9,System.Void SixLabors.Fonts.Utilities.StringLoader::.ctor(System.UInt16,System.UInt16,System.Text.Encoding) FNDA:1523,System.Void SixLabors.Fonts.Utilities.StringLoader::.ctor(System.UInt16,System.UInt16,System.Text.Encoding) DA:10,1523 DA:12,1523 DA:13,1523 DA:14,1523 DA:15,1523 DA:16,1523 LF:14 LH:14 BRF:0 BRH:0 FNF:8 FNH:8 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\TableHeader.cs FN:17,System.String SixLabors.Fonts.Tables.TableHeader::get_Tag() FNDA:1203,System.String SixLabors.Fonts.Tables.TableHeader::get_Tag() DA:18,1203 FN:19,System.UInt32 SixLabors.Fonts.Tables.TableHeader::get_Offset() FNDA:406,System.UInt32 SixLabors.Fonts.Tables.TableHeader::get_Offset() DA:20,406 FN:21,System.UInt32 SixLabors.Fonts.Tables.TableHeader::get_CheckSum() FNDA:6,System.UInt32 SixLabors.Fonts.Tables.TableHeader::get_CheckSum() DA:22,6 FN:23,System.UInt32 SixLabors.Fonts.Tables.TableHeader::get_Length() FNDA:23,System.UInt32 SixLabors.Fonts.Tables.TableHeader::get_Length() DA:24,23 FN:27,SixLabors.Fonts.Tables.TableHeader SixLabors.Fonts.Tables.TableHeader::Read(SixLabors.Fonts.BinaryReader) FNDA:1172,SixLabors.Fonts.Tables.TableHeader SixLabors.Fonts.Tables.TableHeader::Read(SixLabors.Fonts.BinaryReader) DA:28,1172 DA:29,1172 DA:30,1172 DA:31,1172 DA:32,1172 FN:36,SixLabors.Fonts.BinaryReader SixLabors.Fonts.Tables.TableHeader::CreateReader(System.IO.Stream) FNDA:392,SixLabors.Fonts.BinaryReader SixLabors.Fonts.Tables.TableHeader::CreateReader(System.IO.Stream) DA:37,392 DA:39,392 FN:9,System.Void SixLabors.Fonts.Tables.TableHeader::.ctor(System.String,System.UInt32,System.UInt32,System.UInt32) FNDA:1203,System.Void SixLabors.Fonts.Tables.TableHeader::.ctor(System.String,System.UInt32,System.UInt32,System.UInt32) DA:10,1203 DA:12,1203 DA:13,1203 DA:14,1203 DA:15,1203 DA:16,1203 LF:17 LH:17 BRF:0 BRH:0 FNF:7 FNH:7 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\TableLoader.cs FN:35,SixLabors.Fonts.Tables.TableLoader SixLabors.Fonts.Tables.TableLoader::get_Default() FNDA:81,SixLabors.Fonts.Tables.TableLoader SixLabors.Fonts.Tables.TableLoader::get_Default() DA:36,81 FN:39,System.String SixLabors.Fonts.Tables.TableLoader::GetTag(System.Type) FNDA:13,System.String SixLabors.Fonts.Tables.TableLoader::GetTag(System.Type) DA:40,13 DA:42,13 FN:46,System.String SixLabors.Fonts.Tables.TableLoader::GetTag() FNDA:1,System.String SixLabors.Fonts.Tables.TableLoader::GetTag() DA:47,1 DA:49,1 FN:51,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.Tables.TableLoader::RegisterdTypes() FNDA:12,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.Tables.TableLoader::RegisterdTypes() DA:52,12 FN:53,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.Tables.TableLoader::RegisterdTags() FNDA:0,System.Collections.Generic.IEnumerable`1 SixLabors.Fonts.Tables.TableLoader::RegisterdTags() DA:54,0 FN:58,System.Void SixLabors.Fonts.Tables.TableLoader::Register(System.String,System.Func`2) FNDA:180,System.Void SixLabors.Fonts.Tables.TableLoader::Register(System.String,System.Func`2) DA:59,180 DA:61,180 DA:63,180 DA:64,180 DA:65,180 DA:67,180 DA:68,180 BRDA:61,29,0,180 BRDA:61,29,1,180 FN:72,System.Void SixLabors.Fonts.Tables.TableLoader::Register(System.Func`2) FNDA:180,System.Void SixLabors.Fonts.Tables.TableLoader::Register(System.Func`2) DA:73,180 DA:74,180 DA:75,180 DA:76,690 DA:77,180 DA:79,180 DA:80,180 BRDA:73,26,0,12 BRDA:73,26,1,180 FN:84,SixLabors.Fonts.Tables.Table SixLabors.Fonts.Tables.TableLoader::Load(System.String,SixLabors.Fonts.FontReader) FNDA:1,SixLabors.Fonts.Tables.Table SixLabors.Fonts.Tables.TableLoader::Load(System.String,SixLabors.Fonts.FontReader) DA:85,1 DA:86,1 DA:87,1 BRDA:85,14,0,1 BRDA:85,14,1,0 FN:93,TTable SixLabors.Fonts.Tables.TableLoader::Load(SixLabors.Fonts.FontReader) FNDA:484,TTable SixLabors.Fonts.Tables.TableLoader::Load(SixLabors.Fonts.FontReader) DA:94,484 DA:96,484 DA:99,0 BRDA:94,23,0,484 BRDA:94,23,1,0 FN:14,System.Void SixLabors.Fonts.Tables.TableLoader::.ctor() FNDA:15,System.Void SixLabors.Fonts.Tables.TableLoader::.ctor() DA:15,15 DA:16,15 DA:17,15 DA:19,15 DA:22,15 DA:23,15 DA:24,15 DA:25,15 DA:26,15 DA:27,15 DA:28,15 DA:29,15 DA:30,15 DA:31,15 DA:32,15 DA:33,15 DA:34,15 LF:44 LH:42 BRF:8 BRH:6 FNF:10 FNH:9 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\TableNameAttribute.cs FN:14,System.String SixLabors.Fonts.Tables.TableNameAttribute::get_Name() FNDA:12,System.String SixLabors.Fonts.Tables.TableNameAttribute::get_Name() DA:15,12 FN:9,System.Void SixLabors.Fonts.Tables.TableNameAttribute::.ctor(System.String) FNDA:12,System.Void SixLabors.Fonts.Tables.TableNameAttribute::.ctor(System.String) DA:10,12 DA:12,12 DA:13,12 LF:4 LH:4 BRF:0 BRH:0 FNF:2 FNH:2 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\TtcHeader.cs FN:32,System.String SixLabors.Fonts.Tables.TtcHeader::get_TtcTag() FNDA:0,System.String SixLabors.Fonts.Tables.TtcHeader::get_TtcTag() DA:33,0 FN:34,System.UInt16 SixLabors.Fonts.Tables.TtcHeader::get_MajorVersion() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.TtcHeader::get_MajorVersion() DA:35,0 FN:36,System.UInt16 SixLabors.Fonts.Tables.TtcHeader::get_MinorVersion() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.TtcHeader::get_MinorVersion() DA:37,0 FN:38,System.UInt32 SixLabors.Fonts.Tables.TtcHeader::get_NumFonts() FNDA:12,System.UInt32 SixLabors.Fonts.Tables.TtcHeader::get_NumFonts() DA:39,12 FN:43,System.UInt32[] SixLabors.Fonts.Tables.TtcHeader::get_OffsetTable() FNDA:10,System.UInt32[] SixLabors.Fonts.Tables.TtcHeader::get_OffsetTable() DA:44,10 FN:45,System.UInt32 SixLabors.Fonts.Tables.TtcHeader::get_DsigTag() FNDA:0,System.UInt32 SixLabors.Fonts.Tables.TtcHeader::get_DsigTag() DA:46,0 FN:47,System.UInt32 SixLabors.Fonts.Tables.TtcHeader::get_DsigLength() FNDA:0,System.UInt32 SixLabors.Fonts.Tables.TtcHeader::get_DsigLength() DA:48,0 FN:49,System.UInt32 SixLabors.Fonts.Tables.TtcHeader::get_DsigOffset() FNDA:0,System.UInt32 SixLabors.Fonts.Tables.TtcHeader::get_DsigOffset() DA:50,0 FN:53,SixLabors.Fonts.Tables.TtcHeader SixLabors.Fonts.Tables.TtcHeader::Read(SixLabors.Fonts.BinaryReader) FNDA:3,SixLabors.Fonts.Tables.TtcHeader SixLabors.Fonts.Tables.TtcHeader::Read(SixLabors.Fonts.BinaryReader) DA:54,3 DA:55,3 DA:56,3 DA:57,3 DA:58,3 DA:59,18 DA:61,6 DA:65,3 DA:66,3 DA:67,3 DA:68,3 DA:70,0 DA:71,0 DA:72,0 DA:75,3 BRDA:59,63,1,6 BRDA:59,63,0,3 BRDA:68,76,0,0 BRDA:68,76,1,3 FN:17,System.Void SixLabors.Fonts.Tables.TtcHeader::.ctor(System.String,System.UInt16,System.UInt16,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32) FNDA:3,System.Void SixLabors.Fonts.Tables.TtcHeader::.ctor(System.String,System.UInt16,System.UInt16,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32) DA:18,3 DA:20,3 DA:21,3 DA:22,3 DA:23,3 DA:24,3 DA:25,3 DA:26,3 DA:27,3 DA:28,3 LF:33 LH:24 BRF:4 BRH:3 FNF:10 FNH:4 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\UnknownTable.cs FN:12,System.String SixLabors.Fonts.Tables.UnknownTable::get_Name() FNDA:1,System.String SixLabors.Fonts.Tables.UnknownTable::get_Name() DA:13,1 FN:7,System.Void SixLabors.Fonts.Tables.UnknownTable::.ctor(System.String) FNDA:1,System.Void SixLabors.Fonts.Tables.UnknownTable::.ctor(System.String) DA:8,1 DA:10,1 DA:11,1 LF:4 LH:4 BRF:0 BRH:0 FNF:2 FNH:2 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\WoffTableHeader.cs FN:15,System.UInt32 SixLabors.Fonts.Tables.WoffTableHeader::get_CompressedLength() FNDA:13,System.UInt32 SixLabors.Fonts.Tables.WoffTableHeader::get_CompressedLength() DA:16,13 FN:20,SixLabors.Fonts.BinaryReader SixLabors.Fonts.Tables.WoffTableHeader::CreateReader(System.IO.Stream) FNDA:13,SixLabors.Fonts.BinaryReader SixLabors.Fonts.Tables.WoffTableHeader::CreateReader(System.IO.Stream) DA:21,13 DA:23,1 DA:27,12 DA:28,12 DA:29,12 BRDA:21,12,0,1 BRDA:21,12,1,12 FN:40,SixLabors.Fonts.Tables.WoffTableHeader SixLabors.Fonts.Tables.WoffTableHeader::Read(SixLabors.Fonts.BinaryReader) FNDA:28,SixLabors.Fonts.Tables.WoffTableHeader SixLabors.Fonts.Tables.WoffTableHeader::Read(SixLabors.Fonts.BinaryReader) DA:41,28 DA:42,28 DA:43,28 DA:44,28 DA:45,28 DA:46,28 FN:10,System.Void SixLabors.Fonts.Tables.WoffTableHeader::.ctor(System.String,System.UInt32,System.UInt32,System.UInt32,System.UInt32) FNDA:28,System.Void SixLabors.Fonts.Tables.WoffTableHeader::.ctor(System.String,System.UInt32,System.UInt32,System.UInt32,System.UInt32) DA:11,28 DA:13,28 DA:14,28 LF:15 LH:15 BRF:2 BRH:2 FNF:4 FNH:4 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\CMapTable.cs FN:36,SixLabors.Fonts.Tables.General.CMap.CMapSubTable[] SixLabors.Fonts.Tables.General.CMapTable::get_Tables() FNDA:921,SixLabors.Fonts.Tables.General.CMap.CMapSubTable[] SixLabors.Fonts.Tables.General.CMapTable::get_Tables() DA:37,921 FN:41,System.Boolean SixLabors.Fonts.Tables.General.CMapTable::TryGetGlyphId(System.Int32,System.UInt16&) FNDA:1856,System.Boolean SixLabors.Fonts.Tables.General.CMapTable::TryGetGlyphId(System.Int32,System.UInt16&) DA:42,1856 DA:45,93 DA:47,88 DA:52,2640 DA:55,792 DA:57,526 DA:61,265 DA:62,265 BRDA:42,33,1,93 BRDA:45,21,0,88 BRDA:45,21,1,5 BRDA:42,33,0,791 BRDA:52,68,1,792 BRDA:55,56,0,526 BRDA:55,56,1,266 BRDA:52,68,0,265 FN:66,SixLabors.Fonts.Tables.General.CMapTable SixLabors.Fonts.Tables.General.CMapTable::Load(SixLabors.Fonts.FontReader) FNDA:34,SixLabors.Fonts.Tables.General.CMapTable SixLabors.Fonts.Tables.General.CMapTable::Load(SixLabors.Fonts.FontReader) DA:67,34 DA:69,33 DA:71,33 FN:74,SixLabors.Fonts.Tables.General.CMapTable SixLabors.Fonts.Tables.General.CMapTable::Load(SixLabors.Fonts.BinaryReader) FNDA:34,SixLabors.Fonts.Tables.General.CMapTable SixLabors.Fonts.Tables.General.CMapTable::Load(SixLabors.Fonts.BinaryReader) DA:75,34 DA:76,34 DA:78,34 DA:79,208 DA:81,70 DA:85,34 DA:86,267 DA:88,43 DA:90,43 DA:95,1 DA:96,1 DA:98,32 DA:99,32 DA:101,10 DA:106,34 BRDA:79,44,1,70 BRDA:79,44,0,34 BRDA:86,237,1,43 BRDA:90,169,0,42 BRDA:90,174,0,10 BRDA:90,169,1,1 BRDA:90,174,1,32 BRDA:90,180,1,10 BRDA:90,180,0,77 BRDA:86,237,0,34 FN:16,System.Void SixLabors.Fonts.Tables.General.CMapTable::.ctor(SixLabors.Fonts.Tables.General.CMap.CMapSubTable[]) FNDA:128,System.Void SixLabors.Fonts.Tables.General.CMapTable::.ctor(SixLabors.Fonts.Tables.General.CMap.CMapSubTable[]) DA:17,128 DA:19,128 DA:22,128 DA:23,530 DA:25,137 DA:27,137 DA:29,43 DA:34,128 DA:35,128 BRDA:23,61,1,137 BRDA:25,35,0,137 BRDA:27,44,0,43 BRDA:25,35,1,137 BRDA:27,44,1,137 BRDA:23,61,0,128 LF:36 LH:36 BRF:24 BRH:24 FNF:5 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\ColrTable.cs FN:25,SixLabors.Fonts.Tables.General.ColrTable SixLabors.Fonts.Tables.General.ColrTable::Load(SixLabors.Fonts.FontReader) FNDA:34,SixLabors.Fonts.Tables.General.ColrTable SixLabors.Fonts.Tables.General.ColrTable::Load(SixLabors.Fonts.FontReader) DA:26,34 DA:28,34 DA:30,31 DA:33,3 DA:35,34 BRDA:28,13,0,31 BRDA:28,13,1,3 FN:38,System.Span`1 SixLabors.Fonts.Tables.General.ColrTable::GetLayers(System.UInt16) FNDA:3473,System.Span`1 SixLabors.Fonts.Tables.General.ColrTable::GetLayers(System.UInt16) DA:39,3473 DA:41,1735 DA:43,3 DA:47,0 BRDA:39,64,1,1735 BRDA:41,22,0,3 BRDA:41,22,1,1732 BRDA:39,64,0,0 FN:76,SixLabors.Fonts.Tables.General.ColrTable SixLabors.Fonts.Tables.General.ColrTable::Load(SixLabors.Fonts.BinaryReader) FNDA:3,SixLabors.Fonts.Tables.General.ColrTable SixLabors.Fonts.Tables.General.ColrTable::Load(SixLabors.Fonts.BinaryReader) DA:77,3 DA:78,3 DA:79,3 DA:80,3 DA:81,3 DA:83,3 DA:85,3 DA:86,3 DA:87,18468 DA:89,9231 DA:90,9231 DA:91,9231 DA:92,9231 DA:95,3 DA:97,159354 DA:99,79674 DA:100,79674 DA:101,79674 DA:104,3 BRDA:87,114,1,9231 BRDA:87,114,0,3 BRDA:97,169,1,79674 BRDA:97,169,0,3 FN:17,System.Void SixLabors.Fonts.Tables.General.ColrTable::.ctor(SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord[],SixLabors.Fonts.Tables.General.Colr.LayerRecord[]) FNDA:3,System.Void SixLabors.Fonts.Tables.General.ColrTable::.ctor(SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord[],SixLabors.Fonts.Tables.General.Colr.LayerRecord[]) DA:18,3 DA:20,3 DA:21,3 DA:22,3 LF:32 LH:31 BRF:10 BRH:9 FNF:4 FNH:4 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\CpalTable.cs FN:25,SixLabors.Fonts.GlyphColor SixLabors.Fonts.Tables.General.CpalTable::GetGlyphColor(System.Int32,System.Int32) FNDA:6,SixLabors.Fonts.GlyphColor SixLabors.Fonts.Tables.General.CpalTable::GetGlyphColor(System.Int32,System.Int32) DA:26,6 FN:30,SixLabors.Fonts.Tables.General.CpalTable SixLabors.Fonts.Tables.General.CpalTable::Load(SixLabors.Fonts.FontReader) FNDA:32,SixLabors.Fonts.Tables.General.CpalTable SixLabors.Fonts.Tables.General.CpalTable::Load(SixLabors.Fonts.FontReader) DA:31,32 DA:33,32 DA:35,30 DA:38,2 DA:40,32 BRDA:33,13,0,30 BRDA:33,13,1,2 FN:58,SixLabors.Fonts.Tables.General.CpalTable SixLabors.Fonts.Tables.General.CpalTable::Load(SixLabors.Fonts.BinaryReader) FNDA:2,SixLabors.Fonts.Tables.General.CpalTable SixLabors.Fonts.Tables.General.CpalTable::Load(SixLabors.Fonts.BinaryReader) DA:59,2 DA:60,2 DA:61,2 DA:62,2 DA:63,2 DA:65,2 DA:70,2 DA:72,0 DA:73,0 DA:74,0 DA:77,2 DA:78,2 DA:79,3788 DA:81,1892 DA:82,1892 DA:83,1892 DA:84,1892 DA:85,1892 DA:88,2 BRDA:70,43,0,0 BRDA:70,43,1,2 BRDA:79,151,1,1892 BRDA:79,151,0,2 FN:17,System.Void SixLabors.Fonts.Tables.General.CpalTable::.ctor(System.UInt16[],SixLabors.Fonts.GlyphColor[]) FNDA:2,System.Void SixLabors.Fonts.Tables.General.CpalTable::.ctor(System.UInt16[],SixLabors.Fonts.GlyphColor[]) DA:18,2 DA:20,2 DA:21,2 DA:22,2 LF:29 LH:26 BRF:6 BRH:5 FNF:4 FNH:4 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\GlyphTable.cs FN:18,System.Int32 SixLabors.Fonts.Tables.General.GlyphTable::get_GlyphCount() FNDA:128,System.Int32 SixLabors.Fonts.Tables.General.GlyphTable::get_GlyphCount() DA:19,128 FN:22,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.GlyphTable::GetGlyph(System.Int32) FNDA:120,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.GlyphTable::GetGlyph(System.Int32) DA:23,120 FN:27,SixLabors.Fonts.Tables.General.GlyphTable SixLabors.Fonts.Tables.General.GlyphTable::Load(SixLabors.Fonts.FontReader) FNDA:32,SixLabors.Fonts.Tables.General.GlyphTable SixLabors.Fonts.Tables.General.GlyphTable::Load(SixLabors.Fonts.FontReader) DA:28,32 DA:29,32 DA:31,32 DA:33,32 DA:35,32 FN:38,SixLabors.Fonts.Tables.General.GlyphTable SixLabors.Fonts.Tables.General.GlyphTable::Load(SixLabors.Fonts.BinaryReader,System.UInt32[],SixLabors.Fonts.Bounds&) FNDA:32,SixLabors.Fonts.Tables.General.GlyphTable SixLabors.Fonts.Tables.General.GlyphTable::Load(SixLabors.Fonts.BinaryReader,System.UInt32[],SixLabors.Fonts.Bounds&) DA:39,32 DA:40,32 DA:41,32 DA:42,32 DA:44,81078 DA:46,40507 DA:49,341 DA:50,341 DA:54,40166 DA:56,40166 DA:60,32 BRDA:44,71,1,40507 BRDA:46,37,0,341 BRDA:46,37,1,40166 BRDA:44,71,0,32 FN:13,System.Void SixLabors.Fonts.Tables.General.GlyphTable::.ctor(SixLabors.Fonts.Tables.General.Glyphs.GlyphLoader[]) FNDA:126,System.Void SixLabors.Fonts.Tables.General.GlyphTable::.ctor(SixLabors.Fonts.Tables.General.Glyphs.GlyphLoader[]) DA:14,126 DA:16,126 DA:17,126 LF:21 LH:21 BRF:4 BRH:4 FNF:5 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\HeadTable.cs FN:83,System.DateTime SixLabors.Fonts.Tables.General.HeadTable::get_Created() FNDA:4,System.DateTime SixLabors.Fonts.Tables.General.HeadTable::get_Created() DA:84,4 FN:85,SixLabors.Fonts.Tables.General.HeadTable/HeadFlags SixLabors.Fonts.Tables.General.HeadTable::get_Flags() FNDA:4,SixLabors.Fonts.Tables.General.HeadTable/HeadFlags SixLabors.Fonts.Tables.General.HeadTable::get_Flags() DA:86,4 FN:87,SixLabors.Fonts.Tables.General.HeadTable/IndexLocationFormats SixLabors.Fonts.Tables.General.HeadTable::get_IndexLocationFormat() FNDA:36,SixLabors.Fonts.Tables.General.HeadTable/IndexLocationFormats SixLabors.Fonts.Tables.General.HeadTable::get_IndexLocationFormat() DA:88,36 FN:89,System.UInt16 SixLabors.Fonts.Tables.General.HeadTable::get_LowestRecPPEM() FNDA:4,System.UInt16 SixLabors.Fonts.Tables.General.HeadTable::get_LowestRecPPEM() DA:90,4 FN:91,SixLabors.Fonts.Tables.General.HeadTable/HeadMacStyle SixLabors.Fonts.Tables.General.HeadTable::get_MacStyle() FNDA:4,SixLabors.Fonts.Tables.General.HeadTable/HeadMacStyle SixLabors.Fonts.Tables.General.HeadTable::get_MacStyle() DA:92,4 FN:93,System.DateTime SixLabors.Fonts.Tables.General.HeadTable::get_Modified() FNDA:4,System.DateTime SixLabors.Fonts.Tables.General.HeadTable::get_Modified() DA:94,4 FN:95,SixLabors.Fonts.Bounds SixLabors.Fonts.Tables.General.HeadTable::get_Bounds() FNDA:48,SixLabors.Fonts.Bounds SixLabors.Fonts.Tables.General.HeadTable::get_Bounds() DA:96,48 FN:97,System.UInt16 SixLabors.Fonts.Tables.General.HeadTable::get_UnitsPerEm() FNDA:130,System.UInt16 SixLabors.Fonts.Tables.General.HeadTable::get_UnitsPerEm() DA:98,130 FN:101,SixLabors.Fonts.Tables.General.HeadTable SixLabors.Fonts.Tables.General.HeadTable::Load(SixLabors.Fonts.FontReader) FNDA:66,SixLabors.Fonts.Tables.General.HeadTable SixLabors.Fonts.Tables.General.HeadTable::Load(SixLabors.Fonts.FontReader) DA:102,66 DA:104,66 DA:106,6 DA:109,60 DA:111,66 BRDA:104,13,0,6 BRDA:104,13,1,60 FN:157,SixLabors.Fonts.Tables.General.HeadTable SixLabors.Fonts.Tables.General.HeadTable::Load(SixLabors.Fonts.BinaryReader) FNDA:61,SixLabors.Fonts.Tables.General.HeadTable SixLabors.Fonts.Tables.General.HeadTable::Load(SixLabors.Fonts.BinaryReader) DA:158,61 DA:159,61 DA:160,61 DA:161,61 DA:162,61 DA:163,61 DA:165,0 DA:168,61 DA:169,61 DA:170,61 DA:172,0 DA:175,61 DA:176,61 DA:177,61 DA:178,61 DA:182,61 DA:183,61 DA:186,61 DA:187,61 DA:188,61 DA:192,61 DA:193,61 DA:196,61 DA:198,61 DA:199,61 DA:200,61 DA:201,61 DA:202,61 DA:204,61 DA:205,61 DA:206,61 DA:207,61 DA:208,61 DA:209,61 DA:210,61 DA:211,61 DA:212,61 BRDA:163,39,0,0 BRDA:163,39,1,61 BRDA:170,68,0,61 BRDA:170,68,1,0 BRDA:170,76,0,0 BRDA:170,76,1,61 BRDA:178,130,0,61 BRDA:178,130,1,61 BRDA:188,160,0,61 BRDA:188,160,1,61 FN:14,System.Void SixLabors.Fonts.Tables.General.HeadTable::.ctor(SixLabors.Fonts.Tables.General.HeadTable/HeadFlags,SixLabors.Fonts.Tables.General.HeadTable/HeadMacStyle,System.UInt16,System.DateTime,System.DateTime,SixLabors.Fonts.Bounds,System.UInt16,SixLabors.Fonts.Tables.General.HeadTable/IndexLocationFormats) FNDA:158,System.Void SixLabors.Fonts.Tables.General.HeadTable::.ctor(SixLabors.Fonts.Tables.General.HeadTable/HeadFlags,SixLabors.Fonts.Tables.General.HeadTable/HeadMacStyle,System.UInt16,System.DateTime,System.DateTime,SixLabors.Fonts.Bounds,System.UInt16,SixLabors.Fonts.Tables.General.HeadTable/IndexLocationFormats) DA:15,158 DA:17,158 DA:18,158 DA:19,158 DA:20,158 DA:21,158 DA:22,158 DA:23,158 DA:24,158 DA:25,158 LF:60 LH:58 BRF:12 BRH:9 FNF:11 FNH:11 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\HorizontalHeadTable.cs FN:27,System.UInt16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_AdvanceWidthMax() FNDA:2,System.UInt16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_AdvanceWidthMax() DA:28,2 FN:29,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_Ascender() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_Ascender() DA:30,2 FN:31,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_CaretOffset() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_CaretOffset() DA:32,2 FN:33,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_CaretSlopeRise() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_CaretSlopeRise() DA:34,2 FN:35,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_CaretSlopeRun() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_CaretSlopeRun() DA:36,2 FN:37,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_Descender() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_Descender() DA:38,2 FN:39,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_LineGap() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_LineGap() DA:40,2 FN:41,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_MinLeftSideBearing() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_MinLeftSideBearing() DA:42,2 FN:43,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_MinRightSideBearing() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_MinRightSideBearing() DA:44,2 FN:45,System.UInt16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_NumberOfHMetrics() FNDA:34,System.UInt16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_NumberOfHMetrics() DA:46,34 FN:47,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_XMaxExtent() FNDA:2,System.Int16 SixLabors.Fonts.Tables.General.HorizontalHeadTable::get_XMaxExtent() DA:48,2 FN:51,SixLabors.Fonts.Tables.General.HorizontalHeadTable SixLabors.Fonts.Tables.General.HorizontalHeadTable::Load(SixLabors.Fonts.FontReader) FNDA:33,SixLabors.Fonts.Tables.General.HorizontalHeadTable SixLabors.Fonts.Tables.General.HorizontalHeadTable::Load(SixLabors.Fonts.FontReader) DA:52,33 DA:54,33 DA:56,1 DA:59,32 DA:61,33 BRDA:54,13,0,1 BRDA:54,13,1,32 FN:84,SixLabors.Fonts.Tables.General.HorizontalHeadTable SixLabors.Fonts.Tables.General.HorizontalHeadTable::Load(SixLabors.Fonts.BinaryReader) FNDA:33,SixLabors.Fonts.Tables.General.HorizontalHeadTable SixLabors.Fonts.Tables.General.HorizontalHeadTable::Load(SixLabors.Fonts.BinaryReader) DA:85,33 DA:86,33 DA:87,33 DA:88,33 DA:89,33 DA:90,33 DA:91,33 DA:92,33 DA:93,33 DA:94,33 DA:95,33 DA:96,33 DA:97,33 DA:98,33 DA:99,33 DA:100,33 DA:101,33 DA:102,33 DA:104,0 DA:107,33 DA:109,33 DA:110,33 DA:111,33 DA:112,33 DA:113,33 DA:114,33 DA:115,33 DA:116,33 DA:117,33 DA:118,33 DA:119,33 DA:120,33 BRDA:102,126,0,0 BRDA:102,126,1,33 FN:12,System.Void SixLabors.Fonts.Tables.General.HorizontalHeadTable::.ctor(System.Int16,System.Int16,System.Int16,System.UInt16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.UInt16) FNDA:34,System.Void SixLabors.Fonts.Tables.General.HorizontalHeadTable::.ctor(System.Int16,System.Int16,System.Int16,System.UInt16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.UInt16) DA:13,34 DA:15,34 DA:16,34 DA:17,34 DA:18,34 DA:19,34 DA:20,34 DA:21,34 DA:22,34 DA:23,34 DA:24,34 DA:25,34 DA:26,34 LF:61 LH:60 BRF:4 BRH:3 FNF:14 FNH:14 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\HorizontalMetricsTable.cs FN:20,System.UInt16 SixLabors.Fonts.Tables.General.HorizontalMetricsTable::GetAdvancedWidth(System.Int32) FNDA:340,System.UInt16 SixLabors.Fonts.Tables.General.HorizontalMetricsTable::GetAdvancedWidth(System.Int32) DA:21,340 DA:23,0 DA:26,340 BRDA:21,9,0,0 BRDA:21,9,1,340 FN:30,System.Int16 SixLabors.Fonts.Tables.General.HorizontalMetricsTable::GetLeftSideBearing(System.Int32) FNDA:340,System.Int16 SixLabors.Fonts.Tables.General.HorizontalMetricsTable::GetLeftSideBearing(System.Int32) DA:31,340 DA:33,0 DA:36,340 BRDA:31,9,0,0 BRDA:31,9,1,340 FN:41,SixLabors.Fonts.Tables.General.HorizontalMetricsTable SixLabors.Fonts.Tables.General.HorizontalMetricsTable::Load(SixLabors.Fonts.FontReader) FNDA:32,SixLabors.Fonts.Tables.General.HorizontalMetricsTable SixLabors.Fonts.Tables.General.HorizontalMetricsTable::Load(SixLabors.Fonts.FontReader) DA:42,32 DA:43,32 DA:46,32 DA:48,32 DA:50,32 FN:56,SixLabors.Fonts.Tables.General.HorizontalMetricsTable SixLabors.Fonts.Tables.General.HorizontalMetricsTable::Load(SixLabors.Fonts.BinaryReader,System.Int32,System.Int32) FNDA:32,SixLabors.Fonts.Tables.General.HorizontalMetricsTable SixLabors.Fonts.Tables.General.HorizontalMetricsTable::Load(SixLabors.Fonts.BinaryReader,System.Int32,System.Int32) DA:57,32 DA:58,32 DA:59,32 DA:61,80284 DA:67,40110 DA:68,40110 DA:71,858 DA:73,397 DA:76,32 BRDA:61,46,1,40110 BRDA:61,46,0,32 BRDA:71,74,1,397 BRDA:71,74,0,32 FN:12,System.Void SixLabors.Fonts.Tables.General.HorizontalMetricsTable::.ctor(System.UInt16[],System.Int16[]) FNDA:126,System.Void SixLabors.Fonts.Tables.General.HorizontalMetricsTable::.ctor(System.UInt16[],System.Int16[]) DA:13,126 DA:15,126 DA:16,126 DA:17,126 LF:24 LH:22 BRF:8 BRH:6 FNF:5 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\IndexLocationTable.cs FN:17,System.UInt32[] SixLabors.Fonts.Tables.General.IndexLocationTable::get_GlyphOffsets() FNDA:32,System.UInt32[] SixLabors.Fonts.Tables.General.IndexLocationTable::get_GlyphOffsets() DA:18,32 FN:21,SixLabors.Fonts.Tables.General.IndexLocationTable SixLabors.Fonts.Tables.General.IndexLocationTable::Load(SixLabors.Fonts.FontReader) FNDA:35,SixLabors.Fonts.Tables.General.IndexLocationTable SixLabors.Fonts.Tables.General.IndexLocationTable::Load(SixLabors.Fonts.FontReader) DA:22,35 DA:24,34 DA:27,33 DA:29,33 DA:31,1 DA:34,32 DA:36,33 BRDA:29,27,0,1 BRDA:29,27,1,32 FN:39,SixLabors.Fonts.Tables.General.IndexLocationTable SixLabors.Fonts.Tables.General.IndexLocationTable::Load(SixLabors.Fonts.BinaryReader,System.Int32,SixLabors.Fonts.Tables.General.HeadTable/IndexLocationFormats) FNDA:32,SixLabors.Fonts.Tables.General.IndexLocationTable SixLabors.Fonts.Tables.General.IndexLocationTable::Load(SixLabors.Fonts.BinaryReader,System.Int32,SixLabors.Fonts.Tables.General.HeadTable/IndexLocationFormats) DA:40,32 DA:42,32 DA:47,22 DA:48,22 DA:49,34002 DA:51,16979 DA:54,22 DA:56,10 DA:61,10 DA:63,10 DA:67,0 BRDA:42,5,0,22 BRDA:49,40,1,16979 BRDA:49,40,0,22 BRDA:42,5,1,10 BRDA:56,51,0,10 BRDA:56,51,1,0 FN:12,System.Void SixLabors.Fonts.Tables.General.IndexLocationTable::.ctor(System.UInt32[]) FNDA:32,System.Void SixLabors.Fonts.Tables.General.IndexLocationTable::.ctor(System.UInt32[]) DA:13,32 DA:15,32 DA:16,32 LF:22 LH:21 BRF:8 BRH:7 FNF:4 FNH:4 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\KerningTable.cs FN:23,SixLabors.Fonts.Tables.General.KerningTable SixLabors.Fonts.Tables.General.KerningTable::Load(SixLabors.Fonts.FontReader) FNDA:33,SixLabors.Fonts.Tables.General.KerningTable SixLabors.Fonts.Tables.General.KerningTable::Load(SixLabors.Fonts.FontReader) DA:24,33 DA:26,33 DA:29,9 DA:33,24 DA:35,33 BRDA:26,13,0,9 BRDA:26,13,1,24 FN:42,SixLabors.Fonts.Tables.General.KerningTable SixLabors.Fonts.Tables.General.KerningTable::Load(SixLabors.Fonts.BinaryReader) FNDA:24,SixLabors.Fonts.Tables.General.KerningTable SixLabors.Fonts.Tables.General.KerningTable::Load(SixLabors.Fonts.BinaryReader) DA:43,24 DA:44,24 DA:46,24 DA:47,96 DA:49,24 DA:50,24 DA:52,24 DA:56,24 BRDA:47,48,1,24 BRDA:50,33,0,24 BRDA:50,33,1,24 BRDA:47,48,0,24 FN:60,System.Numerics.Vector2 SixLabors.Fonts.Tables.General.KerningTable::GetOffset(System.UInt16,System.UInt16) FNDA:519,System.Numerics.Vector2 SixLabors.Fonts.Tables.General.KerningTable::GetOffset(System.UInt16,System.UInt16) DA:61,519 DA:62,1138 DA:64,50 DA:67,519 BRDA:62,37,1,50 BRDA:62,37,0,519 FN:16,System.Void SixLabors.Fonts.Tables.General.KerningTable::.ctor(SixLabors.Fonts.Tables.General.Kern.KerningSubTable[]) FNDA:127,System.Void SixLabors.Fonts.Tables.General.KerningTable::.ctor(SixLabors.Fonts.Tables.General.Kern.KerningSubTable[]) DA:17,127 DA:19,127 DA:20,127 LF:20 LH:20 BRF:8 BRH:8 FNF:4 FNH:4 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\MaximumProfileTable.cs FN:33,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxPoints() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxPoints() DA:34,0 FN:35,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxContours() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxContours() DA:36,0 FN:37,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxCompositePoints() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxCompositePoints() DA:38,0 FN:39,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxCompositeContours() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxCompositeContours() DA:40,0 FN:41,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxZones() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxZones() DA:42,0 FN:43,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxTwilightPoints() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxTwilightPoints() DA:44,0 FN:45,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxStorage() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxStorage() DA:46,0 FN:47,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxFunctionDefs() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxFunctionDefs() DA:48,0 FN:49,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxInstructionDefs() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxInstructionDefs() DA:50,0 FN:51,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxStackElements() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxStackElements() DA:52,0 FN:53,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxSizeOfInstructions() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxSizeOfInstructions() DA:54,0 FN:55,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxComponentElements() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxComponentElements() DA:56,0 FN:57,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxComponentDepth() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_MaxComponentDepth() DA:58,0 FN:59,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_GlyphCount() FNDA:64,System.UInt16 SixLabors.Fonts.Tables.General.MaximumProfileTable::get_GlyphCount() DA:60,64 FN:63,SixLabors.Fonts.Tables.General.MaximumProfileTable SixLabors.Fonts.Tables.General.MaximumProfileTable::Load(SixLabors.Fonts.FontReader) FNDA:35,SixLabors.Fonts.Tables.General.MaximumProfileTable SixLabors.Fonts.Tables.General.MaximumProfileTable::Load(SixLabors.Fonts.FontReader) DA:64,35 DA:66,33 DA:68,33 FN:77,SixLabors.Fonts.Tables.General.MaximumProfileTable SixLabors.Fonts.Tables.General.MaximumProfileTable::Load(SixLabors.Fonts.BinaryReader) FNDA:33,SixLabors.Fonts.Tables.General.MaximumProfileTable SixLabors.Fonts.Tables.General.MaximumProfileTable::Load(SixLabors.Fonts.BinaryReader) DA:78,33 DA:79,33 DA:80,33 DA:82,0 DA:103,33 DA:104,33 DA:105,33 DA:106,33 DA:108,33 DA:109,33 DA:110,33 DA:111,33 DA:112,33 DA:113,33 DA:114,33 DA:115,33 DA:116,33 DA:118,33 DA:119,33 DA:120,33 DA:121,33 DA:122,33 DA:123,33 DA:124,33 DA:125,33 DA:126,33 DA:127,33 DA:128,33 DA:129,33 DA:130,33 DA:131,33 DA:132,33 BRDA:80,23,0,0 BRDA:80,23,1,33 FN:10,System.Void SixLabors.Fonts.Tables.General.MaximumProfileTable::.ctor(System.UInt16) FNDA:33,System.Void SixLabors.Fonts.Tables.General.MaximumProfileTable::.ctor(System.UInt16) DA:11,33 DA:13,33 DA:14,33 FN:16,System.Void SixLabors.Fonts.Tables.General.MaximumProfileTable::.ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16) FNDA:33,System.Void SixLabors.Fonts.Tables.General.MaximumProfileTable::.ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16) DA:17,33 DA:19,33 DA:20,33 DA:21,33 DA:22,33 DA:23,33 DA:24,33 DA:25,33 DA:26,33 DA:27,33 DA:28,33 DA:29,33 DA:30,33 DA:31,33 DA:32,33 LF:67 LH:53 BRF:2 BRH:1 FNF:18 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\NameTable.cs FN:31,System.String SixLabors.Fonts.Tables.General.NameTable::Id(System.Globalization.CultureInfo) FNDA:2,System.String SixLabors.Fonts.Tables.General.NameTable::Id(System.Globalization.CultureInfo) DA:32,2 FN:40,System.String SixLabors.Fonts.Tables.General.NameTable::FontName(System.Globalization.CultureInfo) FNDA:159,System.String SixLabors.Fonts.Tables.General.NameTable::FontName(System.Globalization.CultureInfo) DA:41,159 FN:49,System.String SixLabors.Fonts.Tables.General.NameTable::FontFamilyName(System.Globalization.CultureInfo) FNDA:608,System.String SixLabors.Fonts.Tables.General.NameTable::FontFamilyName(System.Globalization.CultureInfo) DA:50,608 FN:58,System.String SixLabors.Fonts.Tables.General.NameTable::FontSubFamilyName(System.Globalization.CultureInfo) FNDA:159,System.String SixLabors.Fonts.Tables.General.NameTable::FontSubFamilyName(System.Globalization.CultureInfo) DA:59,159 FN:63,System.String SixLabors.Fonts.Tables.General.NameTable::GetNameById(System.Globalization.CultureInfo,SixLabors.Fonts.WellKnownIds.NameIds) FNDA:934,System.String SixLabors.Fonts.Tables.General.NameTable::GetNameById(System.Globalization.CultureInfo,SixLabors.Fonts.WellKnownIds.NameIds) DA:64,934 DA:68,934 DA:69,934 DA:70,934 DA:71,16538 DA:73,7365 DA:76,1107 DA:77,1107 DA:80,858 DA:81,858 DA:84,255 DA:87,858 DA:90,60 DA:96,874 DA:97,874 DA:98,874 DA:99,874 BRDA:71,115,1,7365 BRDA:73,41,0,1107 BRDA:76,44,0,840 BRDA:76,44,1,1107 BRDA:77,57,0,858 BRDA:80,60,0,840 BRDA:80,60,1,858 BRDA:81,77,0,255 BRDA:84,80,0,255 BRDA:81,77,1,858 BRDA:84,80,1,858 BRDA:87,93,0,60 BRDA:73,41,1,7305 BRDA:77,57,1,7305 BRDA:87,93,1,7305 BRDA:71,115,0,874 BRDA:96,118,0,659 BRDA:96,118,1,215 BRDA:96,130,0,659 BRDA:96,134,0,94 BRDA:96,134,1,565 BRDA:96,146,0,94 BRDA:96,150,0,94 BRDA:96,150,1,0 BRDA:96,162,0,94 BRDA:96,130,1,874 BRDA:96,146,1,874 BRDA:96,162,1,874 FN:103,System.String SixLabors.Fonts.Tables.General.NameTable::GetNameById(System.Globalization.CultureInfo,System.UInt16) FNDA:4,System.String SixLabors.Fonts.Tables.General.NameTable::GetNameById(System.Globalization.CultureInfo,System.UInt16) DA:104,4 FN:108,SixLabors.Fonts.Tables.General.NameTable SixLabors.Fonts.Tables.General.NameTable::Load(SixLabors.Fonts.FontReader) FNDA:64,SixLabors.Fonts.Tables.General.NameTable SixLabors.Fonts.Tables.General.NameTable::Load(SixLabors.Fonts.FontReader) DA:109,64 DA:112,62 DA:114,62 FN:117,SixLabors.Fonts.Tables.General.NameTable SixLabors.Fonts.Tables.General.NameTable::Load(SixLabors.Fonts.BinaryReader) FNDA:64,SixLabors.Fonts.Tables.General.NameTable SixLabors.Fonts.Tables.General.NameTable::Load(SixLabors.Fonts.BinaryReader) DA:118,64 DA:119,64 DA:120,64 DA:121,64 DA:123,64 DA:125,3170 DA:127,1521 DA:128,1521 DA:129,1521 DA:131,1521 DA:135,64 DA:136,64 DA:139,1 DA:140,1 DA:142,6 DA:144,2 DA:145,2 DA:149,4697 DA:151,1523 DA:154,1523 DA:156,1523 DA:159,66 DA:161,64 BRDA:125,84,1,1521 BRDA:129,65,0,1521 BRDA:129,65,1,1521 BRDA:125,84,0,64 BRDA:136,96,0,1 BRDA:142,152,1,2 BRDA:136,96,1,64 BRDA:142,152,0,64 BRDA:149,245,1,1523 BRDA:149,245,0,64 BRDA:159,263,0,0 BRDA:159,263,1,64 BRDA:159,312,0,0 BRDA:159,312,1,64 FN:19,System.Void SixLabors.Fonts.Tables.General.NameTable::.ctor(SixLabors.Fonts.Tables.General.Name.NameRecord[],System.String[]) FNDA:158,System.Void SixLabors.Fonts.Tables.General.NameTable::.ctor(SixLabors.Fonts.Tables.General.Name.NameRecord[],System.String[]) DA:20,158 DA:22,158 DA:23,158 LF:51 LH:51 BRF:42 BRH:39 FNF:9 FNH:9 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\OS2Table.cs FN:169,SixLabors.Fonts.Tables.General.OS2Table/FontStyleSelection SixLabors.Fonts.Tables.General.OS2Table::get_FontStyle() FNDA:363,SixLabors.Fonts.Tables.General.OS2Table/FontStyleSelection SixLabors.Fonts.Tables.General.OS2Table::get_FontStyle() DA:170,363 FN:171,System.Int16 SixLabors.Fonts.Tables.General.OS2Table::get_TypoAscender() FNDA:311,System.Int16 SixLabors.Fonts.Tables.General.OS2Table::get_TypoAscender() DA:172,311 FN:173,System.Int16 SixLabors.Fonts.Tables.General.OS2Table::get_TypoDescender() FNDA:311,System.Int16 SixLabors.Fonts.Tables.General.OS2Table::get_TypoDescender() DA:174,311 FN:175,System.Int16 SixLabors.Fonts.Tables.General.OS2Table::get_TypoLineGap() FNDA:311,System.Int16 SixLabors.Fonts.Tables.General.OS2Table::get_TypoLineGap() DA:176,311 FN:179,SixLabors.Fonts.Tables.General.OS2Table SixLabors.Fonts.Tables.General.OS2Table::Load(SixLabors.Fonts.FontReader) FNDA:64,SixLabors.Fonts.Tables.General.OS2Table SixLabors.Fonts.Tables.General.OS2Table::Load(SixLabors.Fonts.FontReader) DA:180,64 DA:182,64 DA:184,5 DA:187,59 DA:189,64 BRDA:182,13,0,5 BRDA:182,13,1,59 FN:234,SixLabors.Fonts.Tables.General.OS2Table SixLabors.Fonts.Tables.General.OS2Table::Load(SixLabors.Fonts.BinaryReader) FNDA:59,SixLabors.Fonts.Tables.General.OS2Table SixLabors.Fonts.Tables.General.OS2Table::Load(SixLabors.Fonts.BinaryReader) DA:235,59 DA:236,59 DA:237,59 DA:238,59 DA:239,59 DA:240,59 DA:241,59 DA:242,59 DA:243,59 DA:245,59 DA:246,59 DA:247,59 DA:248,59 DA:250,59 DA:251,59 DA:252,59 DA:253,59 DA:254,59 DA:255,59 DA:256,59 DA:257,59 DA:258,59 DA:259,59 DA:260,59 DA:261,59 DA:262,59 DA:263,59 DA:264,59 DA:265,59 DA:266,59 DA:268,59 DA:269,59 DA:270,59 DA:271,59 DA:272,59 DA:273,59 DA:274,59 DA:275,59 DA:276,59 DA:277,59 DA:278,59 DA:279,59 DA:280,59 DA:281,59 DA:282,59 DA:283,59 DA:284,59 DA:285,59 DA:286,59 DA:287,59 DA:288,59 DA:289,59 DA:290,59 DA:291,59 DA:292,59 DA:293,59 DA:294,59 DA:295,59 DA:296,59 DA:297,59 DA:299,59 DA:301,0 DA:304,59 DA:305,59 DA:306,59 DA:307,59 DA:309,59 DA:310,59 DA:311,59 DA:313,59 DA:314,59 DA:315,59 DA:316,59 DA:318,59 DA:319,59 DA:320,59 DA:322,59 DA:323,59 DA:324,59 DA:325,59 DA:326,59 DA:327,59 DA:328,59 DA:329,59 DA:330,59 DA:332,59 DA:334,59 DA:337,0 DA:338,0 DA:340,0 DA:341,0 DA:342,0 DA:343,0 BRDA:299,297,0,0 BRDA:299,297,1,59 BRDA:332,404,0,59 BRDA:332,404,1,0 FN:45,System.Void SixLabors.Fonts.Tables.General.OS2Table::.ctor(System.Int16,System.UInt16,System.UInt16,System.UInt16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Byte[],System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.String,SixLabors.Fonts.Tables.General.OS2Table/FontStyleSelection,System.UInt16,System.UInt16,System.Int16,System.Int16,System.Int16,System.UInt16,System.UInt16) FNDA:212,System.Void SixLabors.Fonts.Tables.General.OS2Table::.ctor(System.Int16,System.UInt16,System.UInt16,System.UInt16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Byte[],System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.String,SixLabors.Fonts.Tables.General.OS2Table/FontStyleSelection,System.UInt16,System.UInt16,System.Int16,System.Int16,System.Int16,System.UInt16,System.UInt16) DA:46,212 DA:48,212 DA:49,212 DA:50,212 DA:51,212 DA:52,212 DA:53,212 DA:54,212 DA:55,212 DA:56,212 DA:57,212 DA:58,212 DA:59,212 DA:60,212 DA:61,212 DA:62,212 DA:63,212 DA:64,212 DA:65,212 DA:66,212 DA:67,212 DA:68,212 DA:69,212 DA:70,212 DA:71,212 DA:72,212 DA:73,212 DA:74,212 DA:75,212 DA:76,212 DA:77,212 FN:79,System.Void SixLabors.Fonts.Tables.General.OS2Table::.ctor(SixLabors.Fonts.Tables.General.OS2Table,System.UInt16,System.UInt16,System.Int16,System.Int16,System.UInt16,System.UInt16,System.UInt16) FNDA:59,System.Void SixLabors.Fonts.Tables.General.OS2Table::.ctor(SixLabors.Fonts.Tables.General.OS2Table,System.UInt16,System.UInt16,System.Int16,System.Int16,System.UInt16,System.UInt16,System.UInt16) DA:80,59 DA:81,59 DA:82,59 DA:83,59 DA:84,59 DA:85,59 DA:86,59 DA:87,59 DA:88,59 DA:89,59 DA:90,59 DA:91,59 DA:92,59 DA:93,59 DA:94,59 DA:95,59 DA:96,59 DA:97,59 DA:98,59 DA:99,59 DA:100,59 DA:101,59 DA:102,59 DA:103,59 DA:104,59 DA:105,59 DA:106,59 DA:107,59 DA:108,59 DA:109,59 DA:111,59 DA:112,59 DA:113,59 DA:114,59 DA:115,59 DA:116,59 DA:117,59 DA:118,59 FN:120,System.Void SixLabors.Fonts.Tables.General.OS2Table::.ctor(SixLabors.Fonts.Tables.General.OS2Table,System.UInt16,System.UInt16) FNDA:0,System.Void SixLabors.Fonts.Tables.General.OS2Table::.ctor(SixLabors.Fonts.Tables.General.OS2Table,System.UInt16,System.UInt16) DA:121,0 DA:122,0 DA:123,0 DA:124,0 DA:125,0 DA:126,0 DA:127,0 DA:128,0 DA:129,0 DA:131,0 DA:132,0 DA:133,0 LF:183 LH:164 BRF:6 BRH:4 FNF:9 FNH:8 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Name\NameRecord.cs FN:22,SixLabors.Fonts.WellKnownIds.PlatformIDs SixLabors.Fonts.Tables.General.Name.NameRecord::get_Platform() FNDA:1107,SixLabors.Fonts.WellKnownIds.PlatformIDs SixLabors.Fonts.Tables.General.Name.NameRecord::get_Platform() DA:23,1107 FN:24,System.UInt16 SixLabors.Fonts.Tables.General.Name.NameRecord::get_LanguageID() FNDA:1716,System.UInt16 SixLabors.Fonts.Tables.General.Name.NameRecord::get_LanguageID() DA:25,1716 FN:26,SixLabors.Fonts.WellKnownIds.NameIds SixLabors.Fonts.Tables.General.Name.NameRecord::get_NameID() FNDA:7365,SixLabors.Fonts.WellKnownIds.NameIds SixLabors.Fonts.Tables.General.Name.NameRecord::get_NameID() DA:27,7365 FN:28,SixLabors.Fonts.Utilities.StringLoader SixLabors.Fonts.Tables.General.Name.NameRecord::get_StringReader() FNDA:3882,SixLabors.Fonts.Utilities.StringLoader SixLabors.Fonts.Tables.General.Name.NameRecord::get_StringReader() DA:29,3882 FN:30,System.String SixLabors.Fonts.Tables.General.Name.NameRecord::get_Value() FNDA:840,System.String SixLabors.Fonts.Tables.General.Name.NameRecord::get_Value() DA:31,840 BRDA:31,7,0,562 BRDA:31,7,1,278 BRDA:31,19,0,562 BRDA:31,19,1,840 FN:34,SixLabors.Fonts.Tables.General.Name.NameRecord SixLabors.Fonts.Tables.General.Name.NameRecord::Read(SixLabors.Fonts.BinaryReader) FNDA:1521,SixLabors.Fonts.Tables.General.Name.NameRecord SixLabors.Fonts.Tables.General.Name.NameRecord::Read(SixLabors.Fonts.BinaryReader) DA:35,1521 DA:36,1521 DA:37,1521 DA:38,1521 DA:39,1521 DA:41,1521 DA:43,1521 DA:44,1521 DA:45,1521 DA:46,1521 FN:14,System.Void SixLabors.Fonts.Tables.General.Name.NameRecord::.ctor(SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,SixLabors.Fonts.WellKnownIds.NameIds,System.String) FNDA:1709,System.Void SixLabors.Fonts.Tables.General.Name.NameRecord::.ctor(SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,SixLabors.Fonts.WellKnownIds.NameIds,System.String) DA:15,1709 DA:17,1709 DA:18,1709 DA:19,1709 DA:20,1709 DA:21,1709 LF:21 LH:21 BRF:4 BRH:4 FNF:7 FNH:7 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Kern\Format0SubTable.cs FN:25,SixLabors.Fonts.Tables.General.Kern.Format0SubTable SixLabors.Fonts.Tables.General.Kern.Format0SubTable::Load(SixLabors.Fonts.BinaryReader,SixLabors.Fonts.Tables.General.Kern.KerningCoverage&) FNDA:24,SixLabors.Fonts.Tables.General.Kern.Format0SubTable SixLabors.Fonts.Tables.General.Kern.Format0SubTable::Load(SixLabors.Fonts.BinaryReader,SixLabors.Fonts.Tables.General.Kern.KerningCoverage&) DA:26,24 DA:27,24 DA:28,24 DA:29,24 DA:31,24 DA:32,598272 DA:34,299112 DA:37,24 BRDA:32,58,1,299112 BRDA:32,58,0,24 FN:41,System.Boolean SixLabors.Fonts.Tables.General.Kern.Format0SubTable::TryGetOffset(System.UInt16,System.UInt16,System.Int16&) FNDA:50,System.Boolean SixLabors.Fonts.Tables.General.Kern.Format0SubTable::TryGetOffset(System.UInt16,System.UInt16,System.Int16&) DA:42,50 DA:44,50 DA:46,1 DA:47,1 DA:48,1 DA:51,49 DA:52,49 BRDA:44,27,0,1 BRDA:44,27,1,49 FN:12,System.Void SixLabors.Fonts.Tables.General.Kern.Format0SubTable::.ctor(SixLabors.Fonts.Tables.General.Kern.KearningPair[],SixLabors.Fonts.Tables.General.Kern.KerningCoverage) FNDA:24,System.Void SixLabors.Fonts.Tables.General.Kern.Format0SubTable::.ctor(SixLabors.Fonts.Tables.General.Kern.KearningPair[],SixLabors.Fonts.Tables.General.Kern.KerningCoverage) DA:13,24 DA:15,24 DA:16,24 LF:18 LH:18 BRF:4 BRH:4 FNF:3 FNH:3 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Kern\KearningPair.cs FN:17,System.UInt32 SixLabors.Fonts.Tables.General.Kern.KearningPair::get_Key() FNDA:1370,System.UInt32 SixLabors.Fonts.Tables.General.Kern.KearningPair::get_Key() DA:18,1370 FN:19,System.UInt16 SixLabors.Fonts.Tables.General.Kern.KearningPair::get_Left() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.Kern.KearningPair::get_Left() DA:20,0 FN:21,System.UInt16 SixLabors.Fonts.Tables.General.Kern.KearningPair::get_Right() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.Kern.KearningPair::get_Right() DA:22,0 FN:23,System.Int16 SixLabors.Fonts.Tables.General.Kern.KearningPair::get_Offset() FNDA:1,System.Int16 SixLabors.Fonts.Tables.General.Kern.KearningPair::get_Offset() DA:24,1 FN:27,System.UInt32 SixLabors.Fonts.Tables.General.Kern.KearningPair::CalculateKey(System.UInt16,System.UInt16) FNDA:299162,System.UInt32 SixLabors.Fonts.Tables.General.Kern.KearningPair::CalculateKey(System.UInt16,System.UInt16) DA:28,299162 DA:29,299162 FN:38,SixLabors.Fonts.Tables.General.Kern.KearningPair SixLabors.Fonts.Tables.General.Kern.KearningPair::Read(SixLabors.Fonts.BinaryReader) FNDA:299112,SixLabors.Fonts.Tables.General.Kern.KearningPair SixLabors.Fonts.Tables.General.Kern.KearningPair::Read(SixLabors.Fonts.BinaryReader) DA:39,299112 FN:43,System.Int32 SixLabors.Fonts.Tables.General.Kern.KearningPair::CompareTo(SixLabors.Fonts.Tables.General.Kern.KearningPair) FNDA:685,System.Int32 SixLabors.Fonts.Tables.General.Kern.KearningPair::CompareTo(SixLabors.Fonts.Tables.General.Kern.KearningPair) DA:44,685 FN:11,System.Void SixLabors.Fonts.Tables.General.Kern.KearningPair::.ctor(System.UInt16,System.UInt16,System.Int16) FNDA:299162,System.Void SixLabors.Fonts.Tables.General.Kern.KearningPair::.ctor(System.UInt16,System.UInt16,System.Int16) DA:12,299162 DA:13,299162 DA:14,299162 DA:15,299162 DA:16,299162 LF:13 LH:11 BRF:0 BRH:0 FNF:8 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Kern\KerningCoverage.cs FN:16,System.Boolean SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_Horizontal() FNDA:1,System.Boolean SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_Horizontal() DA:17,1 FN:18,System.Boolean SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_HasMinimum() FNDA:0,System.Boolean SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_HasMinimum() DA:19,0 FN:20,System.Boolean SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_CrossStream() FNDA:0,System.Boolean SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_CrossStream() DA:21,0 FN:22,System.Boolean SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_OverrideAccumulator() FNDA:1,System.Boolean SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_OverrideAccumulator() DA:23,1 FN:24,System.Byte SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_Format() FNDA:24,System.Byte SixLabors.Fonts.Tables.General.Kern.KerningCoverage::get_Format() DA:25,24 FN:40,SixLabors.Fonts.Tables.General.Kern.KerningCoverage SixLabors.Fonts.Tables.General.Kern.KerningCoverage::Read(SixLabors.Fonts.BinaryReader) FNDA:24,SixLabors.Fonts.Tables.General.Kern.KerningCoverage SixLabors.Fonts.Tables.General.Kern.KerningCoverage::Read(SixLabors.Fonts.BinaryReader) DA:41,24 DA:42,24 DA:43,24 DA:44,24 DA:45,24 DA:46,24 DA:47,24 FN:9,System.Void SixLabors.Fonts.Tables.General.Kern.KerningCoverage::.ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Byte) FNDA:24,System.Void SixLabors.Fonts.Tables.General.Kern.KerningCoverage::.ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Byte) DA:10,24 DA:11,24 DA:12,24 DA:13,24 DA:14,24 DA:15,24 LF:18 LH:16 BRF:0 BRH:0 FNF:7 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Kern\KerningSubTable.cs FN:24,SixLabors.Fonts.Tables.General.Kern.KerningSubTable SixLabors.Fonts.Tables.General.Kern.KerningSubTable::Load(SixLabors.Fonts.BinaryReader) FNDA:24,SixLabors.Fonts.Tables.General.Kern.KerningSubTable SixLabors.Fonts.Tables.General.Kern.KerningSubTable::Load(SixLabors.Fonts.BinaryReader) DA:25,24 DA:26,24 DA:28,24 DA:30,24 DA:32,24 DA:37,0 BRDA:30,28,0,24 BRDA:30,28,1,0 FN:44,System.Void SixLabors.Fonts.Tables.General.Kern.KerningSubTable::ApplyOffset(System.UInt16,System.UInt16,System.Numerics.Vector2&) FNDA:50,System.Void SixLabors.Fonts.Tables.General.Kern.KerningSubTable::ApplyOffset(System.UInt16,System.UInt16,System.Numerics.Vector2&) DA:45,50 DA:47,1 DA:50,1 DA:52,0 DA:53,0 DA:56,1 DA:58,1 DA:62,0 DA:64,0 DA:65,0 DA:68,0 DA:72,49 BRDA:45,10,0,1 BRDA:47,23,0,1 BRDA:50,36,0,0 BRDA:50,36,1,1 BRDA:47,23,1,0 BRDA:62,71,0,0 BRDA:62,71,1,0 BRDA:45,10,1,49 FN:11,System.Void SixLabors.Fonts.Tables.General.Kern.KerningSubTable::.ctor(SixLabors.Fonts.Tables.General.Kern.KerningCoverage) FNDA:24,System.Void SixLabors.Fonts.Tables.General.Kern.KerningSubTable::.ctor(SixLabors.Fonts.Tables.General.Kern.KerningCoverage) DA:12,24 DA:14,24 DA:15,24 LF:21 LH:14 BRF:10 BRH:5 FNF:3 FNH:3 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Glyphs\CompositeGlyphLoader.cs FN:41,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader::CreateGlyph(SixLabors.Fonts.Tables.General.GlyphTable) FNDA:16,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader::CreateGlyph(SixLabors.Fonts.Tables.General.GlyphTable) DA:42,16 DA:43,16 DA:44,16 DA:45,16 DA:46,16 DA:47,16 DA:49,96 DA:51,32 DA:53,32 DA:54,32 DA:55,32 DA:56,1328 DA:58,632 DA:59,632 DA:62,148 DA:64,42 DA:68,16 BRDA:49,215,1,32 BRDA:56,153,1,632 BRDA:56,153,0,32 BRDA:62,200,1,42 BRDA:62,200,0,32 BRDA:49,215,0,16 FN:72,SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader::LoadCompositeGlyph(SixLabors.Fonts.BinaryReader,SixLabors.Fonts.Bounds&) FNDA:8216,SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader::LoadCompositeGlyph(SixLabors.Fonts.BinaryReader,SixLabors.Fonts.Bounds&) DA:73,8216 DA:78,15442 DA:79,15442 DA:83,15442 DA:85,5500 DA:86,5500 DA:87,5500 DA:90,9942 DA:91,9942 DA:96,15442 DA:98,15442 DA:99,15442 DA:100,15442 DA:105,0 DA:106,0 DA:109,15442 DA:110,15442 DA:111,15442 DA:113,2 DA:114,2 DA:115,2 DA:116,2 DA:117,15440 DA:119,0 DA:120,0 DA:121,0 DA:122,15440 DA:124,0 DA:125,0 DA:126,0 DA:127,0 DA:130,15442 DA:132,15442 DA:134,8216 DA:139,8216 BRDA:132,332,1,15442 BRDA:83,37,0,5500 BRDA:83,37,1,9942 BRDA:96,88,0,15442 BRDA:96,88,1,0 BRDA:111,147,0,2 BRDA:111,147,1,15440 BRDA:117,195,0,0 BRDA:117,195,1,15440 BRDA:122,246,0,0 BRDA:122,246,1,15442 BRDA:132,332,0,8216 FN:15,System.Void SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader::.ctor(System.Collections.Generic.IEnumerable`1,SixLabors.Fonts.Bounds) FNDA:8216,System.Void SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader::.ctor(System.Collections.Generic.IEnumerable`1,SixLabors.Fonts.Bounds) DA:16,8216 DA:18,8216 DA:19,8216 DA:20,8216 FN:149,System.UInt16 SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader/Composite::get_GlyphIndex() FNDA:32,System.UInt16 SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader/Composite::get_GlyphIndex() DA:150,32 FN:151,System.Numerics.Matrix3x2 SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader/Composite::get_Transformation() FNDA:632,System.Numerics.Matrix3x2 SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader/Composite::get_Transformation() DA:152,632 FN:145,System.Void SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader/Composite::.ctor(System.UInt16,System.Numerics.Matrix3x2) FNDA:15442,System.Void SixLabors.Fonts.Tables.General.Glyphs.CompositeGlyphLoader/Composite::.ctor(System.UInt16,System.Numerics.Matrix3x2) DA:146,15442 DA:147,15442 DA:148,15442 LF:61 LH:52 BRF:18 BRH:15 FNF:6 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Glyphs\EmptyGlyphLoader.cs FN:20,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.Glyphs.EmptyGlyphLoader::CreateGlyph(SixLabors.Fonts.Tables.General.GlyphTable) FNDA:4,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.Glyphs.EmptyGlyphLoader::CreateGlyph(SixLabors.Fonts.Tables.General.GlyphTable) DA:21,4 DA:23,2 DA:25,2 DA:28,2 DA:31,2 DA:32,2 BRDA:21,6,0,2 BRDA:23,22,0,2 BRDA:23,22,1,2 BRDA:21,6,1,2 FN:13,System.Void SixLabors.Fonts.Tables.General.Glyphs.EmptyGlyphLoader::.ctor(SixLabors.Fonts.Bounds) FNDA:32,System.Void SixLabors.Fonts.Tables.General.Glyphs.EmptyGlyphLoader::.ctor(SixLabors.Fonts.Bounds) DA:14,32 DA:16,32 DA:17,32 LF:9 LH:9 BRF:4 BRH:4 FNF:2 FNH:2 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Glyphs\GlyphLoader.cs FN:11,SixLabors.Fonts.Tables.General.Glyphs.GlyphLoader SixLabors.Fonts.Tables.General.Glyphs.GlyphLoader::Load(SixLabors.Fonts.BinaryReader) FNDA:40166,SixLabors.Fonts.Tables.General.Glyphs.GlyphLoader SixLabors.Fonts.Tables.General.Glyphs.GlyphLoader::Load(SixLabors.Fonts.BinaryReader) DA:12,40166 DA:13,40166 DA:15,40166 DA:17,31950 DA:21,8216 BRDA:15,16,0,31950 BRDA:15,16,1,8216 LF:5 LH:5 BRF:2 BRH:2 FNF:1 FNH:1 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Glyphs\GlyphVector.cs FN:17,System.Int32 SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_PointCount() FNDA:32,System.Int32 SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_PointCount() DA:18,32 FN:19,System.Numerics.Vector2[] SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_ControlPoints() FNDA:817,System.Numerics.Vector2[] SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_ControlPoints() DA:20,817 FN:21,System.UInt16[] SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_EndPoints() FNDA:78,System.UInt16[] SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_EndPoints() DA:22,78 FN:23,System.Boolean[] SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_OnCurves() FNDA:925,System.Boolean[] SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_OnCurves() DA:24,925 FN:25,SixLabors.Fonts.Bounds SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_Bounds() FNDA:1805,SixLabors.Fonts.Bounds SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::get_Bounds() DA:26,1805 FN:11,System.Void SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::.ctor(System.Numerics.Vector2[],System.Boolean[],System.UInt16[],SixLabors.Fonts.Bounds) FNDA:525,System.Void SixLabors.Fonts.Tables.General.Glyphs.GlyphVector::.ctor(System.Numerics.Vector2[],System.Boolean[],System.UInt16[],SixLabors.Fonts.Bounds) DA:12,525 DA:13,525 DA:14,525 DA:15,525 DA:16,525 FN:36,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.Glyphs.GlyphVectorWithColor::get_Vector() FNDA:0,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.Glyphs.GlyphVectorWithColor::get_Vector() DA:37,0 FN:38,SixLabors.Fonts.GlyphColor SixLabors.Fonts.Tables.General.Glyphs.GlyphVectorWithColor::get_Color() FNDA:0,SixLabors.Fonts.GlyphColor SixLabors.Fonts.Tables.General.Glyphs.GlyphVectorWithColor::get_Color() DA:39,0 FN:32,System.Void SixLabors.Fonts.Tables.General.Glyphs.GlyphVectorWithColor::.ctor(SixLabors.Fonts.Tables.General.Glyphs.GlyphVector,SixLabors.Fonts.GlyphColor) FNDA:0,System.Void SixLabors.Fonts.Tables.General.Glyphs.GlyphVectorWithColor::.ctor(SixLabors.Fonts.Tables.General.Glyphs.GlyphVector,SixLabors.Fonts.GlyphColor) DA:33,0 DA:34,0 DA:35,0 LF:15 LH:10 BRF:0 BRH:0 FNF:9 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Glyphs\SimpleGlyphLoader.cs FN:48,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::CreateGlyph(SixLabors.Fonts.Tables.General.GlyphTable) FNDA:100,SixLabors.Fonts.Tables.General.Glyphs.GlyphVector SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::CreateGlyph(SixLabors.Fonts.Tables.General.GlyphTable) DA:49,100 FN:53,System.Numerics.Vector2[] SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::Convert(System.Int16[],System.Int16[]) FNDA:100,System.Numerics.Vector2[] SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::Convert(System.Int16[],System.Int16[]) DA:54,100 DA:55,100 DA:56,4676 DA:58,2238 DA:61,100 BRDA:56,47,1,2238 BRDA:56,47,0,100 FN:65,SixLabors.Fonts.Tables.General.Glyphs.GlyphLoader SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::LoadSimpleGlyph(SixLabors.Fonts.BinaryReader,System.Int16,SixLabors.Fonts.Bounds&) FNDA:31950,SixLabors.Fonts.Tables.General.Glyphs.GlyphLoader SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::LoadSimpleGlyph(SixLabors.Fonts.BinaryReader,System.Int16,SixLabors.Fonts.Bounds&) DA:66,31950 DA:68,0 DA:77,31950 DA:79,31950 DA:80,31950 DA:83,31950 DA:84,31950 DA:86,31950 DA:89,31950 DA:90,31950 DA:91,31950 DA:93,31950 DA:94,1528516 DA:96,732308 DA:99,31950 BRDA:66,1,0,0 BRDA:66,1,1,31950 BRDA:84,42,0,31950 BRDA:84,42,1,31950 BRDA:94,139,1,732308 BRDA:94,139,0,31950 FN:103,SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader/Flags[] SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::ReadFlags(SixLabors.Fonts.BinaryReader,System.Int32) FNDA:31950,SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader/Flags[] SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::ReadFlags(SixLabors.Fonts.BinaryReader,System.Int32) DA:104,31950 DA:105,31950 DA:106,31950 DA:107,31950 DA:108,764258 DA:110,732308 DA:112,50675 DA:113,50675 DA:116,681633 DA:117,681633 DA:119,20932 DA:123,732308 DA:126,31950 BRDA:108,68,1,732308 BRDA:110,17,0,50675 BRDA:110,17,1,681633 BRDA:117,49,0,20932 BRDA:117,49,1,732308 BRDA:108,68,0,31950 FN:130,System.Int16[] SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::ReadCoordinates(SixLabors.Fonts.BinaryReader,System.Int32,SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader/Flags[],SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader/Flags,SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader/Flags) FNDA:63900,System.Int16[] SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::ReadCoordinates(SixLabors.Fonts.BinaryReader,System.Int32,SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader/Flags[],SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader/Flags,SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader/Flags) DA:131,63900 DA:132,63900 DA:133,3057032 DA:136,1464616 DA:138,1034306 DA:139,1034306 DA:140,1034306 DA:143,430310 DA:145,309420 DA:146,309420 DA:149,120890 DA:153,1464616 DA:154,1464616 DA:157,63900 BRDA:133,122,1,1464616 BRDA:136,32,0,1034306 BRDA:139,62,0,513898 BRDA:139,62,1,520408 BRDA:136,32,1,430310 BRDA:143,94,0,309420 BRDA:143,94,1,120890 BRDA:133,122,0,63900 FN:16,System.Void SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::.ctor(System.Int16[],System.Int16[],System.Boolean[],System.UInt16[],SixLabors.Fonts.Bounds) FNDA:31950,System.Void SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::.ctor(System.Int16[],System.Int16[],System.Boolean[],System.UInt16[],SixLabors.Fonts.Bounds) DA:17,31950 DA:19,31950 DA:20,31950 DA:21,31950 DA:22,31950 DA:23,31950 DA:24,31950 FN:25,System.Void SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::.ctor(SixLabors.Fonts.Bounds) FNDA:0,System.Void SixLabors.Fonts.Tables.General.Glyphs.SimpleGlyphLoader::.ctor(SixLabors.Fonts.Bounds) DA:26,0 DA:28,0 DA:29,0 DA:30,0 DA:31,0 DA:32,0 LF:61 LH:54 BRF:22 BRH:21 FNF:7 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\Colr\BaseGlyphRecord.cs FN:18,System.UInt16 SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord::get_GlyphId() FNDA:1735,System.UInt16 SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord::get_GlyphId() DA:19,1735 FN:20,System.UInt16 SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord::get_FirstLayerIndex() FNDA:3,System.UInt16 SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord::get_FirstLayerIndex() DA:21,3 FN:22,System.UInt16 SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord::get_LayerCount() FNDA:3,System.UInt16 SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord::get_LayerCount() DA:23,3 FN:11,System.Void SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord::.ctor(System.UInt16,System.UInt16,System.UInt16) FNDA:9231,System.Void SixLabors.Fonts.Tables.General.Colr.BaseGlyphRecord::.ctor(System.UInt16,System.UInt16,System.UInt16) DA:12,9231 DA:14,9231 DA:15,9231 DA:16,9231 DA:17,9231 FN:33,System.UInt16 SixLabors.Fonts.Tables.General.Colr.LayerRecord::get_GlyphId() FNDA:6,System.UInt16 SixLabors.Fonts.Tables.General.Colr.LayerRecord::get_GlyphId() DA:34,6 FN:35,System.UInt16 SixLabors.Fonts.Tables.General.Colr.LayerRecord::get_PalletteIndex() FNDA:6,System.UInt16 SixLabors.Fonts.Tables.General.Colr.LayerRecord::get_PalletteIndex() DA:36,6 FN:27,System.Void SixLabors.Fonts.Tables.General.Colr.LayerRecord::.ctor(System.UInt16,System.UInt16) FNDA:79674,System.Void SixLabors.Fonts.Tables.General.Colr.LayerRecord::.ctor(System.UInt16,System.UInt16) DA:28,79674 DA:30,79674 DA:31,79674 DA:32,79674 LF:14 LH:14 BRF:0 BRH:0 FNF:7 FNH:7 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\CMap\CMapSubTable.cs FN:20,System.UInt16 SixLabors.Fonts.Tables.General.CMap.CMapSubTable::get_Format() FNDA:0,System.UInt16 SixLabors.Fonts.Tables.General.CMap.CMapSubTable::get_Format() DA:21,0 FN:22,SixLabors.Fonts.WellKnownIds.PlatformIDs SixLabors.Fonts.Tables.General.CMap.CMapSubTable::get_Platform() FNDA:141,SixLabors.Fonts.WellKnownIds.PlatformIDs SixLabors.Fonts.Tables.General.CMap.CMapSubTable::get_Platform() DA:23,141 FN:24,System.UInt16 SixLabors.Fonts.Tables.General.CMap.CMapSubTable::get_Encoding() FNDA:4,System.UInt16 SixLabors.Fonts.Tables.General.CMap.CMapSubTable::get_Encoding() DA:25,4 FN:9,System.Void SixLabors.Fonts.Tables.General.CMap.CMapSubTable::.ctor() FNDA:94,System.Void SixLabors.Fonts.Tables.General.CMap.CMapSubTable::.ctor() DA:10,94 DA:12,94 FN:13,System.Void SixLabors.Fonts.Tables.General.CMap.CMapSubTable::.ctor(SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,System.UInt16) FNDA:57,System.Void SixLabors.Fonts.Tables.General.CMap.CMapSubTable::.ctor(SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,System.UInt16) DA:14,57 DA:16,57 DA:17,57 DA:18,57 DA:19,57 LF:10 LH:9 BRF:0 BRH:0 FNF:5 FNH:4 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\CMap\EncodingRecord.cs FN:16,SixLabors.Fonts.WellKnownIds.PlatformIDs SixLabors.Fonts.Tables.General.CMap.EncodingRecord::get_PlatformID() FNDA:115,SixLabors.Fonts.WellKnownIds.PlatformIDs SixLabors.Fonts.Tables.General.CMap.EncodingRecord::get_PlatformID() DA:17,115 FN:18,System.UInt16 SixLabors.Fonts.Tables.General.CMap.EncodingRecord::get_EncodingID() FNDA:45,System.UInt16 SixLabors.Fonts.Tables.General.CMap.EncodingRecord::get_EncodingID() DA:19,45 FN:20,System.UInt32 SixLabors.Fonts.Tables.General.CMap.EncodingRecord::get_Offset() FNDA:43,System.UInt32 SixLabors.Fonts.Tables.General.CMap.EncodingRecord::get_Offset() DA:21,43 FN:24,SixLabors.Fonts.Tables.General.CMap.EncodingRecord SixLabors.Fonts.Tables.General.CMap.EncodingRecord::Read(SixLabors.Fonts.BinaryReader) FNDA:70,SixLabors.Fonts.Tables.General.CMap.EncodingRecord SixLabors.Fonts.Tables.General.CMap.EncodingRecord::Read(SixLabors.Fonts.BinaryReader) DA:25,70 DA:26,70 DA:27,70 DA:29,70 FN:11,System.Void SixLabors.Fonts.Tables.General.CMap.EncodingRecord::.ctor(SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,System.UInt32) FNDA:72,System.Void SixLabors.Fonts.Tables.General.CMap.EncodingRecord::.ctor(SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,System.UInt32) DA:12,72 DA:13,72 DA:14,72 DA:15,72 LF:11 LH:11 BRF:0 BRH:0 FNF:5 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\CMap\Format0SubTable.cs FN:17,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format0SubTable::get_Language() FNDA:4,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format0SubTable::get_Language() DA:18,4 FN:19,System.Byte[] SixLabors.Fonts.Tables.General.CMap.Format0SubTable::get_GlyphIds() FNDA:12,System.Byte[] SixLabors.Fonts.Tables.General.CMap.Format0SubTable::get_GlyphIds() DA:20,12 FN:23,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format0SubTable::TryGetGlyphId(System.Int32,System.UInt16&) FNDA:2,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format0SubTable::TryGetGlyphId(System.Int32,System.UInt16&) DA:24,2 DA:25,2 DA:27,1 DA:28,1 DA:31,1 DA:32,1 BRDA:25,13,0,1 BRDA:25,13,1,1 FN:11,System.Void SixLabors.Fonts.Tables.General.CMap.Format0SubTable::.ctor(System.UInt16,SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,System.Byte[]) FNDA:7,System.Void SixLabors.Fonts.Tables.General.CMap.Format0SubTable::.ctor(System.UInt16,SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,System.Byte[]) DA:12,7 DA:14,7 DA:15,7 DA:16,7 FN:37,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format0SubTable/d__8::MoveNext() FNDA:2,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format0SubTable/d__8::MoveNext() DA:38,2 DA:39,2 DA:40,2 DA:43,2 DA:45,8 DA:47,2 DA:49,2 BRDA:45,186,1,2 BRDA:45,186,0,2 LF:19 LH:19 BRF:4 BRH:4 FNF:5 FNH:5 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\CMap\Format12SubTable.cs FN:17,SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup[] SixLabors.Fonts.Tables.General.CMap.Format12SubTable::get_SequentialMapGroups() FNDA:562,SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup[] SixLabors.Fonts.Tables.General.CMap.Format12SubTable::get_SequentialMapGroups() DA:18,562 FN:19,System.UInt32 SixLabors.Fonts.Tables.General.CMap.Format12SubTable::get_Language() FNDA:0,System.UInt32 SixLabors.Fonts.Tables.General.CMap.Format12SubTable::get_Language() DA:20,0 FN:23,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format12SubTable::TryGetGlyphId(System.Int32,System.UInt16&) FNDA:4,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format12SubTable::TryGetGlyphId(System.Int32,System.UInt16&) DA:24,4 DA:26,564 DA:28,280 DA:30,280 DA:32,2 DA:33,2 DA:37,2 DA:38,2 BRDA:26,70,1,280 BRDA:30,26,0,276 BRDA:30,35,0,2 BRDA:30,26,1,278 BRDA:30,35,1,278 BRDA:26,70,0,2 FN:11,System.Void SixLabors.Fonts.Tables.General.CMap.Format12SubTable::.ctor(System.UInt32,SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup[]) FNDA:10,System.Void SixLabors.Fonts.Tables.General.CMap.Format12SubTable::.ctor(System.UInt32,SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup[]) DA:12,10 DA:14,10 DA:15,10 DA:16,10 FN:85,SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup::Load(SixLabors.Fonts.BinaryReader) FNDA:368,SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup::Load(SixLabors.Fonts.BinaryReader) DA:86,368 DA:87,368 DA:88,368 DA:89,368 FN:78,System.Void SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup::.ctor(System.UInt32,System.UInt32,System.UInt32) FNDA:368,System.Void SixLabors.Fonts.Tables.General.CMap.Format12SubTable/SequentialMapGroup::.ctor(System.UInt32,System.UInt32,System.UInt32) DA:79,368 DA:80,368 DA:81,368 DA:82,368 FN:53,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format12SubTable/d__8::MoveNext() FNDA:10,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format12SubTable/d__8::MoveNext() DA:54,10 DA:55,10 DA:56,10 DA:57,10 DA:59,10 DA:60,756 DA:62,368 DA:65,40 DA:67,10 DA:69,10 BRDA:60,131,1,368 BRDA:60,131,0,10 BRDA:65,240,1,10 BRDA:65,240,0,10 LF:32 LH:31 BRF:10 BRH:10 FNF:7 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Tables\General\CMap\Format4SubTable.cs FN:18,SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment[] SixLabors.Fonts.Tables.General.CMap.Format4SubTable::get_Segments() FNDA:1184,SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment[] SixLabors.Fonts.Tables.General.CMap.Format4SubTable::get_Segments() DA:19,1184 FN:20,System.UInt16[] SixLabors.Fonts.Tables.General.CMap.Format4SubTable::get_GlyphIds() FNDA:3,System.UInt16[] SixLabors.Fonts.Tables.General.CMap.Format4SubTable::get_GlyphIds() DA:21,3 FN:22,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable::get_Language() FNDA:2,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable::get_Language() DA:23,2 FN:26,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format4SubTable::TryGetGlyphId(System.Int32,System.UInt16&) FNDA:98,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format4SubTable::TryGetGlyphId(System.Int32,System.UInt16&) DA:27,98 DA:29,1182 DA:31,584 DA:33,584 DA:35,91 DA:37,91 DA:38,91 DA:42,0 DA:43,0 DA:44,0 DA:49,7 DA:50,7 BRDA:29,131,1,584 BRDA:33,26,0,167 BRDA:33,35,0,91 BRDA:35,43,0,91 BRDA:35,43,1,0 BRDA:33,26,1,493 BRDA:33,35,1,493 BRDA:29,131,0,7 FN:11,System.Void SixLabors.Fonts.Tables.General.CMap.Format4SubTable::.ctor(System.UInt16,SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment[],System.UInt16[]) FNDA:40,System.Void SixLabors.Fonts.Tables.General.CMap.Format4SubTable::.ctor(System.UInt16,SixLabors.Fonts.WellKnownIds.PlatformIDs,System.UInt16,SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment[],System.UInt16[]) DA:12,40 DA:14,40 DA:15,40 DA:16,40 DA:17,40 FN:109,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_Index() FNDA:1,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_Index() DA:110,1 FN:111,System.Int16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_Delta() FNDA:93,System.Int16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_Delta() DA:112,93 FN:113,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_End() FNDA:586,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_End() DA:114,586 FN:115,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_Offset() FNDA:93,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_Offset() DA:116,93 FN:117,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_Start() FNDA:169,System.UInt16 SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::get_Start() DA:118,169 FN:121,SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment[] SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::Create(System.UInt16[],System.UInt16[],System.Int16[],System.UInt16[]) FNDA:33,SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment[] SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::Create(System.UInt16[],System.UInt16[],System.Int16[],System.UInt16[]) DA:122,33 DA:123,33 DA:124,3734 DA:126,1834 DA:127,1834 DA:128,1834 DA:129,1834 DA:130,1834 DA:133,33 BRDA:124,61,1,1834 BRDA:124,61,0,33 FN:102,System.Void SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::.ctor(System.UInt16,System.UInt16,System.UInt16,System.Int16,System.UInt16) FNDA:1851,System.Void SixLabors.Fonts.Tables.General.CMap.Format4SubTable/Segment::.ctor(System.UInt16,System.UInt16,System.UInt16,System.Int16,System.UInt16) DA:103,1851 DA:104,1851 DA:105,1851 DA:106,1851 DA:107,1851 DA:108,1851 FN:71,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format4SubTable/d__11::MoveNext() FNDA:33,System.Boolean SixLabors.Fonts.Tables.General.CMap.Format4SubTable/d__11::MoveNext() DA:72,33 DA:73,33 DA:74,33 DA:75,33 DA:76,33 DA:77,33 DA:78,33 DA:79,33 DA:80,33 DA:82,33 DA:83,33 DA:84,33 DA:87,33 DA:88,33 DA:90,33 DA:92,33 DA:93,132 DA:95,33 DA:97,33 BRDA:93,341,1,33 BRDA:93,341,0,33 LF:59 LH:56 BRF:12 BRH:11 FNF:13 FNH:13 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\IO\ZlibInflateStream.cs FN:100,System.Boolean SixLabors.Fonts.IO.ZlibInflateStream::get_CanRead() FNDA:0,System.Boolean SixLabors.Fonts.IO.ZlibInflateStream::get_CanRead() DA:101,0 FN:103,System.Boolean SixLabors.Fonts.IO.ZlibInflateStream::get_CanSeek() FNDA:0,System.Boolean SixLabors.Fonts.IO.ZlibInflateStream::get_CanSeek() DA:104,0 FN:106,System.Boolean SixLabors.Fonts.IO.ZlibInflateStream::get_CanWrite() FNDA:0,System.Boolean SixLabors.Fonts.IO.ZlibInflateStream::get_CanWrite() DA:107,0 FN:109,System.Int64 SixLabors.Fonts.IO.ZlibInflateStream::get_Length() FNDA:0,System.Int64 SixLabors.Fonts.IO.ZlibInflateStream::get_Length() DA:110,0 FN:116,System.Int64 SixLabors.Fonts.IO.ZlibInflateStream::get_Position() FNDA:12,System.Int64 SixLabors.Fonts.IO.ZlibInflateStream::get_Position() DA:117,12 FN:121,System.Void SixLabors.Fonts.IO.ZlibInflateStream::set_Position(System.Int64) FNDA:0,System.Void SixLabors.Fonts.IO.ZlibInflateStream::set_Position(System.Int64) DA:122,0 FN:128,System.Void SixLabors.Fonts.IO.ZlibInflateStream::Flush() FNDA:0,System.Void SixLabors.Fonts.IO.ZlibInflateStream::Flush() DA:129,0 DA:130,0 BRDA:129,7,0,0 BRDA:129,7,1,0 FN:133,System.Int32 SixLabors.Fonts.IO.ZlibInflateStream::ReadByte() FNDA:262,System.Int32 SixLabors.Fonts.IO.ZlibInflateStream::ReadByte() DA:134,262 FN:139,System.Int32 SixLabors.Fonts.IO.ZlibInflateStream::Read(System.Byte[],System.Int32,System.Int32) FNDA:1063,System.Int32 SixLabors.Fonts.IO.ZlibInflateStream::Read(System.Byte[],System.Int32,System.Int32) DA:140,1063 DA:142,0 DA:146,1063 DA:147,1063 DA:150,0 DA:151,0 DA:154,0 DA:158,1063 DA:159,1063 BRDA:140,6,0,0 BRDA:140,6,1,1063 BRDA:147,36,0,0 BRDA:147,44,0,0 BRDA:151,88,1,0 BRDA:147,36,1,1063 BRDA:147,44,1,1063 BRDA:151,88,0,1063 FN:164,System.Int64 SixLabors.Fonts.IO.ZlibInflateStream::Seek(System.Int64,System.IO.SeekOrigin) FNDA:67,System.Int64 SixLabors.Fonts.IO.ZlibInflateStream::Seek(System.Int64,System.IO.SeekOrigin) DA:165,67 DA:167,67 DA:168,67 DA:171,67 DA:174,658 DA:176,262 DA:179,67 DA:182,0 BRDA:165,1,0,67 BRDA:165,1,1,67 BRDA:171,18,0,67 BRDA:171,23,0,67 BRDA:174,43,1,262 BRDA:174,43,0,67 BRDA:171,18,1,0 BRDA:171,23,1,0 FN:187,System.Void SixLabors.Fonts.IO.ZlibInflateStream::SetLength(System.Int64) FNDA:0,System.Void SixLabors.Fonts.IO.ZlibInflateStream::SetLength(System.Int64) DA:188,0 FN:193,System.Void SixLabors.Fonts.IO.ZlibInflateStream::Write(System.Byte[],System.Int32,System.Int32) FNDA:0,System.Void SixLabors.Fonts.IO.ZlibInflateStream::Write(System.Byte[],System.Int32,System.Int32) DA:194,0 FN:199,System.Void SixLabors.Fonts.IO.ZlibInflateStream::Dispose(System.Boolean) FNDA:12,System.Void SixLabors.Fonts.IO.ZlibInflateStream::Dispose(System.Boolean) DA:200,12 DA:202,0 DA:205,12 DA:208,12 DA:210,12 DA:211,12 DA:213,12 DA:216,12 DA:217,120 DA:219,48 DA:225,12 DA:230,12 DA:231,12 BRDA:200,6,0,0 BRDA:200,6,1,12 BRDA:205,10,0,12 BRDA:208,18,0,12 BRDA:213,44,0,12 BRDA:217,88,1,48 BRDA:205,10,1,12 BRDA:208,18,1,12 BRDA:213,44,1,12 BRDA:217,88,0,12 FN:48,System.Void SixLabors.Fonts.IO.ZlibInflateStream::.ctor(System.IO.Stream) FNDA:12,System.Void SixLabors.Fonts.IO.ZlibInflateStream::.ctor(System.IO.Stream) DA:49,12 DA:55,12 DA:68,12 DA:69,12 DA:70,12 DA:72,0 DA:75,12 DA:77,0 DA:82,12 DA:84,12 DA:87,0 DA:89,0 DA:92,0 DA:97,12 DA:98,12 BRDA:70,39,0,12 BRDA:70,39,1,0 BRDA:70,43,0,0 BRDA:70,43,1,12 BRDA:75,51,0,0 BRDA:75,51,1,12 BRDA:84,82,0,0 BRDA:89,116,1,0 BRDA:84,82,1,12 BRDA:89,116,0,12 LF:56 LH:36 BRF:38 BRH:24 FNF:14 FNH:6 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Exceptions\FontException.cs FN:18,System.Void SixLabors.Fonts.Exceptions.FontException::.ctor(System.String) FNDA:0,System.Void SixLabors.Fonts.Exceptions.FontException::.ctor(System.String) DA:19,0 DA:21,0 LF:2 LH:0 BRF:0 BRH:0 FNF:1 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Exceptions\FontFamilyNotFoundException.cs FN:24,System.String SixLabors.Fonts.Exceptions.FontFamilyNotFoundException::get_FontFamily() FNDA:0,System.String SixLabors.Fonts.Exceptions.FontFamilyNotFoundException::get_FontFamily() DA:25,0 FN:16,System.Void SixLabors.Fonts.Exceptions.FontFamilyNotFoundException::.ctor(System.String) FNDA:0,System.Void SixLabors.Fonts.Exceptions.FontFamilyNotFoundException::.ctor(System.String) DA:17,0 DA:19,0 DA:20,0 LF:4 LH:0 BRF:0 BRH:0 FNF:2 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Exceptions\FontsThrowHelper.cs FN:19,T SixLabors.Fonts.Exceptions.FontsThrowHelper::ThrowGlyphMissingException(System.Int32) FNDA:0,T SixLabors.Fonts.Exceptions.FontsThrowHelper::ThrowGlyphMissingException(System.Int32) DA:20,0 LF:1 LH:0 BRF:0 BRH:0 FNF:1 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Exceptions\GlyphMissingException.cs FN:18,System.Void SixLabors.Fonts.Exceptions.GlyphMissingException::.ctor(System.Int32) FNDA:0,System.Void SixLabors.Fonts.Exceptions.GlyphMissingException::.ctor(System.Int32) DA:19,0 DA:21,0 LF:2 LH:0 BRF:0 BRH:0 FNF:1 FNH:0 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Exceptions\InvalidFontFileException.cs FN:18,System.Void SixLabors.Fonts.Exceptions.InvalidFontFileException::.ctor(System.String) FNDA:7,System.Void SixLabors.Fonts.Exceptions.InvalidFontFileException::.ctor(System.String) DA:19,7 DA:21,7 LF:2 LH:2 BRF:0 BRH:0 FNF:1 FNH:1 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Exceptions\InvalidFontTableException.cs FN:25,System.String SixLabors.Fonts.Exceptions.InvalidFontTableException::get_Table() FNDA:4,System.String SixLabors.Fonts.Exceptions.InvalidFontTableException::get_Table() DA:26,4 FN:17,System.Void SixLabors.Fonts.Exceptions.InvalidFontTableException::.ctor(System.String,System.String) FNDA:5,System.Void SixLabors.Fonts.Exceptions.InvalidFontTableException::.ctor(System.String,System.String) DA:18,5 DA:20,5 DA:21,5 LF:4 LH:4 BRF:0 BRH:0 FNF:2 FNH:2 end_of_record SF:D:\a\Fonts\Fonts\src\SixLabors.Fonts\Exceptions\MissingFontTableException.cs FN:25,System.String SixLabors.Fonts.Exceptions.MissingFontTableException::get_Table() FNDA:1,System.String SixLabors.Fonts.Exceptions.MissingFontTableException::get_Table() DA:26,1 FN:17,System.Void SixLabors.Fonts.Exceptions.MissingFontTableException::.ctor(System.String,System.String) FNDA:1,System.Void SixLabors.Fonts.Exceptions.MissingFontTableException::.ctor(System.String,System.String) DA:18,1 DA:20,1 DA:21,1 LF:4 LH:4 BRF:0 BRH:0 FNF:2 FNH:2 end_of_record<<<<<< EOF