no, really, go away
This commit is contained in:
parent
377a9d99b6
commit
fcaa05b489
Binary file not shown.
Before Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -1,242 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>QuestPDF</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:QuestPDF.Elements.Table.DynamicDictionary`2">
|
||||
<summary>
|
||||
This dictionary allows to access key that does not exist.
|
||||
Instead of throwing an exception, it returns a default value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.DebugExtensions.DebugPointer(QuestPDF.Infrastructure.IContainer,System.String)">
|
||||
<summary>
|
||||
Creates a virtual element that is visible on the elements trace when the layout overflow exception is thrown.
|
||||
This can be used to easily identify elements inside the elements trace tree and faster find issue root cause.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.GenerateExtensions.GenerateImages(QuestPDF.Infrastructure.IDocument,System.Func{System.Int32,System.String})">
|
||||
<param name="filePath">Method should return fileName for given index</param>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.GenerateExtensions.GenerateImages(QuestPDF.Infrastructure.IDocument,System.Func{System.Int32,System.String},QuestPDF.Infrastructure.ImageGenerationSettings)">
|
||||
<param name="filePath">Method should return fileName for given index</param>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.ImageDescriptor.UseOriginalImage(System.Boolean)">
|
||||
<summary>
|
||||
When enabled, the library will not attempt to resize the image to fit the target DPI, nor save it with target image quality.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.ImageDescriptor.WithRasterDpi(System.Int32)">
|
||||
<summary>
|
||||
The DPI (pixels-per-inch) at which images and features without native PDF support will be rasterized.
|
||||
A larger DPI would create a PDF that reflects the original intent with better fidelity, but it can make for larger PDF files too, which would use more memory while rendering, and it would be slower to be processed or sent online or to printer.
|
||||
When generating images, this parameter also controls the resolution of the generated content.
|
||||
Default value is 144.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.ImageDescriptor.WithCompressionQuality(QuestPDF.Infrastructure.ImageCompressionQuality)">
|
||||
<summary>
|
||||
Encoding quality controls the trade-off between size and quality.
|
||||
When the image is opaque, it will be encoded using the JPEG format with the selected quality setting.
|
||||
When the image contains an alpha channel, it is always encoded using the PNG format and this option is ignored.
|
||||
The default value is "very high quality".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.ImageDescriptor.FitWidth">
|
||||
<summary>
|
||||
The image scales to take the entire available width. Default.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.ImageDescriptor.FitHeight">
|
||||
<summary>
|
||||
The images scales to take the entire available height. Good in conjunction with constraining elements.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.ImageDescriptor.FitArea">
|
||||
<summary>
|
||||
This is the combination of both of the FitWidth and the FitHeight options.
|
||||
The element scales to occupy the entire available area while preserving its aspect ratio.
|
||||
This means that sometimes it occupies the entire width and sometimes the entire height.
|
||||
This is the safest option.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.ImageDescriptor.FitUnproportionally">
|
||||
<summary>
|
||||
The image resizes itself to occupy the entire available space.
|
||||
It does not preserve proportions.
|
||||
The image may look incorrectly scaled, and is not desired in most of the cases.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.RotateExtensions.Rotate(QuestPDF.Infrastructure.IContainer,System.Single)">
|
||||
<param name="angle">In degrees</param>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.TextSpanDescriptorExtensions.LetterSpacing``1(``0,System.Single)">
|
||||
<summary>
|
||||
Letter spacing controls space between characters. Value 0 corresponds to normal spacing defined by a font.
|
||||
Positive values create additional space, whereas negative values reduce space between characters.
|
||||
Added / reduced space is relative to the font size.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Fluent.TextStyleExtensions.LetterSpacing(QuestPDF.Infrastructure.TextStyle,System.Single)">
|
||||
<summary>
|
||||
Letter spacing controls space between characters. Value 0 corresponds to normal spacing defined by a font.
|
||||
Positive values create additional space, whereas negative values reduce space between characters.
|
||||
Added / reduced space is relative to the font size.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Infrastructure.DocumentSettings.PdfA">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether or not make the document PDF/A-2b conformant.
|
||||
If true, include XMP metadata, a document UUID, and sRGB output intent information.
|
||||
This adds length to the document and makes it non-reproducable, but are necessary features for PDF/A-2b conformance.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Infrastructure.DocumentSettings.ImageCompressionQuality">
|
||||
<summary>
|
||||
Encoding quality controls the trade-off between size and quality.
|
||||
When the image is opaque, it will be encoded using the JPEG format with the selected quality setting.
|
||||
When the image contains an alpha channel, it is always encoded using the PNG format and this option is ignored.
|
||||
The default value is "high quality".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Infrastructure.DocumentSettings.ImageRasterDpi">
|
||||
<summary>
|
||||
The DPI (pixels-per-inch) at which images and features without native PDF support will be rasterized.
|
||||
A larger DPI would create a PDF that reflects the original intent with better fidelity, but it can make for larger PDF files too, which would use more memory while rendering, and it would be slower to be processed or sent online or to printer.
|
||||
When generating images, this parameter also controls the resolution of the generated content.
|
||||
Default value is 144.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.ImageCompressionQuality.Best">
|
||||
<summary>
|
||||
JPEG format with compression set to 100 out of 100
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.ImageCompressionQuality.VeryHigh">
|
||||
<summary>
|
||||
JPEG format with compression set to 90 out of 100
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.ImageCompressionQuality.High">
|
||||
<summary>
|
||||
JPEG format with compression set to 75 out of 100
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.ImageCompressionQuality.Medium">
|
||||
<summary>
|
||||
JPEG format with compression set to 50 out of 100
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.ImageCompressionQuality.Low">
|
||||
<summary>
|
||||
JPEG format with compression set to 25 out of 100
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.ImageCompressionQuality.VeryLow">
|
||||
<summary>
|
||||
JPEG format with compression set to 10 out of 100
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Infrastructure.ImageGenerationSettings.ImageFormat">
|
||||
<summary>
|
||||
The file format used to encode the image(s).
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Infrastructure.ImageGenerationSettings.ImageCompressionQuality">
|
||||
<summary>
|
||||
Encoding quality controls the trade-off between size and quality.
|
||||
The default value is "high quality".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Infrastructure.ImageGenerationSettings.RasterDpi">
|
||||
<summary>
|
||||
The DPI (pixels-per-inch) at which the document will be rasterized. This parameter controls the resolution of produced images.
|
||||
Default value is 144.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Infrastructure.MergedDocument.UseOriginalPageNumbers">
|
||||
<summary>
|
||||
Each document is considered as separate in terms of page numbering.
|
||||
That means, all page number related APIs will return values based on original documents.
|
||||
All documents will simply be merged together.
|
||||
For example: let's suppose that two documents are merged, first with 2 pages and second with 3 pages.
|
||||
The resulting document will have 5 pages, and page numbers will be: 1, 2, 1, 2, 3.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:QuestPDF.Infrastructure.MergedDocument.UseContinuousPageNumbers">
|
||||
<summary>
|
||||
Content from all documents will be merged together, and considered as one/single document.
|
||||
That means, all page number related APIs will return continuous numbers.
|
||||
For example: let's suppose that two documents are merged, first with 2 pages and second with 3 pages.
|
||||
The resulting document will have 5 pages, and page numbers will be: 1, 2, 3, 4, 5.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:QuestPDF.Infrastructure.LicenseType">
|
||||
<summary>
|
||||
QuestPDF License and Pricing details webpage: http://www.questpdf.com/pricing.html
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.LicenseType.Community">
|
||||
<summary>
|
||||
License link: https://www.questpdf.com/license-community.html
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.LicenseType.Professional">
|
||||
<summary>
|
||||
License link: https://www.questpdf.com/license-commercial.html
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.LicenseType.Enterprise">
|
||||
<summary>
|
||||
License link: https://www.questpdf.com/license-commercial.html
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:QuestPDF.Infrastructure.Unit.Mill">
|
||||
<summary>
|
||||
1/1000th of inch
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Settings.License">
|
||||
<summary>
|
||||
<para>Please kindly select license type that applies to your usage of the QuestPDF library.</para>
|
||||
<para>For more details, please check the QuestPDF License and Pricing webpage: https://www.questpdf.com/pricing.html</para>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Settings.DocumentLayoutExceptionThreshold">
|
||||
<summary>
|
||||
This value represents the maximum number of pages that the library produces.
|
||||
This is useful when layout constraints are too strong, e.g. one element does not fit in another.
|
||||
In such cases, the library would produce document of infinite length, consuming all available resources.
|
||||
To break the algorithm and save the environment, the library breaks the rendering process after reaching specified length of document.
|
||||
If your content requires generating longer documents, please assign the most reasonable value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Settings.EnableCaching">
|
||||
<summary>
|
||||
This flag generates additional document elements to cache layout calculation results.
|
||||
In the vast majority of cases, this significantly improves performance, while slightly increasing memory consumption.
|
||||
</summary>
|
||||
<remarks>By default, this flag is enabled only when the debugger is NOT attached.</remarks>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Settings.EnableDebugging">
|
||||
<summary>
|
||||
This flag generates additional document elements to improve layout debugging experience.
|
||||
When the DocumentLayoutException is thrown, the library is able to provide additional execution context.
|
||||
It includes layout calculation results and path to the problematic area.
|
||||
</summary>
|
||||
<remarks>By default, this flag is enabled only when the debugger IS attached.</remarks>
|
||||
</member>
|
||||
<member name="P:QuestPDF.Settings.CheckIfAllTextGlyphsAreAvailable">
|
||||
<summary>
|
||||
This flag enables checking the font glyph availability.
|
||||
If your text contains glyphs that are not present in the specified font,
|
||||
1) when this flag is enabled: the DocumentDrawingException is thrown. OR
|
||||
2) when this flag is disabled: placeholder characters are visible in the produced PDF file.
|
||||
Enabling this flag may slightly decrease document generation performance.
|
||||
However, it provides hints that used fonts are not sufficient to produce correct results.
|
||||
</summary>
|
||||
<remarks>By default, this flag is enabled only when the debugger IS attached.</remarks>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
|
@ -1,166 +0,0 @@
|
|||
<doc>
|
||||
<assembly>
|
||||
<name>SkiaSharp.HarfBuzz</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:SkiaSharp.HarfBuzz.BlobExtensions">
|
||||
<summary>Various extension methods to integrate SkiaSharp and a HarfBuzz <see cref="T:HarfBuzzSharp.Blob" />.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.BlobExtensions.ToHarfBuzzBlob(SkiaSharp.SKStreamAsset)">
|
||||
<param name="asset">The stream to convert into a <see cref="T:HarfBuzzSharp.Blob" />.</param>
|
||||
<summary>Converts a seekable stream into a <see cref="T:HarfBuzzSharp.Blob" />.</summary>
|
||||
<returns>Returns the new <see cref="T:HarfBuzzSharp.Blob" /> instance.</returns>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="T:SkiaSharp.HarfBuzz.CanvasExtensions">
|
||||
<summary>Various extension methods to integrate a SkiaSharp <see cref="T:SkiaSharp.SKCanvas" /> and HarfBuzz.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.CanvasExtensions.DrawShapedText(SkiaSharp.SKCanvas,System.String,SkiaSharp.SKPoint,SkiaSharp.SKPaint)">
|
||||
<param name="canvas">To be added.</param>
|
||||
<param name="text">To be added.</param>
|
||||
<param name="p">To be added.</param>
|
||||
<param name="paint">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.CanvasExtensions.DrawShapedText(SkiaSharp.SKCanvas,SkiaSharp.HarfBuzz.SKShaper,System.String,SkiaSharp.SKPoint,SkiaSharp.SKPaint)">
|
||||
<param name="canvas">To be added.</param>
|
||||
<param name="shaper">To be added.</param>
|
||||
<param name="text">To be added.</param>
|
||||
<param name="p">To be added.</param>
|
||||
<param name="paint">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.CanvasExtensions.DrawShapedText(SkiaSharp.SKCanvas,System.String,System.Single,System.Single,SkiaSharp.SKPaint)">
|
||||
<param name="canvas">To be added.</param>
|
||||
<param name="text">To be added.</param>
|
||||
<param name="x">To be added.</param>
|
||||
<param name="y">To be added.</param>
|
||||
<param name="paint">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.CanvasExtensions.DrawShapedText(SkiaSharp.SKCanvas,SkiaSharp.HarfBuzz.SKShaper,System.String,System.Single,System.Single,SkiaSharp.SKPaint)">
|
||||
<param name="canvas">The canvas to draw on.</param>
|
||||
<param name="shaper">The text shaper to use when shaping the text.</param>
|
||||
<param name="text">The text to draw.</param>
|
||||
<param name="x">The x-coordinate of the origin of the text being drawn.</param>
|
||||
<param name="y">The y-coordinate of the origin of the text being drawn.</param>
|
||||
<param name="paint">The paint to use when drawing the text.</param>
|
||||
<summary>Draws shaped text on the canvas at the specified coordinates.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="T:SkiaSharp.HarfBuzz.FontExtensions">
|
||||
<summary>Various extension methods to integrate SkiaSharp and a HarfBuzz <see cref="T:HarfBuzzSharp.Font" />.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.FontExtensions.GetScale(HarfBuzzSharp.Font)">
|
||||
<param name="font">The font to retrieve the scale.</param>
|
||||
<summary>Retrieves the font scale.</summary>
|
||||
<returns>Returns the font scale.</returns>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.FontExtensions.SetScale(HarfBuzzSharp.Font,SkiaSharp.SKSizeI)">
|
||||
<param name="font">The font to set the scale.</param>
|
||||
<param name="scale">The scale to set.</param>
|
||||
<summary>Sets the font scale.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="T:SkiaSharp.HarfBuzz.SKShaper">
|
||||
<summary>Encapsulates basic text shaping.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="C:SkiaSharp.HarfBuzz.SKShaper(SkiaSharp.SKTypeface)">
|
||||
<param name="typeface">The typeface to use for the text shaping.</param>
|
||||
<summary>Creates a new <see cref="T:SkiaSharp.HarfBuzz.SKShaper" /> instance using the specified typeface.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.SKShaper.Dispose">
|
||||
<summary>Releases all resources used by this <see cref="T:SkiaSharp.HarfBuzz.SKShaper" />.</summary>
|
||||
<remarks>Always dispose the object before you release your last reference to the <see cref="T:SkiaSharp.HarfBuzz.SKShaper" />. Otherwise, the resources it is using will not be freed until the garbage collector calls the finalizer.</remarks>
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.SKShaper.Shape(HarfBuzzSharp.Buffer,SkiaSharp.SKPaint)">
|
||||
<param name="buffer">To be added.</param>
|
||||
<param name="paint">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.SKShaper.Shape(System.String,SkiaSharp.SKPaint)">
|
||||
<param name="text">The text to shape.</param>
|
||||
<param name="paint">The paint to use.</param>
|
||||
<summary>Shapes the specified text using the properties from the paint.</summary>
|
||||
<returns>Returns the results of the shaping operation.</returns>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.SKShaper.Shape(HarfBuzzSharp.Buffer,System.Single,System.Single,SkiaSharp.SKPaint)">
|
||||
<param name="buffer">To be added.</param>
|
||||
<param name="xOffset">To be added.</param>
|
||||
<param name="yOffset">To be added.</param>
|
||||
<param name="paint">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</member>
|
||||
<member name="M:SkiaSharp.HarfBuzz.SKShaper.Shape(System.String,System.Single,System.Single,SkiaSharp.SKPaint)">
|
||||
<param name="text">The text to shape.</param>
|
||||
<param name="xOffset">The x-offset to use when creating the shaping result.</param>
|
||||
<param name="yOffset">The y-offset to use when creating the shaping result.</param>
|
||||
<param name="paint">The paint to use.</param>
|
||||
<summary>Shapes the specified text using the properties from the paint.</summary>
|
||||
<returns>Returns the results of the shaping operation.</returns>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="P:SkiaSharp.HarfBuzz.SKShaper.Typeface">
|
||||
<summary>Gets the typeface used when creating the shaper.</summary>
|
||||
<value />
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="T:SkiaSharp.HarfBuzz.SKShaper+Result">
|
||||
<summary>Represents the result of a shaping operation.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="C:SkiaSharp.HarfBuzz.SKShaper+Result">
|
||||
<summary>Creates a new <see cref="T:SkiaSharp.HarfBuzz.SKShaper.Result" /> instance using empty values.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="C:SkiaSharp.HarfBuzz.SKShaper+Result(System.UInt32[],System.UInt32[],SkiaSharp.SKPoint[])">
|
||||
<param name="codepoints">The glyph Unicode code points.</param>
|
||||
<param name="clusters">The glyph clusters.</param>
|
||||
<param name="points">The glyph positions.</param>
|
||||
<summary>Creates a new <see cref="T:SkiaSharp.HarfBuzz.SKShaper.Result" /> instance using the specified values.</summary>
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="C:SkiaSharp.HarfBuzz.SKShaper+Result(System.UInt32[],System.UInt32[],SkiaSharp.SKPoint[],System.Single)">
|
||||
<param name="codepoints">To be added.</param>
|
||||
<param name="clusters">To be added.</param>
|
||||
<param name="points">To be added.</param>
|
||||
<param name="width">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</member>
|
||||
<member name="P:SkiaSharp.HarfBuzz.SKShaper+Result.Clusters">
|
||||
<summary>Gets the glyph clusters.</summary>
|
||||
<value />
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="P:SkiaSharp.HarfBuzz.SKShaper+Result.Codepoints">
|
||||
<summary>Gets the glyph Unicode code points.</summary>
|
||||
<value />
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="P:SkiaSharp.HarfBuzz.SKShaper+Result.Points">
|
||||
<summary>Gets the glyph positions.</summary>
|
||||
<value />
|
||||
<remarks />
|
||||
</member>
|
||||
<member name="P:SkiaSharp.HarfBuzz.SKShaper+Result.Width">
|
||||
<summary>To be added.</summary>
|
||||
<value>To be added.</value>
|
||||
<remarks>To be added.</remarks>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -1,38 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><doc>
|
||||
<assembly>
|
||||
<name>System.Buffers</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:System.Buffers.ArrayPool`1">
|
||||
<summary>Provides a resource pool that enables reusing instances of type <see cref="T[]"></see>.</summary>
|
||||
<typeparam name="T">The type of the objects that are in the resource pool.</typeparam>
|
||||
</member>
|
||||
<member name="M:System.Buffers.ArrayPool`1.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Buffers.ArrayPool`1.Create">
|
||||
<summary>Creates a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class.</summary>
|
||||
<returns>A new instance of the <see cref="System.Buffers.ArrayPool`1"></see> class.</returns>
|
||||
</member>
|
||||
<member name="M:System.Buffers.ArrayPool`1.Create(System.Int32,System.Int32)">
|
||||
<summary>Creates a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class using the specifed configuration.</summary>
|
||||
<param name="maxArrayLength">The maximum length of an array instance that may be stored in the pool.</param>
|
||||
<param name="maxArraysPerBucket">The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access.</param>
|
||||
<returns>A new instance of the <see cref="System.Buffers.ArrayPool`1"></see> class with the specified configuration.</returns>
|
||||
</member>
|
||||
<member name="M:System.Buffers.ArrayPool`1.Rent(System.Int32)">
|
||||
<summary>Retrieves a buffer that is at least the requested length.</summary>
|
||||
<param name="minimumLength">The minimum length of the array.</param>
|
||||
<returns>An array of type <see cref="T[]"></see> that is at least <paramref name="minimumLength">minimumLength</paramref> in length.</returns>
|
||||
</member>
|
||||
<member name="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)">
|
||||
<summary>Returns an array to the pool that was previously obtained using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method on the same <see cref="T:System.Buffers.ArrayPool`1"></see> instance.</summary>
|
||||
<param name="array">A buffer to return to the pool that was previously obtained using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method.</param>
|
||||
<param name="clearArray">Indicates whether the contents of the buffer should be cleared before reuse. If <paramref name="clearArray">clearArray</paramref> is set to true, and if the pool will store the buffer to enable subsequent reuse, the <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"></see> method will clear the <paramref name="array">array</paramref> of its contents so that a subsequent caller using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method will not see the content of the previous caller. If <paramref name="clearArray">clearArray</paramref> is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged.</param>
|
||||
</member>
|
||||
<member name="P:System.Buffers.ArrayPool`1.Shared">
|
||||
<summary>Gets a shared <see cref="T:System.Buffers.ArrayPool`1"></see> instance.</summary>
|
||||
<returns>A shared <see cref="System.Buffers.ArrayPool`1"></see> instance.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
|
@ -1,355 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><doc>
|
||||
<assembly>
|
||||
<name>System.Memory</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:System.Span`1">
|
||||
<typeparam name="T"></typeparam>
|
||||
</member>
|
||||
<member name="M:System.Span`1.#ctor(`0[])">
|
||||
<param name="array"></param>
|
||||
</member>
|
||||
<member name="M:System.Span`1.#ctor(System.Void*,System.Int32)">
|
||||
<param name="pointer"></param>
|
||||
<param name="length"></param>
|
||||
</member>
|
||||
<member name="M:System.Span`1.#ctor(`0[],System.Int32)">
|
||||
<param name="array"></param>
|
||||
<param name="start"></param>
|
||||
</member>
|
||||
<member name="M:System.Span`1.#ctor(`0[],System.Int32,System.Int32)">
|
||||
<param name="array"></param>
|
||||
<param name="start"></param>
|
||||
<param name="length"></param>
|
||||
</member>
|
||||
<member name="M:System.Span`1.Clear">
|
||||
|
||||
</member>
|
||||
<member name="M:System.Span`1.CopyTo(System.Span{`0})">
|
||||
<param name="destination"></param>
|
||||
</member>
|
||||
<member name="M:System.Span`1.DangerousCreate(System.Object,`0@,System.Int32)">
|
||||
<param name="obj"></param>
|
||||
<param name="objectData"></param>
|
||||
<param name="length"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.DangerousGetPinnableReference">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:System.Span`1.Empty">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.Equals(System.Object)">
|
||||
<param name="obj"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.Fill(`0)">
|
||||
<param name="value"></param>
|
||||
</member>
|
||||
<member name="M:System.Span`1.GetHashCode">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:System.Span`1.IsEmpty">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:System.Span`1.Item(System.Int32)">
|
||||
<param name="index"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:System.Span`1.Length">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.op_Equality(System.Span{`0},System.Span{`0})">
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.op_Implicit(System.ArraySegment{T})~System.Span{T}">
|
||||
<param name="arraySegment"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.op_Implicit(System.Span{T})~System.ReadOnlySpan{T}">
|
||||
<param name="span"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.op_Implicit(T[])~System.Span{T}">
|
||||
<param name="array"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.op_Inequality(System.Span{`0},System.Span{`0})">
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.Slice(System.Int32)">
|
||||
<param name="start"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.Slice(System.Int32,System.Int32)">
|
||||
<param name="start"></param>
|
||||
<param name="length"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.ToArray">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Span`1.TryCopyTo(System.Span{`0})">
|
||||
<param name="destination"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:System.SpanExtensions">
|
||||
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.AsBytes``1(System.ReadOnlySpan{``0})">
|
||||
<param name="source"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.AsBytes``1(System.Span{``0})">
|
||||
<param name="source"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.AsSpan(System.String)">
|
||||
<param name="text"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.AsSpan``1(System.ArraySegment{``0})">
|
||||
<param name="arraySegment"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.AsSpan``1(``0[])">
|
||||
<param name="array"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.CopyTo``1(``0[],System.Span{``0})">
|
||||
<param name="array"></param>
|
||||
<param name="destination"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOf(System.Span{System.Byte},System.ReadOnlySpan{System.Byte})">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOf(System.Span{System.Byte},System.Byte)">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOf(System.ReadOnlySpan{System.Byte},System.Byte)">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOf(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOf``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOf``1(System.ReadOnlySpan{``0},``0)">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOf``1(System.Span{``0},System.ReadOnlySpan{``0})">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOf``1(System.Span{``0},``0)">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOfAny(System.ReadOnlySpan{System.Byte},System.Byte,System.Byte,System.Byte)">
|
||||
<param name="span"></param>
|
||||
<param name="value0"></param>
|
||||
<param name="value1"></param>
|
||||
<param name="value2"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOfAny(System.Span{System.Byte},System.Byte,System.Byte,System.Byte)">
|
||||
<param name="span"></param>
|
||||
<param name="value0"></param>
|
||||
<param name="value1"></param>
|
||||
<param name="value2"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOfAny(System.Span{System.Byte},System.Byte,System.Byte)">
|
||||
<param name="span"></param>
|
||||
<param name="value0"></param>
|
||||
<param name="value1"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOfAny(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
|
||||
<param name="span"></param>
|
||||
<param name="values"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOfAny(System.Span{System.Byte},System.ReadOnlySpan{System.Byte})">
|
||||
<param name="span"></param>
|
||||
<param name="values"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.IndexOfAny(System.ReadOnlySpan{System.Byte},System.Byte,System.Byte)">
|
||||
<param name="span"></param>
|
||||
<param name="value0"></param>
|
||||
<param name="value1"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.NonPortableCast``2(System.ReadOnlySpan{``0})">
|
||||
<param name="source"></param>
|
||||
<typeparam name="TFrom"></typeparam>
|
||||
<typeparam name="TTo"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.NonPortableCast``2(System.Span{``0})">
|
||||
<param name="source"></param>
|
||||
<typeparam name="TFrom"></typeparam>
|
||||
<typeparam name="TTo"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.SequenceEqual(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
|
||||
<param name="first"></param>
|
||||
<param name="second"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.SequenceEqual(System.Span{System.Byte},System.ReadOnlySpan{System.Byte})">
|
||||
<param name="first"></param>
|
||||
<param name="second"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.SequenceEqual``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
|
||||
<param name="first"></param>
|
||||
<param name="second"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.SequenceEqual``1(System.Span{``0},System.ReadOnlySpan{``0})">
|
||||
<param name="first"></param>
|
||||
<param name="second"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.StartsWith(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.StartsWith(System.Span{System.Byte},System.ReadOnlySpan{System.Byte})">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.StartsWith``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.SpanExtensions.StartsWith``1(System.Span{``0},System.ReadOnlySpan{``0})">
|
||||
<param name="span"></param>
|
||||
<param name="value"></param>
|
||||
<typeparam name="T"></typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:System.ReadOnlySpan`1">
|
||||
<typeparam name="T"></typeparam>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.#ctor(`0[])">
|
||||
<param name="array"></param>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.#ctor(System.Void*,System.Int32)">
|
||||
<param name="pointer"></param>
|
||||
<param name="length"></param>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.#ctor(`0[],System.Int32)">
|
||||
<param name="array"></param>
|
||||
<param name="start"></param>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.#ctor(`0[],System.Int32,System.Int32)">
|
||||
<param name="array"></param>
|
||||
<param name="start"></param>
|
||||
<param name="length"></param>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.CopyTo(System.Span{`0})">
|
||||
<param name="destination"></param>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.DangerousCreate(System.Object,`0@,System.Int32)">
|
||||
<param name="obj"></param>
|
||||
<param name="objectData"></param>
|
||||
<param name="length"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.DangerousGetPinnableReference">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:System.ReadOnlySpan`1.Empty">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.Equals(System.Object)">
|
||||
<param name="obj"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.GetHashCode">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:System.ReadOnlySpan`1.IsEmpty">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:System.ReadOnlySpan`1.Item(System.Int32)">
|
||||
<param name="index"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:System.ReadOnlySpan`1.Length">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.op_Equality(System.ReadOnlySpan{`0},System.ReadOnlySpan{`0})">
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.op_Implicit(System.ArraySegment{T})~System.ReadOnlySpan{T}">
|
||||
<param name="arraySegment"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.op_Implicit(T[])~System.ReadOnlySpan{T}">
|
||||
<param name="array"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.op_Inequality(System.ReadOnlySpan{`0},System.ReadOnlySpan{`0})">
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.Slice(System.Int32)">
|
||||
<param name="start"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.Slice(System.Int32,System.Int32)">
|
||||
<param name="start"></param>
|
||||
<param name="length"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.ToArray">
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.ReadOnlySpan`1.TryCopyTo(System.Span{`0})">
|
||||
<param name="destination"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -1,200 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><doc>
|
||||
<assembly>
|
||||
<name>System.Runtime.CompilerServices.Unsafe</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:System.Runtime.CompilerServices.Unsafe">
|
||||
<summary>Contains generic, low-level functionality for manipulating pointers.</summary>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.Int32)">
|
||||
<summary>Adds an element offset to the given reference.</summary>
|
||||
<param name="source">The reference to add the offset to.</param>
|
||||
<param name="elementOffset">The offset to add.</param>
|
||||
<typeparam name="T">The type of reference.</typeparam>
|
||||
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr)">
|
||||
<summary>Adds an element offset to the given reference.</summary>
|
||||
<param name="source">The reference to add the offset to.</param>
|
||||
<param name="elementOffset">The offset to add.</param>
|
||||
<typeparam name="T">The type of reference.</typeparam>
|
||||
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr)">
|
||||
<summary>Adds a byte offset to the given reference.</summary>
|
||||
<param name="source">The reference to add the offset to.</param>
|
||||
<param name="byteOffset">The offset to add.</param>
|
||||
<typeparam name="T">The type of reference.</typeparam>
|
||||
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
|
||||
<summary>Determines whether the specified references point to the same location.</summary>
|
||||
<param name="left">The first reference to compare.</param>
|
||||
<param name="right">The second reference to compare.</param>
|
||||
<typeparam name="T">The type of reference.</typeparam>
|
||||
<returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> point to the same location; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.As``1(System.Object)">
|
||||
<summary>Casts the given object to the specified type.</summary>
|
||||
<param name="o">The object to cast.</param>
|
||||
<typeparam name="T">The type which the object will be cast to.</typeparam>
|
||||
<returns>The original object, casted to the given type.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.As``2(``0@)">
|
||||
<summary>Reinterprets the given reference as a reference to a value of type <typeparamref name="TTo">TTo</typeparamref>.</summary>
|
||||
<param name="source">The reference to reinterpret.</param>
|
||||
<typeparam name="TFrom">The type of reference to reinterpret..</typeparam>
|
||||
<typeparam name="TTo">The desired type of the reference.</typeparam>
|
||||
<returns>A reference to a value of type <typeparamref name="TTo">TTo</typeparamref>.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AsPointer``1(``0@)">
|
||||
<summary>Returns a pointer to the given by-ref parameter.</summary>
|
||||
<param name="value">The object whose pointer is obtained.</param>
|
||||
<typeparam name="T">The type of object.</typeparam>
|
||||
<returns>A pointer to the given value.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(System.Void*)">
|
||||
<summary>Reinterprets the given location as a reference to a value of type <typeparamref name="T">T</typeparamref>.</summary>
|
||||
<param name="source">The location of the value to reference.</param>
|
||||
<typeparam name="T">The type of the interpreted location.</typeparam>
|
||||
<returns>A reference to a value of type <typeparamref name="T">T</typeparamref>.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">
|
||||
<summary>Determines the byte offset from origin to target from the given references.</summary>
|
||||
<param name="origin">The reference to origin.</param>
|
||||
<param name="target">The reference to target.</param>
|
||||
<typeparam name="T">The type of reference.</typeparam>
|
||||
<returns>Byte offset from origin to target i.e. <paramref name="target">target</paramref> - <paramref name="origin">origin</paramref>.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(System.Void*,``0@)">
|
||||
<summary>Copies a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
|
||||
<param name="destination">The location to copy to.</param>
|
||||
<param name="source">A reference to the value to copy.</param>
|
||||
<typeparam name="T">The type of value to copy.</typeparam>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(``0@,System.Void*)">
|
||||
<summary>Copies a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
|
||||
<param name="destination">The location to copy to.</param>
|
||||
<param name="source">A pointer to the value to copy.</param>
|
||||
<typeparam name="T">The type of value to copy.</typeparam>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Byte@,System.Byte@,System.UInt32)">
|
||||
<summary>Copies bytes from the source address to the destination address.</summary>
|
||||
<param name="destination">The destination address to copy to.</param>
|
||||
<param name="source">The source address to copy from.</param>
|
||||
<param name="byteCount">The number of bytes to copy.</param>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Void*,System.Void*,System.UInt32)">
|
||||
<summary>Copies bytes from the source address to the destination address.</summary>
|
||||
<param name="destination">The destination address to copy to.</param>
|
||||
<param name="source">The source address to copy from.</param>
|
||||
<param name="byteCount">The number of bytes to copy.</param>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
|
||||
<summary>Copies bytes from the source address to the destination address
|
||||
without assuming architecture dependent alignment of the addresses.</summary>
|
||||
<param name="destination">The destination address to copy to.</param>
|
||||
<param name="source">The source address to copy from.</param>
|
||||
<param name="byteCount">The number of bytes to copy.</param>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
|
||||
<summary>Copies bytes from the source address to the destination address
|
||||
without assuming architecture dependent alignment of the addresses.</summary>
|
||||
<param name="destination">The destination address to copy to.</param>
|
||||
<param name="source">The source address to copy from.</param>
|
||||
<param name="byteCount">The number of bytes to copy.</param>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Byte@,System.Byte,System.UInt32)">
|
||||
<summary>Initializes a block of memory at the given location with a given initial value.</summary>
|
||||
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||
<param name="value">The value to initialize the block to.</param>
|
||||
<param name="byteCount">The number of bytes to initialize.</param>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Void*,System.Byte,System.UInt32)">
|
||||
<summary>Initializes a block of memory at the given location with a given initial value.</summary>
|
||||
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||
<param name="value">The value to initialize the block to.</param>
|
||||
<param name="byteCount">The number of bytes to initialize.</param>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
|
||||
<summary>Initializes a block of memory at the given location with a given initial value
|
||||
without assuming architecture dependent alignment of the address.</summary>
|
||||
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||
<param name="value">The value to initialize the block to.</param>
|
||||
<param name="byteCount">The number of bytes to initialize.</param>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
|
||||
<summary>Initializes a block of memory at the given location with a given initial value
|
||||
without assuming architecture dependent alignment of the address.</summary>
|
||||
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
||||
<param name="value">The value to initialize the block to.</param>
|
||||
<param name="byteCount">The number of bytes to initialize.</param>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
|
||||
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location.</summary>
|
||||
<param name="source">The location to read from.</param>
|
||||
<typeparam name="T">The type to read.</typeparam>
|
||||
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
|
||||
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location
|
||||
without assuming architecture dependent alignment of the addresses.</summary>
|
||||
<param name="source">The location to read from.</param>
|
||||
<typeparam name="T">The type to read.</typeparam>
|
||||
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
|
||||
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location
|
||||
without assuming architecture dependent alignment of the addresses.</summary>
|
||||
<param name="source">The location to read from.</param>
|
||||
<typeparam name="T">The type to read.</typeparam>
|
||||
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.SizeOf``1">
|
||||
<summary>Returns the size of an object of the given type parameter.</summary>
|
||||
<typeparam name="T">The type of object whose size is retrieved.</typeparam>
|
||||
<returns>The size of an object of type <typeparamref name="T">T</typeparamref>.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
|
||||
<summary>Subtracts an element offset from the given reference.</summary>
|
||||
<param name="source">The reference to subtract the offset from.</param>
|
||||
<param name="elementOffset">The offset to subtract.</param>
|
||||
<typeparam name="T">The type of reference.</typeparam>
|
||||
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr)">
|
||||
<summary>Subtracts an element offset from the given reference.</summary>
|
||||
<param name="source">The reference to subtract the offset from.</param>
|
||||
<param name="elementOffset">The offset to subtract.</param>
|
||||
<typeparam name="T">The type of reference.</typeparam>
|
||||
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr)">
|
||||
<summary>Subtracts a byte offset from the given reference.</summary>
|
||||
<param name="source">The reference to subtract the offset from.</param>
|
||||
<param name="byteOffset"></param>
|
||||
<typeparam name="T">The type of reference.</typeparam>
|
||||
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
|
||||
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
|
||||
<param name="destination">The location to write to.</param>
|
||||
<param name="value">The value to write.</param>
|
||||
<typeparam name="T">The type of value to write.</typeparam>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
|
||||
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location
|
||||
without assuming architecture dependent alignment of the addresses.</summary>
|
||||
<param name="destination">The location to write to.</param>
|
||||
<param name="value">The value to write.</param>
|
||||
<typeparam name="T">The type of value to write.</typeparam>
|
||||
</member>
|
||||
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
|
||||
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location
|
||||
without assuming architecture dependent alignment of the addresses.</summary>
|
||||
<param name="destination">The location to write to.</param>
|
||||
<param name="value">The value to write.</param>
|
||||
<typeparam name="T">The type of value to write.</typeparam>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Before Width: | Height: | Size: 59 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +0,0 @@
|
|||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
b48526b1af3665af5f9e95da7ac1a7c4e1ac25ca
|
|
@ -1,95 +0,0 @@
|
|||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/libHarfBuzzSharp.dylib
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/x86/libHarfBuzzSharp.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/x64/libHarfBuzzSharp.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/arm64/libHarfBuzzSharp.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/libSkiaSharp.dylib
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/x86/libSkiaSharp.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/x64/libSkiaSharp.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/arm64/libSkiaSharp.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/BenchtopPDF.exe
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/BenchtopPDF.pdb
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/HarfBuzzSharp.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/QuestPDF.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.HarfBuzz.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/System.Buffers.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/System.Memory.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/System.Numerics.Vectors.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/HarfBuzzSharp.pdb
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/HarfBuzzSharp.xml
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/QuestPDF.xml
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.pdb
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.xml
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.HarfBuzz.pdb
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.HarfBuzz.xml
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/System.Buffers.xml
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/System.Memory.xml
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/System.Numerics.Vectors.xml
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.csproj.AssemblyReference.cache
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.csproj.CoreCompileInputs.cache
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.csproj.CopyComplete
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.exe
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.pdb
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/x64/libSkiaSharp.so
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/arm/libSkiaSharp.so
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/arm64/libSkiaSharp.so
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/musl-x64/libSkiaSharp.so
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/BenchtopPDF.exe.config
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.exe.config
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/x64/libHarfBuzzSharp.so
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/arm/libHarfBuzzSharp.so
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/arm64/libHarfBuzzSharp.so
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/musl-x64/libHarfBuzzSharp.so
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/BenchTopLogo.jpg
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/Newtonsoft.Json.dll
|
||||
/home/tyrel/RiderProjects/BenchtopPDF/BenchtopPDF/bin/Debug/Newtonsoft.Json.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/libSkiaSharp.dylib
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/x86/libSkiaSharp.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/x64/libSkiaSharp.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/arm64/libSkiaSharp.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/x64/libSkiaSharp.so
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/arm/libSkiaSharp.so
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/arm64/libSkiaSharp.so
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/musl-x64/libSkiaSharp.so
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/libHarfBuzzSharp.dylib
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/x86/libHarfBuzzSharp.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/x64/libHarfBuzzSharp.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/arm64/libHarfBuzzSharp.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/x64/libHarfBuzzSharp.so
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/arm/libHarfBuzzSharp.so
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/arm64/libHarfBuzzSharp.so
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/musl-x64/libHarfBuzzSharp.so
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/BenchtopPDF.exe.config
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/BenchtopPDF.exe
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/BenchtopPDF.pdb
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/HarfBuzzSharp.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/Newtonsoft.Json.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/QuestPDF.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.HarfBuzz.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/System.Buffers.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/System.Memory.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/System.Numerics.Vectors.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/HarfBuzzSharp.pdb
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/HarfBuzzSharp.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/Newtonsoft.Json.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/QuestPDF.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.pdb
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.HarfBuzz.pdb
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/SkiaSharp.HarfBuzz.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/System.Buffers.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/System.Memory.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/System.Numerics.Vectors.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.csproj.AssemblyReference.cache
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.exe.config
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.csproj.CoreCompileInputs.cache
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.csproj.CopyComplete
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.exe
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/obj/Debug/BenchtopPDF.pdb
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/BenchTopLogo.png
|
||||
/home/tyrel/code/tyrel.dev/benchtopdevices/BenchtopPDF/BenchtopPDF/bin/Debug/a2lp_cert.png
|
Binary file not shown.
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,19 +0,0 @@
|
|||
Copyright (c) 2015-2016 Xamarin, Inc.
|
||||
Copyright (c) 2017-2018 Microsoft Corporation.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
|
@ -1,19 +0,0 @@
|
|||
Copyright (c) 2015-2016 Xamarin, Inc.
|
||||
Copyright (c) 2017-2018 Microsoft Corporation.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
File diff suppressed because it is too large
Load Diff
|
@ -1,72 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<!-- if ShouldIncludeNativeHarfBuzzSharp == False then don't include the native libHarfBuzzSharp -->
|
||||
<PropertyGroup>
|
||||
<ShouldIncludeNativeHarfBuzzSharp Condition=" '$(ShouldIncludeNativeHarfBuzzSharp)' == '' ">True</ShouldIncludeNativeHarfBuzzSharp>
|
||||
<_AppIsFullMac Condition=" '$(XamarinMacFrameworkRoot)' != '' and '$(TargetFrameworkIdentifier)' != 'Xamarin.Mac' and '$(UseXamMacFullFramework)' == 'True' and ('$(OutputType)' == 'Exe' or '$(IsAppExtension)' == 'True') ">True</_AppIsFullMac>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- handle the case where this is a Xamarin.Mac Full app/extension -->
|
||||
<ItemGroup Condition=" '$(ShouldIncludeNativeHarfBuzzSharp)' != 'False' and '$(_AppIsFullMac)' == 'True' ">
|
||||
<NativeReference Include="$(MSBuildThisFileDirectory)..\..\runtimes\osx\native\libHarfBuzzSharp*.dylib">
|
||||
<Kind>Dynamic</Kind>
|
||||
<Visible>False</Visible>
|
||||
</NativeReference>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- copy the native files to the output directory -->
|
||||
<ItemGroup Condition=" '$(ShouldIncludeNativeHarfBuzzSharp)' != 'False' and '$(_AppIsFullMac)' != 'True' ">
|
||||
|
||||
<!-- Windows -->
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x86\native\libHarfBuzzSharp*.dll">
|
||||
<Dir>x86\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x64\native\libHarfBuzzSharp*.dll">
|
||||
<Dir>x64\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-arm64\native\libHarfBuzzSharp*.dll">
|
||||
<Dir>arm64\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
|
||||
<!-- Linux -->
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-x86\native\libHarfBuzzSharp*.so">
|
||||
<Dir>x86\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-x64\native\libHarfBuzzSharp*.so">
|
||||
<Dir>x64\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-arm\native\libHarfBuzzSharp*.so">
|
||||
<Dir>arm\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-arm64\native\libHarfBuzzSharp*.so">
|
||||
<Dir>arm64\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
|
||||
<!-- Linux: Musl -->
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-musl-x86\native\libHarfBuzzSharp*.so">
|
||||
<Dir>musl-x86\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-musl-x64\native\libHarfBuzzSharp*.so">
|
||||
<Dir>musl-x64\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-musl-arm\native\libHarfBuzzSharp*.so">
|
||||
<Dir>musl-arm\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-musl-arm64\native\libHarfBuzzSharp*.so">
|
||||
<Dir>musl-arm64\</Dir>
|
||||
</_NativeHarfBuzzSharpFile>
|
||||
|
||||
<!-- macOS -->
|
||||
<_NativeHarfBuzzSharpFile Include="$(MSBuildThisFileDirectory)..\..\runtimes\osx\native\libHarfBuzzSharp*.dylib" />
|
||||
|
||||
<!-- include everything -->
|
||||
<Content Include="@(_NativeHarfBuzzSharpFile)">
|
||||
<Link>%(Dir)%(Filename)%(Extension)</Link>
|
||||
<Visible>False</Visible>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Binary file not shown.
Binary file not shown.
|
@ -1,19 +0,0 @@
|
|||
Copyright (c) 2015-2016 Xamarin, Inc.
|
||||
Copyright (c) 2017-2018 Microsoft Corporation.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|