X11: necessary font package for gxditview

2025-03-30 Thread Schwarz, Konrad via Cygwin
Hello, installing gxditview (and Cygwin/X) in Cygwin does not suffice to display man-pages properly via man -TX75, man -TX100 etc. In my case, a fallback fixed width font was used, which looked horrible. I managed to solve this by haphazardly installing additional X11 font-related Cygwin

Re: Use Microsoft YaHei UI as UI font for Chinese language

2024-04-16 Thread Jon Turney via Cygwin
On 11/04/2024 13:42, Jon Turney via Cygwin wrote: On 03/04/2024 14:19, Yang Yu Lin via Cygwin wrote: For Chinese language, the app’s default UI font is Microsoft YaHei UI. Using MS Shell Dlg makes the UI become annoying. Here are my changes: diff --git a/res/zh_Hans/res.rc b/res/zh_Hans/res.rc

Re: Use Microsoft YaHei UI as UI font for Chinese language

2024-04-11 Thread Brian Inglis via Cygwin
On 2024-04-11 06:42, Jon Turney via Cygwin wrote: On 03/04/2024 14:19, Yang Yu Lin via Cygwin wrote: For Chinese language, the app’s default UI font is Microsoft YaHei UI. Using MS Shell Dlg makes the UI become annoying. Here are my changes: diff --git a/res/zh_Hans/res.rc b/res/zh_Hans/res.rc

Re: Use Microsoft YaHei UI as UI font for Chinese language

2024-04-11 Thread Jon Turney via Cygwin
On 03/04/2024 14:19, Yang Yu Lin via Cygwin wrote: For Chinese language, the app’s default UI font is Microsoft YaHei UI. Using MS Shell Dlg makes the UI become annoying. Here are my changes: diff --git a/res/zh_Hans/res.rc b/res/zh_Hans/res.rc index 9f67a5a..da9d6e8 100644 --- a/res/zh_Hans

Use Microsoft YaHei UI as UI font for Chinese language

2024-04-03 Thread Yang Yu Lin via Cygwin
For Chinese language, the app’s default UI font is Microsoft YaHei UI. Using MS Shell Dlg makes the UI become annoying. Here are my changes: diff --git a/res/zh_Hans/res.rc b/res/zh_Hans/res.rc index 9f67a5a..da9d6e8 100644 --- a/res/zh_Hans/res.rc +++ b/res/zh_Hans/res.rc @@ -8,7 +8,7

Re: libfontconfig-common-2.15.0-2 system font cache directory settings seem to be wrong

2024-03-08 Thread Takashi Yano via Cygwin
On Fri, 08 Mar 2024 21:53:10 +0900 (JST) Masamichi Hosoda wrote: > Hi > > If I understand correctly, > the system font cache directory setting in /etc/fonts/fonts.conf > provided by libfontconfig-common-2.15.0-2 is wrong. > > In /etc/fonts/fonts.conf provided by libfontc

libfontconfig-common-2.15.0-2 system font cache directory settings seem to be wrong

2024-03-08 Thread Masamichi Hosoda via Cygwin
Hi If I understand correctly, the system font cache directory setting in /etc/fonts/fonts.conf provided by libfontconfig-common-2.15.0-2 is wrong. In /etc/fonts/fonts.conf provided by libfontconfig-common-2.13.1-2 ``` /var/cache/fontconfig ``` So `fc-cache -s` creates system font cache

[ANNOUNCEMENT] New: last-resort-font 15.100

2023-09-16 Thread Cygwin last-resort-font Maintainer via Cygwin-announce via Cygwin
The following package has been added to the Cygwin distribution: * last-resort-font 15.100 Unicode Last Resort fallback font Unicode.org Last Resort font is a Unicode font designed as a fallback with representative glyphs and labels to show a missing glyph belongs to a specific: * Unicode

Re: Cygwin/X with Win10 display scaling corrupting font display of typed characters - Issue identified - "Solution" found

2022-08-14 Thread Jon Turney
On 05/02/2022 14:25, Jon Turney wrote: On 27/01/2022 03:12, Ken Whitesell wrote: First, the bottom line: XWin.exe.manifest, line 21 change: PerMonitorV2,PerMonitor to PerMonitor Some details: I managed to get to a point where I could build the packages from source and install them. I looked

Re: Cygwin/X with Win10 display scaling corrupting font display of typed characters - Issue identified - "Solution" found

2022-02-05 Thread Jon Turney
h two different external monitors. It seems likely that this is an unintended effect of changes in xorg-server 21.1.0-1, trying to fix problems in this area (See [1]) Thanks for the references. I've read all the messages in the thread - I was particularly intrigued by this comment: wrt the fo

