
Hi all,
Is it possible to use Braille labels in inkscape? Is there a way to import Braille fonts? I have vector diagrams that I need to Braille label. See an example at https://dl.dropbox.com/u/3688386/drawing%207.svg
Pranav

I think you have an extra braille font installed. If that's the case, you can send it to other people to install (might be scary thing for them) or, you can simply convert the text objects to a path (Path>Object to Path), which renders the font to an svg path for you - I do this whenever I have bizarre fonts and I need to make the svg portable. Please note that once you convert to path, you'll not be able to edit the text with the text tool.

Hi Chris,
I want to create Braille labels in Inkscape and label tactile diagrams in Braille. How should I do this assuming I have a Braille font?
Pranav
-----Original Message----- From: Chris Tooley [mailto:euxneks@...155...] Sent: Tuesday, April 09, 2013 11:36 PM To: Inkscape User Community Subject: Re: [Inkscape-user] Using Braille labels in inkscape
I think you have an extra braille font installed. If that's the case, you can send it to other people to install (might be scary thing for them) or, you can simply convert the text objects to a path (Path>Object to Path), which renders the font to an svg path for you - I do this whenever I have bizarre fonts and I need to make the svg portable. Please note that once you convert to path, you'll not be able to edit the text with the text tool.

Hi Pranav,
I may have a severely deficient understanding of how Braille works on computers, one of the other suggestions might yield better results :)
-Chris
On Tuesday, April 9, 2013, Pranav Lal wrote:
Hi Chris,
I want to create Braille labels in Inkscape and label tactile diagrams in Braille. How should I do this assuming I have a Braille font?
Pranav
-----Original Message----- From: Chris Tooley [mailto:euxneks@...155... javascript:;] Sent: Tuesday, April 09, 2013 11:36 PM To: Inkscape User Community Subject: Re: [Inkscape-user] Using Braille labels in inkscape
I think you have an extra braille font installed. If that's the case, you can send it to other people to install (might be scary thing for them) or, you can simply convert the text objects to a path (Path>Object to Path), which renders the font to an svg path for you - I do this whenever I have bizarre fonts and I need to make the svg portable. Please note that once you convert to path, you'll not be able to edit the text with the text tool.
Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net javascript:; https://lists.sourceforge.net/lists/listinfo/inkscape-user

hmmmm, would be nice to be able to export braille text into .stl format. And then print them in a 3D printer
Braille labels...
On Thu, Apr 11, 2013 at 6:26 AM, Chris Tooley <euxneks@...155...> wrote:
Hi Pranav,
I may have a severely deficient understanding of how Braille works on computers, one of the other suggestions might yield better results :)
-Chris
On Tuesday, April 9, 2013, Pranav Lal wrote:
Hi Chris,
I want to create Braille labels in Inkscape and label tactile diagrams in Braille. How should I do this assuming I have a Braille font?
Pranav
-----Original Message----- From: Chris Tooley [mailto:euxneks@...155...] Sent: Tuesday, April 09, 2013 11:36 PM To: Inkscape User Community Subject: Re: [Inkscape-user] Using Braille labels in inkscape
I think you have an extra braille font installed. If that's the case, you can send it to other people to install (might be scary thing for them) or, you can simply convert the text objects to a path (Path>Object to Path), which renders the font to an svg path for you - I do this whenever I have bizarre fonts and I need to make the svg portable. Please note that once you convert to path, you'll not be able to edit the text with the text tool.
Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user

On 09-04-13 17:06, Pranav Lal wrote:
Hi all,
Is it possible to use Braille labels in inkscape? Is there a way to import Braille fonts? I have vector diagrams that I need to Braille label. See an example at https://dl.dropbox.com/u/3688386/drawing%207.svg
Pranav
Hi Pranav,
I think you could - with some manual tweaking - make use of the @font-face CSS feature. Have a look on this page:
http://nimbupani.com/about-fonts-in-svg.html
Grtz, Jurgen.

On 2013-04-09 17:06 +0100, Pranav Lal wrote:
Is it possible to use Braille labels in inkscape? Is there a way to import Braille fonts? I have vector diagrams that I need to Braille label. See an example at https://dl.dropbox.com/u/3688386/drawing%207.svg
Inkscape includes an extension to convert (ASCII) letters (A-Z, a-z) to Braille ASCII: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Extensions-Text.html#Extensions-ConvertToBraille
*** Note: unfortunately the version shipping with Inkscape 0.48.3.1 and 0.48.4 is broken - 0.48.5 will include a fix, as do current development builds.
If converting ASCII text to Braille ASCII is sufficient for your needs, you can replace the broken python file in your Inkscape installation [2] with the attached updated version (it includes the fix, as well as the remaining Braille ASCII glyphs not included in the original version).
I'm also attaching a sample SVG file with all glyphs available in Braille ASCII [1]: the Braille version of the text has been converted to paths (to not depend on fonts available on your system) - for better readability, I did use the font 'Apple Braille', which shows empty circles to indicate dots that are not punched.
Note: on Windows, you'll need to install a font which includes the Braille Unicode Glyphs, e.g. DejaVu Sans [3], and use that font for the text to be shown in Braille. On other systems (Linux, OS X), font substitution will work in case the font of the text does not include the Unicode Braille glyphs, and substitute the Braille glyphs from a matching (fallback) font.
hth, ~suv
[1] http://en.wikipedia.org/wiki/Braille_ASCII#Braille_ASCII_values [2] On Windows, the shared extensions are installed in 'share\extensions' inside Inkscape's program folder [3] http://dejavu-fonts.org/
participants (5)
-
Chris Tooley
-
Jurgen Gaeremyn
-
Pranav Lal
-
|| ΣΖΟ ||
-
~suv