Skip to content

Commit

Permalink
Unseal some classes
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Jan 20, 2024
1 parent 41dbb39 commit 95eebc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// A Compact Font Format (CFF) font program as described in The Compact Font Format specification (Adobe Technical Note #5176).
/// A CFF font may contain multiple fonts and achieves compression by sharing details between fonts in the set.
/// </summary>
public sealed class CompactFontFormatFontCollection
public class CompactFontFormatFontCollection
{
/// <summary>
/// The decoded header table for this font.
Expand Down
2 changes: 1 addition & 1 deletion src/UglyToad.PdfPig.Fonts/GlyphList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// <summary>
/// A list which maps PostScript glyph names to unicode values.
/// </summary>
public sealed class GlyphList
public class GlyphList
{
/// <summary>
/// <c>.notdef</c>.
Expand Down

0 comments on commit 95eebc8

Please sign in to comment.