Re: Cygwin/X with Win10 display scaling corrupting font display of typed characters - Issue identified - "Solution" found

2022-01-26 Thread Ken Whitesell
It seems likely that this is an unintended effect of changes in xorg-server 21.1.0-1, trying to fix problems in this area (See [1]) Thanks for the references. I've read all the messages in the thread - I was particularly intrigued by this comment: wrt the font scaling issue, looking at

Re: Cygwin/X with Win10 display scaling corrupting font display of typed characters - Issue identified

2022-01-24 Thread Jon Turney
anges in xorg-server 21.1.0-1, trying to fix problems in this area (See [1]) Thanks for the references. I've read all the messages in the thread - I was particularly intrigued by this comment: wrt the font scaling issue, looking at the source, it seems that we don't re-consider

Re: Cygwin/X display scaling corrupting font display of typed characters;

2022-01-23 Thread L A Walsh
On 2022/01/21 10:26, L A Walsh wrote: ... To summarize, I am not sure that the original issue has anything to do with 2nd monitor, nor any changes in the Xorg-sources. In _my_ case it was a matter of how the Xserver was started, and what dpi settings it was started with. If server was started w

Re: Cygwin/X with Win[10]-^ display scaling corrupting font display of typed characters - Issue [identified]-????

2022-01-21 Thread L A Walsh
On 2022/01/19 17:01, Ken Whitesell wrote: On 1/19/2022 2:28 PM, Jon Turney wrote: On 19/01/2022 00:02, Ken Whitesell wrote: On 1/17/2022 1:29 PM, Ken Whitesell wrote: After more research and experimentation, it appears to be related to one of xorg-server, xorg-server-common, or

Re: Cygwin/X with Win10 display scaling corrupting font display of typed characters - Issue identified

2022-01-19 Thread Ken Whitesell
o fix problems in this area (See [1]) Thanks for the references. I've read all the messages in the thread - I was particularly intrigued by this comment: wrt the font scaling issue, looking at the source, it seems that we don't re-consider the display dpi after a WM_DISPLAYCHANGE messa

Re: Cygwin/X with Win10 display scaling corrupting font display of typed characters - Issue identified

2022-01-19 Thread Jon Turney
On 19/01/2022 00:02, Ken Whitesell wrote: On 1/17/2022 1:29 PM, Ken Whitesell wrote: Is there a known solution for this? (Or is it known that there is no solution?) Thanks for reporting this. Any guidance, pointers, suggestions of avenues for further research, or other information, will al

Re: Cygwin/X with Win10 display scaling corrupting font display of typed characters - Issue identified

2022-01-18 Thread Ken Whitesell
On 1/17/2022 1:29 PM, Ken Whitesell wrote: Problem: When moving an XTerm window from the primary display to the second monitor, characters typed into that window are "clipped" at the top. Only about the bottom 75% is drawn. No lower-case letters taller than the "half-height" letters render prop

Cygwin/X with Win10 display scaling corrupting font display of typed characters

