Browse Source

Adjusted types visibility

Marcin Ziąbek 2 years ago
parent
commit
49cf8e07fb

+ 1 - 1
Source/QuestPDF/Drawing/Proxy/DebugStackItem.cs

@@ -3,7 +3,7 @@ using QuestPDF.Infrastructure;
 
 
 namespace QuestPDF.Drawing.Proxy
 namespace QuestPDF.Drawing.Proxy
 {
 {
-    public class DebugStackItem
+    internal class DebugStackItem
     {
     {
         public IElement Element { get; internal set; }
         public IElement Element { get; internal set; }
         public Size AvailableSpace { get; internal set; }
         public Size AvailableSpace { get; internal set; }

+ 1 - 1
Source/QuestPDF/Drawing/SpacePlan.cs

@@ -3,7 +3,7 @@ using QuestPDF.Infrastructure;
 
 
 namespace QuestPDF.Drawing
 namespace QuestPDF.Drawing
 {
 {
-    public readonly struct SpacePlan
+    internal readonly struct SpacePlan
     {
     {
         public readonly SpacePlanType Type;
         public readonly SpacePlanType Type;
         public readonly float Width;
         public readonly float Width;