Convert texts into Stroke-Font-Graphics

Scope / Short description

The german standard DIN 1451 describes the outline of a font in "Sans-Serif linear Antiqua". The fonts "G" and "H" are especially designed for the use for engravings, since the have a constant line width. The font "G" is smaller, to engrave texts, when the available space is limited. The font "H" is the generally preferred font.

If you want to engrave some text with these text fonts it was common practice in former times to buy this text font for your swan neck engraving machine. Today you have to programm your milling machine accordingly.

To simplyfy the procedure this software can be used. Just load the HTML file into a web browser, adjust the parameters, e.g. text height and put in the desired text. Look at the displayed preview and adjust parameters as required. The output in the file formats HPGL®, Postscript®, DXF® and G-Code is carried out automatically. The file format most useful for you is now available for download.

Additionally complete fonts may be generated, the DIN 1451 font may be downloaded in the Siemens NX® *.FNT or in PostScript®-Type 3 file format.

System prerequisites

Usage

Portability

Downloads

Source und Binary-Paket

DIN1451 Distribution.zip

Version history

Copyright

Copyright ©2018 Sönke Huckfeldt

This software is free software, distributed under the terms of the GNU General Public License, version 3 or (at your choice) newer. This means that if you want to use this software or parts of the sourcecode in a program that you release or distribute to anyone, the program must be free software and have a GPL-compatible license. If you would like advice on making your license GPL-compatible, contact licensing@gnu.org.

This software is provided in the hope that it may be useful, but without any warranty, see GNU General Public License for further details.

You should have received a copy of the GNU General Public License together with this software. If not please download from http://www.gnu.org/licenses/.

The part of the software created by me is free of third party rights. All used libraries are free software, but the respective licence terms apply. Please notice all details and information on this topic in this file.

/*****************************************************************************
 *  Convert Text to stroke font graphics                                     *
 *                                                                           *
 *  Copyright ©2018 by Sönke Huckfeldt webmaster (at) huckfeldt.eu           *
 *                                                                           *
 *  Licensed under GNU General Public License 3.0 or later.                  *
 *  Some rights reserved. See this README and COPYING.                       *
 *                                                                           *
 *  License http://www.gnu.org/licenses/                                     *
 *****************************************************************************/

Disclaimer

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.