2022-01-17 Thread Ken Whitesell
Problem: When moving an XTerm window from the primary display to the second monitor, characters typed into that window are "clipped" at the top. Only about the bottom 75% is drawn. No lower-case letters taller than the "half-height" letters render properly. (Letters such as "a", "c", "m", "n",

Re: Font problems in cygwinx

2021-07-03 Thread Brian Inglis
ms to be caused by their ancient installer approach and aggressive font replacement policy. If something like that could be a cause of your problem, try rebooting to see if that clears up the problem. You could try restarting Windows, then rerunning setup to rerun the postinstall scripts, to s

Re: Font problems in cygwinx

2021-07-03 Thread Ken Brown via Cygwin
7;? Don't do customizations. -Q doesn't help You said in a different message that you use Courier New. How are you selecting the font in emacs? And does the problem still occur if you just let emacs choose the font? If you still see the problem with 'emacs -Q', please giv

Re: Font problems in cygwinx

2021-07-02 Thread Robert McBroom
aller approach and aggressive font replacement policy. If something like that could be a cause of your problem, try rebooting to see if that clears up the problem. Used "Courier New" for years. Just a monospace font for data entry. -- Problem reports: https://cygwin.com/pr

Re: Font problems in cygwinx

2021-07-02 Thread Robert McBroom
On 7/2/21 5:46 PM, Ken Brown via Cygwin wrote: On 7/2/2021 5:21 PM, mcforum wrote: The legends in the heading for emacs have turned into boxes. the text in buffers is normal. I'm not sure what you mean by "legends in the heading".  And when you say "have turned into boxes", are you saying tha

Re: Font problems in cygwinx

2021-07-02 Thread Brian Inglis
that decide it's a good idea to replace your existing installed versions of Windows fonts by theirs e.g. LibreOffice updates mess up the appearance of all my Windows, X, and Cygwin apps until I reboot. It seems to be caused by their ancient installer approach and aggressive font replac

Re: Font problems in cygwinx

2021-07-02 Thread Ken Brown via Cygwin
On 7/2/2021 5:21 PM, mcforum wrote: The legends in the heading for emacs have turned into boxes. the text in buffers is normal. I'm not sure what you mean by "legends in the heading". And when you say "have turned into boxes", are you saying that the problem just recently started? Or have

Font problems in cygwinx

2021-07-02 Thread mcforum
The legends in the heading for emacs have turned into boxes. the text in buffers is normal. What interaction is causing this? The X11 emacs is unusable emacs -w32 works. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

problem opening/loading an X11 font.

2021-05-21 Thread L A Walsh
arious sizes and encodings So in my "~/.Xdefaults", I have tried: !XTerm*font: -*-lucidatypewriter-medium-*-*-*-*-*-*-*-*-*-*-*- XTerm*font: lucidatypewriter !XTerm*font: -b&h-lucidatypewriter-medium-r-normal-sans-11-80-100-100-m-70-iso10646-1 full and sparse specification,

Re: Issues with removing cygwin installed TTF font files

2020-09-13 Thread Ken Brown via Cygwin
On 9/13/2020 10:16 AM, Michael Soegtrop wrote: Dear Cygwin Team and Users, since a few months I have issues deleting cygwin installations. In some cases randomly the /usr/share/fonts/microsoft folder and the TTF files in it remain. According to DOS dir the folder contains junctions to TTF file

Issues with removing cygwin installed TTF font files

2020-09-13 Thread Michael Soegtrop
Dear Cygwin Team and Users, since a few months I have issues deleting cygwin installations. In some cases randomly the /usr/share/fonts/microsoft folder and the TTF files in it remain. According to DOS dir the folder contains junctions to TTF files - not sure how this is possible - afaik a jun

Re: Adjust the default font size from the server side

2020-05-02 Thread Steinar Bang
>>>>> Steinar Bang : > Is it possible to set the default font sizes for each application on > the server side so that the applications look good on both laptops > (right now the text is so small that it is hard to read on the > 1920x1080 display). Turns out emacs wa

Adjust the default font size from the server side

2020-05-02 Thread Steinar Bang
resolution (1920x1080). Is it possible to set the default font sizes for each application on the server side so that the applications look good on both laptops (right now the text is so small that it is hard to read on the 1920x1080 display). Thanks! - Steinar -- Problem reports: https://

Re: "xterm -fn '...' automatically switches to an unavailable font

2017-09-30 Thread Thomas Dickey
- Original Message - | From: "Siegmar Gross" | To: cygwin@cygwin.com | Sent: Tuesday, September 26, 2017 6:09:23 AM | Subject: "xterm -fn '...' automatically switches to an unavailable font | | Hi, | | I've updated my system to the latest package version

"xterm -fn '...' automatically switches to an unavailable font

2017-09-26 Thread Siegmar Gross
-bold-r-normal--15-140-75-75-c-90-iso10646-1 hermes fd1026_2 41 xterm -fn '-misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1' xterm: cannot load font "-Misc-Fixed-medium-R-*-*-15-140-75-75-C-180-ISO10646-1" xterm: cannot load font "-Misc-Fixed-bold-R-*-*-15-140

Re: XTerm always gives out an error message concerning a font

2017-07-12 Thread Thomas Dickey
- Original Message - | From: "Wouter van Doorn" | To: "Brian Inglis" , cygwin@cygwin.com | Sent: Thursday, July 6, 2017 5:31:42 PM | Subject: Re: XTerm always gives out an error message concerning a font | | No luck with either of the fixed-medium suggestions. The on

Re: XTerm always gives out an error message concerning a font

2017-07-06 Thread Wouter van Doorn
No luck with either of the fixed-medium suggestions. The one you mentioned as default first match on your system is the one I get it moaning about no matter what I do. The easiest solution (of sorts) might be to go back to xterm patch 326, but I don't know how to do that either. The installer won'

Re: XTerm always gives out an error message concerning a font

2017-07-06 Thread Brian Inglis
On 2017-07-06 10:58, Wouter van Doorn wrote: > Thanks, Brian. Your link shows me a page that mentions problems in > xterm-327 through 329, but I have 330, so although the symptom is very > similar, it doesn't seem to be that. Try your font name resource selections with xlsfonts unti

Re: XTerm always gives out an error message concerning a font

2017-07-06 Thread Wouter van Doorn
Thanks, Brian. Your link shows me a page that mentions problems in xterm-327 through 329, but I have 330, so although the symptom is very similar, it doesn't seem to be that. Wouter -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

Re: XTerm always gives out an error message concerning a font

2017-07-06 Thread Brian Inglis
ss of it. In fact: I never touched anything to > do with fonts after installing. So I would not expect anything to be > wrong, really. > Here's the error, and it crops up every single time an term is started: > /usr/bin/xterm: cannot load font > "-Misc-Fixed-bold-R-*-*-18-12

XTerm always gives out an error message concerning a font

2017-07-06 Thread Wouter van Doorn
fonts after installing. So I would not expect anything to be wrong, really. Here's the error, and it crops up every single time an term is started: /usr/bin/xterm: cannot load font "-Misc-Fixed-bold-R-*-*-18-120-100-100-C-180-ISO10646-1" This happens with both of these .Xresour

Re: xterm 327-1 to 329-1 needs font dependency

2017-06-26 Thread Thomas Dickey
On Mon, Jun 26, 2017 at 01:18:52AM -0700, Bryan Dongray wrote: > On 06/21/2017 01:22 AM, Thomas Dickey wrote: > > - Original Message - > > | From: "Bryan Dongray" > > | To: cygwin@cygwin.com > > | Sent: Tuesday, June 20, 2017 6:52:38 PM > >

Re: xterm 327-1 to 329-1 needs font dependency

2017-06-26 Thread Bryan Dongray
On 06/21/2017 01:22 AM, Thomas Dickey wrote: > - Original Message - > | From: "Bryan Dongray" > | To: cygwin@cygwin.com > | Sent: Tuesday, June 20, 2017 6:52:38 PM > | Subject: xterm 327-1 to 329-1 needs font dependency > | > | On an upgrade of xterm from 3

Re: xterm 327-1 to 329-1 needs font dependency

2017-06-21 Thread Thomas Dickey
- Original Message - | From: "Bryan Dongray" | To: cygwin@cygwin.com | Sent: Tuesday, June 20, 2017 6:52:38 PM | Subject: xterm 327-1 to 329-1 needs font dependency | | On an upgrade of xterm from 327-1 to 329-1 starting an xterm now | complains: | $ xterm | /usr

Re: XTerm 329-1 throwing error on absent bold font

2017-06-21 Thread Thomas Dickey
- Original Message - | From: "Greywolf" | To: cygwin@cygwin.com | Sent: Tuesday, June 20, 2017 6:31:42 PM | Subject: XTerm 329-1 throwing error on absent bold font | | Greetings, | | Whenever I start up an XTerm, even if I have the resources | | allowBoldFonts: fal

xterm 327-1 to 329-1 needs font dependency

2017-06-20 Thread Bryan Dongray
On an upgrade of xterm from 327-1 to 329-1 starting an xterm now complains: $ xterm /usr/bin/xterm: cannot load font "-Misc-Fixed-bold-R-*-*-10-100-75-75-C-60-ISO8859-1" /usr/bin/xterm: cannot load font "-Misc-Fixed-medium-R-*-*-10-100-75-75-C-120-ISO10646-

XTerm 329-1 throwing error on absent bold font

2017-06-20 Thread Greywolf
Greetings, Whenever I start up an XTerm, even if I have the resources allowBoldFonts: false it throws the following error: xterm: cannot load font "-Sun-Serif-bold-R-*-*-14-140-72-72-M-80-ISO8859-1" Never mind the font name, this is irrelevant. The fact that it wasn't th

Re: Font error message during Cygwin update (mostly harmless)

2016-07-11 Thread Ken Brown
On 7/11/2016 9:55 AM, Duncan Roe wrote: Hi When upgrading to current 5.2.1 Cygwin, this message appears in the window: Package: z/Perpetual zp_fontconfig_cache_1.sh exit code 1 The relevant lines in /var/log/setup.log.full appear to be: 2016/07/11 22:24:30 running: C:\cygwin64\bin\bash.e

Font error message during Cygwin update (mostly harmless)

2016-07-11 Thread Duncan Roe
Hi When upgrading to current 5.2.1 Cygwin, this message appears in the window: > Package: z/Perpetual > zp_fontconfig_cache_1.sh exit code 1 The relevant lines in /var/log/setup.log.full appear to be: > 2016/07/11 22:24:30 running: C:\cygwin64\bin\bash.exe --norc --noprofile > "/etc/postinst

Re: /etc/X11/app-defaults/XTerm refers to font "helvetica"

2016-06-30 Thread Thomas Dickey
- Original Message - | From: "Rainer Blome" | To: cygwin@cygwin.com | Sent: Thursday, June 30, 2016 1:22:37 PM | Subject: /etc/X11/app-defaults/XTerm refers to font "helvetica" | | Since many months (and probably several Cygwin and X11 releases), | starting `xterm` tr

/etc/X11/app-defaults/XTerm refers to font "helvetica"

2016-06-30 Thread Rainer Blome
ve grepped for "helvetica" through my own config files (`.Xdefaults` etc.) and not found such a font reference. The mailing list archives show that at least one other Cygwin user has encountered the same issue, and got no answer regarding this specific issue (just for another font issue). h

Re: xdvipdfmx:fatal: This font using the "seac" command for accented, characters...

2016-06-18 Thread Mark
ygwin distribution. Best, Mark On 18.06.2016 22:04, cygwin-digest-h...@cygwin.com wrote: cygwin_203614.ezm Subject: Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters... From: Ken Brown Date: 18.06.2016 13:41 To: cygwin@cygwin.com On 6/17/2016 5:54 PM

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-18 Thread Ken Brown
On 6/17/2016 5:54 PM, Mark McGregor wrote: Ken wrote: No, I don't think XeTeX is dying. A look at its git repository shows lots of commits from Jonathan Kew and Arthur Reutenauer in the last few months. The last commit was over 1 month ago: a 1-line change from JK. I'm not overly opti

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-17 Thread Mark McGregor
Ken wrote: > Ken, thank you! > (You might probably have more experience with XeTeX than me. Is XeTeX > dying? The last bugfix was in March, months ago, and apart from A.R. > nobody seems to work on it anyway...) No, I don't think XeTeX is dying. A look at its git repository shows lots of comm

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-13 Thread Ken Brown
On 6/13/2016 9:28 AM, Mark McGregor wrote: Ken wrote: Would this solution affect the compilation processes of lualatex (which does compile the file in question) or pdflatex? No. lualatex and pdftex don't use fontconfig. By the way, I've filed a bug report about this problem: https://

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-13 Thread Mark McGregor
Ken wrote: > Would this solution affect the compilation processes of lualatex > (which does compile the file in question) or pdflatex? No. lualatex and pdftex don't use fontconfig. By the way, I've filed a bug report about this problem: https://sourceforge.net/p/xetex/bugs/131/ Ke

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-13 Thread Ken Brown
On 6/13/2016 5:27 AM, Mark McGregor wrote: References: Ken Brown wrote: Based on that, you can work around the problem by commenting out the type1 fonts in /usr/share/fontconfig/conf.avail/09-texlive.conf, like this: $ cat /usr/share/fontconfig/conf.avail/09-texlive.conf /usr/share/te

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-13 Thread Mark McGregor
References: Ken Brown wrote: Based on that, you can work around the problem by commenting out the type1 fonts in /usr/share/fontconfig/conf.avail/09-texlive.conf, like this: $ cat /usr/share/fontconfig/conf.avail/09-texlive.conf /usr/share/texmf-dist/fonts/opentype /usr/share/texmf-d

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-12 Thread Ken Brown
On 6/12/2016 8:08 PM, Mark McGregor wrote: A more minimal non-working example: [ \documentclass{article} \usepackage{fontspec} \setmainfont{CMU Serif} %\setmainfont{cmunrm.otf} \begin{document} А \end{document} ] If you comment the first \setmainfont line and uncomment the second one, the fi

Aw: Re: Fw: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-12 Thread Mark McGregor
--- Andrey wrote:  > Btw., the web page http://cygwin.com/ml/cygwin/2016-06/msg00197.html is > displaying the cyrillic capital first letter of the cyrillic alphabet > wrongly. The file has U+0410 internally, not a stroke D. Don't ask me why > the web browser and web server are acting this way. Tha

Re: Fw: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-12 Thread Andrey Repin
Greetings, Mark McGregor! > Btw., the web page http://cygwin.com/ml/cygwin/2016-06/msg00197.html is > displaying the cyrillic capital first letter of the cyrillic alphabet > wrongly. The file has U+0410 internally, not a stroke D. Don't ask me why > the web browser and web server are acting this w

xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-12 Thread Mark McGregor
A more minimal non-working example: [ \documentclass{article} \usepackage{fontspec} \setmainfont{CMU Serif} %\setmainfont{cmunrm.otf} \begin{document} А \end{document} ] If you comment the first \setmainfont line and uncomment the second one, the file compiles. Rerunning /usr/bin/texlive-enabl

Fw: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-12 Thread Mark McGregor
Btw., the web page http://cygwin.com/ml/cygwin/2016-06/msg00197.html is displaying the cyrillic capital first letter of the cyrillic alphabet wrongly. The file has U+0410 internally, not a stroke D. Don't ask me why the web browser and web server are acting this way. -- Problem reports: h

xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-12 Thread Mark McGregor
eneric/babel/xebabel.def))) (/usr/share/texmf-dist/tex/generic/babel-english/english.ldf)) (./q.aux) (/usr/share/texmf-dist/tex/latex/tipa/t3cmr.fd) [1] (./q.aux) xdvipdfmx:fatal: This font using the "seac" command for accented characters... Output file removed. ) Error 256 (driver return c

Re: noto-urdu-fonts: Malformed font config file?

2016-06-09 Thread David Stacey
On 08/06/16 18:55, David Stacey wrote: Please could you check the 'noto-urdu-fonts-20160307-1.gitbdf7562' package. The file '66-google-noto-nastaliq-urdu.conf' file contained within appears to have an unclosed 'match' element: ... The initial 'match' start tag (on

noto-urdu-fonts: Malformed font config file?

2016-06-08 Thread David Stacey
Please could you check the 'noto-urdu-fonts-20160307-1.gitbdf7562' package. The file '66-google-noto-nastaliq-urdu.conf' file contained within appears to have an unclosed 'match' element: ... The initial 'match' start tag (on line 4) is never closed. Many thanks i

Re: The font "TeX Gyre Termes" cannot be found.

2016-05-27 Thread Jaakov Jaakov
Ken wrote: On 5/13/2016 9:26 PM, Jaakov Jaakov wrote: (/usr/share/texmf-dist/tex/latex/fontspec/fontspec.cfg)))kpathsea:make_tex: Invalid fontname `TeX Gyre Termes', contains ' ' ! ! fontspec error: "font-not-found&quo

Re: The font "TeX Gyre Termes" cannot be found.

2016-05-14 Thread Ken Brown
On 5/13/2016 9:26 PM, Jaakov Jaakov wrote: (/usr/share/texmf-dist/tex/latex/fontspec/fontspec.cfg)))kpathsea:make_tex: Invalid fontname `TeX Gyre Termes', contains ' ' ! ! fontspec error: "font-not-found" ! ! The font &q

