public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [octave 3.8.0] font missig in fltk graph
@ 2014-02-21  6:50 Tatsuro MATSUOKA
  2014-02-21  8:52 ` Marco Atzeri
  0 siblings, 1 reply; 3+ messages in thread
From: Tatsuro MATSUOKA @ 2014-02-21  6:50 UTC (permalink / raw)
  To: cygwin

Hello

I have installed Cygwin-67 on windows 7 64 bit to use octave.
So far everything is fine on gnuplot graphics_tool kit.

However, on fltk graphics_toolkit, fonts on the graph were not represent.

For example,

http://www.geocities.co.jp/tmoctwin/files/fltk20140221.html

Any suggestions?

Regards

Tatsuro

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [octave 3.8.0] font missig in fltk graph
  2014-02-21  6:50 [octave 3.8.0] font missig in fltk graph Tatsuro MATSUOKA
@ 2014-02-21  8:52 ` Marco Atzeri
  2014-02-21 12:20   ` Tatsuro MATSUOKA
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Atzeri @ 2014-02-21  8:52 UTC (permalink / raw)
  To: cygwin



On 21/02/2014 05:44, Tatsuro MATSUOKA wrote:
> Hello
>
> I have installed Cygwin-67 on windows 7 64 bit to use octave.
> So far everything is fine on gnuplot graphics_tool kit.
>
> However, on fltk graphics_toolkit, fonts on the graph were not represent.
>
> For example,
>
> http://www.geocities.co.jp/tmoctwin/files/fltk20140221.html
>
> Any suggestions?
>
> Regards
>
> Tatsuro
>

Hi Tatsuro
works fine for me and I have a minimal set of fonts installed

$ cygcheck -c -d |grep -i font
font-adobe-dpi75                      1.0.2-1
font-adobe-utopia-dpi75               1.0.3-1
font-alias                            1.0.3-1
font-bh-dpi75                         1.0.2-1
font-bh-lucidatypewriter-dpi75        1.0.2-1
font-bitstream-dpi75                  1.0.2-1
font-bitstream-type1                  1.0.2-1
font-cursor-misc                      1.0.2-1
font-encodings                        1.0.4-1
font-misc-misc                        1.1.1-1
font-tektronix-misc                   2.6-3
fontconfig                            2.10.93-1
ghostscript-fonts-other               6.0-1
ghostscript-fonts-std                 8.11-1
libfontconfig-devel                   2.10.93-1
libfontconfig1                        2.10.93-1
libfontenc1                           1.1.2-1
mkfontdir                             1.0.7-1
mkfontscale                           1.1.1-1
texlive-collection-fontsrecommended   20130529-1
texlive-collection-fontutils          20130529-1


Be also aware that on octave-3.8.x , the following bug
impacts graphic with fltk on cygwin

https://savannah.gnu.org/bugs/?func=detailitem&item_id=40469

so I reverted default graphics to gnuplot.

I suspect it is a FLTK bug, but I was not able to track it down

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [octave 3.8.0] font missig in fltk graph
  2014-02-21  8:52 ` Marco Atzeri
