From 3d24d7c23418bd3a077d0e32a639f2ffe95bff51 Mon Sep 17 00:00:00 2001 From: haplokuon Date: Wed, 11 Oct 2023 15:31:40 +0200 Subject: [PATCH] [2023/11/10] netDxf 3.0.1 Release --- doc/Changelog.txt | 6 +++-- netDxf/netDxf.csproj | 2 +- netDxf/netDxf.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 3 deletions(-) diff --git a/doc/Changelog.txt b/doc/Changelog.txt index 3cbe18c..bb6965c 100644 --- a/doc/Changelog.txt +++ b/doc/Changelog.txt @@ -1,11 +1,13 @@ ## Change history -### [2023/08/31] +### [3.0.1 - 2023/10/11] + +[2023/08/31] * When creating a table object any leading or trailing white space will be automatically removed. * When reading a spline from a DXF if its degree is larger than 10 it will be set to the maximun allowed. * (fixed) The key of the references dictionary in the TableObjects must be case independent. -### [2023/07/15] +[2023/07/15] * (fixed) StackOverflow exception when cloning the extended data associated to an application registry with circular references. ### [3.0.0 - 2023/06/28] diff --git a/netDxf/netDxf.csproj b/netDxf/netDxf.csproj index a2c168d..ead2e49 100644 --- a/netDxf/netDxf.csproj +++ b/netDxf/netDxf.csproj @@ -2,7 +2,7 @@ net48;net6.0 - 3.0.0 + 3.0.1 Daniel Carvajal haplokuon netDxf diff --git a/netDxf/netDxf.xml b/netDxf/netDxf.xml index 95c70a0..22f6ddc 100644 --- a/netDxf/netDxf.xml +++ b/netDxf/netDxf.xml @@ -14265,6 +14265,51 @@ + + + Initializes a new instance of the ImageDefinition class. Only available for Net Framework 4.5 builds. + + Image file name with full or relative path. + + + The name of the file without extension will be used as the name of the image definition. + + + Supported image formats: BMP, JPG, PNG, TIFF.
+ Even thought AutoCAD supports more image formats, this constructor is restricted to the ones the net framework supports in common with AutoCAD. + Use the generic constructor instead. +
+ + Note (this is from the ACAD docs): AutoCAD 2000, AutoCAD LT 2000, and later releases do not support LZW-compressed TIFF files, + with the exception of English language versions sold in the US and Canada.
+ If you have TIFF files that were created using LZW compression and want to insert them into a drawing + you must save the TIFF files with LZW compression disabled. +
+
+
+ + + Initializes a new instance of the ImageDefinition class. Only available for Net Framework 4.5 builds. + + Image definition name. + Image file name with full or relative path. + + + The name assigned to the image definition must be unique. + + + Supported image formats: BMP, JPG, PNG, TIFF.
+ Even thought AutoCAD supports more image formats, this constructor is restricted to the ones the .net library supports in common with AutoCAD. + Use the generic constructor instead. +
+ + Note (this is from the ACAD docs): AutoCAD 2000, AutoCAD LT 2000, and later releases do not support LZW-compressed TIFF files, + with the exception of English language versions sold in the US and Canada.
+ If you have TIFF files that were created using LZW compression and want to insert them into a drawing + you must save the TIFF files with LZW compression disabled. +
+
+
Gets or sets the image file. @@ -18410,6 +18455,14 @@ Gets the owner of the actual text style. + + + Find the font family name of an specified TTF font file. Only available for Net Framework 4.5 builds. + + TTF font file. + The font family name of the specified TTF font file. + This method will return an empty string if the specified font is not found in its path or the system font folder or if it is not a valid TTF font. + Checks if this instance has been referenced by other DxfObjects.