The font "TeX Gyre Termes" cannot be found.

2016-05-13 Thread Jaakov Jaakov
-dist/tex/generic/oberdiek/infwarerr.sty) (/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty) (/usr/share/texmf-dist/tex/latex/fontspec/fontspec.cfg)))kpathsea:make_tex: Invalid fontname `TeX Gyre Termes', contains ' ' !!!! ! !

Re: Mintty font problem

2016-04-26 Thread Thomas Wolff
Am 12.04.2016 um 22:27 schrieb Thomas Wolff: Am 11.04.2016 um 22:40 schrieb Thomas Wolff: Am 11.04.2016 um 14:43 schrieb KARL BOTTS: Perhaps related to font issues in mintty: In .minttyrc is a new property FontWeight=700, which means you had configured the bold version of the font. after

Re: font encodings dirs ?

2016-04-18 Thread Yaakov Selkowitz
dependency on libfontconfig1 or libXft2, which means it uses these as core fonts. How those are installed also changed at the same time. How should I manage the postintall for this font ? Make sure you have mkfontdir and mkfontscale, then in src_install: fontinto tektronix

Re: font encodings dirs ?

2016-04-18 Thread Marco Atzeri
On 17/04/2016 21:01, Yaakov Selkowitz wrote: On 2016-04-17 13:26, Marco Atzeri wrote: Most of the postinstall font scripts are referring to /usr/share/fonts/encodings /usr/share/fonts/encodings/large "Most"? just fooled by the old postinstall files (.done) $ cat plotuti

Re: font encodings dirs ?

2016-04-17 Thread Yaakov Selkowitz
On 2016-04-17 13:26, Marco Atzeri wrote: Most of the postinstall font scripts are referring to /usr/share/fonts/encodings /usr/share/fonts/encodings/large "Most"? $ cat plotutils.sh.done /usr/bin/rm -f /usr/share/fonts/misc/encodings.dir /usr/share/fonts/misc/fonts.{dir,scale

font encodings dirs ?

2016-04-17 Thread Marco Atzeri
Most of the postinstall font scripts are referring to /usr/share/fonts/encodings /usr/share/fonts/encodings/large $ cat plotutils.sh.done /usr/bin/rm -f /usr/share/fonts/misc/encodings.dir /usr/share/fonts/misc/fonts.{dir,scale} /usr/bin/mkfontscale /usr/share/fonts/misc || /usr/bin/rm -f

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-15 Thread Thomas Wolff
On 15.04.2016 06:03, LLoyd wrote: Thank you for your message, Thomas. I can install .fon files without problem here on Win7 (by dropping them into the fonts folder) Window popup on all my systems: Cannot install gohufont-14.fon The file '...\gohufont-14.fon' does not appear to be a

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-14 Thread LLoyd
Thank you for your message, Thomas. I can install .fon files without problem here on Win7 (by dropping them into the fonts folder) I tried to install the ones from koemaeda, but ran into some problems: - I can only install one at a time - Whichever I install, I cannot set the correct font size

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-13 Thread LLoyd
Hello Andrey, thank you for your answer. What do you mean by "that explains it"? And more importantly, what should I use instead? Regards, LLoyd -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.h

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-13 Thread Thomas Wolff
only one. The first TTF archive listed on http://font.gohu.org/ is not installable either. But the second one (https://github.com/koemaeda/gohufont-ttf) works and does not produce the warning. So please use a modern font format. Regards, Thomas -- Problem reports: http://cygwin.com

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-13 Thread LLoyd
Hello. I am using the .fon ones (http://font.gohu.org/gohufont-windows-2.0.zip) I never tried to start mintty manually, I am using the standard desktop shortcut which starts "C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -" I just tried this: mintty -o Font=gohufont-14 - which do

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-12 Thread Thomas Wolff
Am 13.04.2016 um 03:43 schrieb LLoyd: Hello. ... Today however, every time I start a new cygwin terminal (with Alt+F2 of using the desktop shortcut), I am met with this warning: Font has limited support for character ranges ... I am indeed using a font called gohufont-14 which only comes in

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-12 Thread LLoyd
es I had and > to add dos2unix, which succeeded successfully. > > Today however, every time I start a new cygwin terminal (with Alt+F2 > of using the desktop shortcut), I am met with this warning: > > Font has limited support for character ranges > > Here is a screenshot

Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-12 Thread LLoyd
), I am met with this warning: Font has limited support for character ranges Here is a screenshot of that warning: http://i.imgur.com/Go5vz7m.png I am indeed using a font called gohufont-14 which only comes in size of 14pt. I have been using this font for over a year and I am well aware of its

Re: Mintty font problem

2016-04-12 Thread Thomas Wolff
Am 11.04.2016 um 22:40 schrieb Thomas Wolff: Am 11.04.2016 um 14:43 schrieb KARL BOTTS: Perhaps related to font issues in mintty: In .minttyrc is a new property FontWeight=700, which means you had configured the bold version of the font. after I installed Cygwin 2.4.1-1 and mintty 2.3.5. (I

Re: Mintty font problem

2016-04-11 Thread Thomas Wolff
Am 11.04.2016 um 14:43 schrieb KARL BOTTS: Perhaps related to font issues in mintty: In .minttyrc is a new property FontWeight=700, which means you had configured the bold version of the font. after I installed Cygwin 2.4.1-1 and mintty 2.3.5. (I noticed, only because I have home dir files in

Re: Mintty font problem

2016-04-11 Thread Thomas Wolff
lled to make fonts visible in some applications. Another suggested checking permissions on the font directory. A cygwin forum suggested that there might be no monospace fonts installed and that mintty needs monospaced fonts only (make sense). I've tried all the above, and no luck. Somethi

Re: Mintty font problem

2016-04-11 Thread KARL BOTTS
Perhaps related to font issues in mintty: In .minttyrc is a new property FontWeight=700, after I installed Cygwin 2.4.1-1 and mintty 2.3.5. (I noticed, only because I have home dir files in revision control.) I too use Lucida Console. With the 700, the font looked visibly "skinny"

Re: Mintty font problem

2016-04-10 Thread john refling
Paul Ausbeck soe.ucsc.edu> writes: > > Cygwin setup just updated some older packages while installing a > requested new component and now mintty does not recognize fonts > properly. I was previously using lucinda-console but now some default > font is being used. When I

Re: Mintty font selection problem on Windows XP

2016-04-07 Thread Thomas Wolff
Am 05.04.2016 um 02:40 schrieb Thomas Wolff: Am 05.04.2016 um 01:54 schrieb Paul Ausbeck: Cygwin setup just updated some older packages while installing a requested new component and now mintty does not recognize fonts properly. I was previously using lucinda-console but now some default font

Re: Mintty font problem

2016-04-04 Thread Thomas Wolff
Am 05.04.2016 um 01:54 schrieb Paul Ausbeck: Cygwin setup just updated some older packages while installing a requested new component and now mintty does not recognize fonts properly. I was previously using lucinda-console but now some default font is being used. When I try to change the

Mintty font problem

2016-04-04 Thread Paul Ausbeck
Cygwin setup just updated some older packages while installing a requested new component and now mintty does not recognize fonts properly. I was previously using lucinda-console but now some default font is being used. When I try to change the mintty font through the Options... dialog, the

Re: Suddenly: Font does not support ANSI character range?

2016-03-20 Thread Thomas Wolff
Am 19.03.2016 um 19:54 schrieb Andrey Tarasevich: On Sat, Mar 19, 2016 at 11:01 AM, Thomas Wolff wrote: Am 19.03.2016 um 18:18 schrieb Andrey Tarasevich: ... when I attempt to start Cygwin terminal (mintty), I'm immediately greeted with a message box saying Lucida Console Font

Re: Suddenly: Font does not support ANSI character range?

2016-03-19 Thread Andrey Tarasevich
t;> updated all Cygwin components to their newest versions. However, now >> when I attempt to start Cygwin terminal (mintty), I'm immediately >> greeted with a message box saying >> >>Lucida Console >> Font does not support ANSI character range >> &g

Re: Suddenly: Font does not support ANSI character range?

2016-03-19 Thread Thomas Wolff
terminal (mintty), I'm immediately greeted with a message box saying Lucida Console Font does not support ANSI character range Choosing any other font available in mintty options results in the very same error message (with a different font name, of course). Clicking through that message box s

Suddenly: Font does not support ANSI character range?

2016-03-19 Thread Andrey Tarasevich
ssage box saying Lucida Console Font does not support ANSI character range Choosing any other font available in mintty options results in the very same error message (with a different font name, of course). Clicking through that message box starts the Cygein terminal, which appears to work fine.

RE: font faq

2016-03-14 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >Yaakov Selkowitz >Sent: Monday, March 14, 2016 10:37 AM >To: cygwin@cygwin.com >Subject: Re: font faq > >On 2016-03-14 09:54, Rockefeller, Harry wrote: >>

Re: font faq

2016-03-14 Thread Yaakov Selkowitz
On 2016-03-14 09:54, Rockefeller, Harry wrote: I have had warnings and errors about fonts ever since - something changed. I'm looking at the index of Cygwin FAQ and there is not a single question matching 'font'. Where do I need to go to match up my font issue (warning

font faq

2016-03-14 Thread Rockefeller, Harry
$ uname -a CYGWIN_NT-6.1-WOW HARRYR-PC 2.4.1(0.293/5/3) 2016-01-24 11:24 i686 Cygwin I have had warnings and errors about fonts ever since - something changed. I'm looking at the index of Cygwin FAQ and there is not a single question matching 'font'. Where do I need to go to m

[ANNOUNCEMENT] perl-Font-TTF 1.05-1

2016-03-09 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * perl-Font-TTF-1.05-1 Perl module for TrueType font hacking. In short, you can do almost anything with a standard TrueType font with this module. This package has been added (from Ports) as a build-time dependency of

RE: git gui: assertion "font != NULL" failed

2015-10-23 Thread Matt Seitz (matseitz)
> From: Jon Turney [mailto:jon.tur...@dronecode.org.uk] > Sent: Monday, October 19, 2015 7:54 > > The dependency chain is git-gui -> gitk -> font-adobe-dpi75 > > It doesn't look like the fonts in xorg-x11-fonts-Type1 are available to > fontconfig, so I've cha

Re: loading VT100 Font in stand alone program

2015-10-22 Thread Ken Brown
On 10/22/2015 12:20 PM, reinhard.ne...@fau.de wrote: I do have the links in /etc/X11/fontpath.d xorg-x11-fonts-75dpi:unscaled:pri=20 -> /usr/share/X11/fonts/75dpi and they work fine within cygwin. I tried to create corresponding links within windows by mklink "xorg-x11-fonts-75dpi:unscaled:pri=2

Re: loading VT100 Font in stand alone program

2015-10-22 Thread reinhard . neder
why are there colon in the name of the symbolic link, which program reads these links and is there a way for me to change my system to use a different link name ? Best Reinhard From: Ken Brown To: cygwin at cygwin dot com Date: Tue, 13 Oct 2015 11:31:51 -0400 Subject: Re: load

Re: git gui: assertion "font != NULL" failed

2015-10-19 Thread Jon Turney
"font != NULL" failed: file "/usr/src/ports/fontconfig/fontconfig-2.11.1-3.x86_64/src/fontconfig-2.11.1/src/fcmatch.c", line 453, function: FcFontRenderPrepare error: git-gui died of signal 6 cygcheck and xwin logs attached You don't have any Fontconfig-controlled fonts

Re: git gui: assertion "font != NULL" failed

2015-10-16 Thread Yaakov Selkowitz
On Fri, 2015-10-16 at 17:09 +, Matt Seitz (matseitz) wrote: > A few days ago, I ran Setup to update my currently installed package, > including my git packages. Since then, whenever I run git gui, I get the > following error: > > $ git gui > assertion "font != NULL

  1   2   3   4   >