@ 2014-02-21 12:20   ` Tatsuro MATSUOKA
  0 siblings, 0 replies; 3+ messages in thread
From: Tatsuro MATSUOKA @ 2014-02-21 12:20 UTC (permalink / raw)
  To: cygwin

--- On Fri, 2014/2/21, Marco Atzeri wrote:
> On 21/02/2014 05:44, Tatsuro MATSUOKA wrote:
> > Hello
> >
> > I have installed Cygwin-67 on windows 7 64 bit to use octave.
> > So far everything is fine on gnuplot graphics_tool kit.
> >
> > However, on fltk graphics_toolkit, fonts on the graph were not represent.
> >
> > For example,
> >
> > http://www.geocities.co.jp/tmoctwin/files/fltk20140221.html
> >
> > Any suggestions?
> >
> > Regards
> >
> > Tatsuro
> >
> 
> Hi Tatsuro
> works fine for me and I have a minimal set of fonts installed
> 
> $ cygcheck -c -d |grep -i font
> font-adobe-dpi75                      1.0.2-1
> font-adobe-utopia-dpi75               1.0.3-1
> font-alias                            1.0.3-1
> font-bh-dpi75                         1.0.2-1
> font-bh-lucidatypewriter-dpi75        1.0.2-1
> font-bitstream-dpi75                  1.0.2-1
> font-bitstream-type1                  1.0.2-1
> font-cursor-misc                      1.0.2-1
> font-encodings                        1.0.4-1
> font-misc-misc                        1.1.1-1
> font-tektronix-misc                   2.6-3
> fontconfig                            2.10.93-1
> ghostscript-fonts-other               6.0-1
> ghostscript-fonts-std                 8.11-1
> libfontconfig-devel                   2.10.93-1
> libfontconfig1                        2.10.93-1
> libfontenc1                           1.1.2-1
> mkfontdir                             1.0.7-1
> mkfontscale                           1.1.1-1
> texlive-collection-fontsrecommended   20130529-1
> texlive-collection-fontutils          20130529-1
> 
> 
> Be also aware that on octave-3.8.x , the following bug
> impacts graphic with fltk on cygwin
> 
> https://savannah.gnu.org/bugs/?func=detailitem&item_id=40469
> 
> so I reverted default graphics to gnuplot.
> 
> I suspect it is a FLTK bug, but I was not able to track it down
> 
> Regards
> Marco
> 
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> 

Hello

I have installed all components for X11 category

My font installations are :
$ cygcheck -c -d |grep -i font
font-adobe-dpi100                   1.0.2-1
font-adobe-dpi75                    1.0.2-1
font-adobe-utopia-dpi100            1.0.3-1
font-adobe-utopia-dpi75             1.0.3-1
font-adobe-utopia-type1             1.0.3-1
font-alias                          1.0.3-1
font-arabic-misc                    1.0.2-1
font-bh-dpi100                      1.0.2-1
font-bh-dpi75                       1.0.2-1
font-bh-lucidatypewriter-dpi100     1.0.2-1
font-bh-lucidatypewriter-dpi75      1.0.2-1
font-bh-ttf                         1.0.3-1
font-bh-type1                       1.0.2-1
font-bitstream-dpi100               1.0.2-1
font-bitstream-dpi75                1.0.2-1
font-bitstream-speedo               1.0.1-1
font-bitstream-type1                1.0.2-1
font-bitstream-vera-ttf             1.10-1
font-cantarell-otf                  0.0.15-1
font-cronyx-cyrillic                1.0.2-1
font-cursor-misc                    1.0.2-1
font-daewoo-misc                    1.0.2-1
font-dec-misc                       1.0.2-1
font-encodings                      1.0.4-1
font-ibm-type1                      1.0.2-1
font-isas-misc                      1.0.2-1
font-jis-misc                       1.0.2-1
font-micro-misc                     1.0.2-1
font-misc-cyrillic                  1.0.2-1
font-misc-ethiopic                  1.0.2-1
font-misc-meltho                    1.0.2-1
font-misc-misc                      1.1.1-1
font-mutt-misc                      1.0.2-1
font-schumacher-misc                1.1.1-1
font-screen-cyrillic                1.0.3-1
font-sony-misc                      1.0.2-1
font-sun-misc                       1.0.2-1
font-tektronix-misc                 2.6-3
font-util                           1.3.0-1
font-winitzki-cyrillic              1.0.2-1
font-xfree86-type1                  1.0.3-1
fontconfig                          2.10.93-1
fontsproto                          2.1.2-1
fonttosfnt                          1.0.4-1
ghostscript-fonts-other             6.0-1
ghostscript-fonts-std               8.11-1
libfontconfig-devel                 2.10.93-1
libfontconfig1                      2.10.93-1
libfontenc-devel                    1.1.2-1
libfontenc1                         1.1.2-1
mkfontdir                           1.0.7-1
mkfontscale                         1.1.1-1
xf86bigfontproto                    1.2.0-1
xfontsel                            1.0.5-1
xlsfonts                            1.0.4-1
*************************************

BTW, the following two commands 
 sombrero()
 clf()

causes  Segmentation fault.

I will use gnuplot as a graphics_toolkit.

Thank you for your immediate reply.
Tatsuro

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-21  8:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21  6:50 [octave 3.8.0] font missig in fltk graph Tatsuro MATSUOKA
2014-02-21  8:52 ` Marco Atzeri
2014-02-21 12:20   ` Tatsuro MATSUOKA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).