[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2020-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

--- Comment #20 from Timur  ---
*** Bug 107115 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2020-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Timur  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #19 from Timur  ---
*** Bug 107115 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2020-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Timur  changed:

   What|Removed |Added

 Attachment #147835|0   |1
is obsolete||

--- Comment #18 from Timur  ---
Created attachment 166544
  --> https://bugs.documentfoundation.org/attachment.cgi?id=166544=edit
Personal LO replacement table

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2018-12-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

--- Comment #17 from Timur  ---
Created attachment 147835
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147835=edit
Personal LO replacement table

I attach personal LO replacement table. Not claiming it's proper. But we should
have this updated.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2018-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Timur  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #16 from Timur  ---
*** Bug 109525 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2018-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Ulrich Windl  changed:

   What|Removed |Added

 CC||ulrich.wi...@rz.uni-regensb
   ||urg.de

--- Comment #15 from Ulrich Windl  ---
The problem with a font substitution table is that, while fonts are similar,
they are not the same. Even if the glyphs look identical, there my be
significant differences in kerning information.
So what the use typically sees if a font is missing and was substituted, is an
ugly or broken layout (caused by different kerning, character spacing, or line
spacing). (You can see this effect in PDFs also where the kerning information
is basically hard-coded (glyphs positioned absolutely), but the fonts can be
missing.)
My personal preference over a manually edited (and probably huge) font
substitution table is using typeface information (like PANOSE
(https://en.wikipedia.org/wiki/PANOSE)) to find ou which fonts are similar to
each other. I don't know whether Windows or other OSes support it, but I
remember that Smalltalk-80 had it in the 80ies ;-) Of course the usefulness of
typeface metadata depend on its accuracy. If people just copy it blindly from
another font, it will be hardly useful...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2017-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |All
   Severity|major   |enhancement

--- Comment #14 from Yousuf Philips (jay)  ---
(In reply to João Paulo from comment #13)
> On Comment #10 I made a partial patch enabling font substitutions of fonts I
> know are drop-in replacements. However, I don't know how to add the patch to
> LibreOffice: I'm no developer, just an advanced user with configuration and
> script skills.

If you would like to send in your patch, you can follow instructions here to
learn how to do so.

https://wiki.documentfoundation.org/Development/gerrit

> Could someone please add the patch to the source code?

Unfortunately the file has been modified since your patch, so i cant identify
just the changes you have made, but if you can grab the latest version of the
file below[1] and make the changes, i could push it in on your behalf if you
add yourself to the contributor's list[2].

[1]
https://cgit.freedesktop.org/libreoffice/core/plain/officecfg/registry/data/org/openoffice/VCL.xcu
[2] https://wiki.documentfoundation.org/Development/Developers

> Also, answering to Comment #12, this is not a bug, but an enhancement
> request.

I've change the bug type to enhancement.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2017-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

--- Comment #13 from João Paulo  ---
On Comment #10 I made a partial patch enabling font substitutions of fonts I
know are drop-in replacements. However, I don't know how to add the patch to
LibreOffice: I'm no developer, just an advanced user with configuration and
script skills.

Could someone please add the patch to the source code?

Also, answering to Comment #12, this is not a bug, but an enhancement request.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2017-10-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

--- Comment #12 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2016-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103342


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103342
[Bug 103342] [META] Font substitution bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2016-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||102985


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2016-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

V Stuart Foote  changed:

   What|Removed |Added

 Depends on|102916  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102916
[Bug 102916] every word on a line starts at the beginning of the line
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2016-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||102916


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102916
[Bug 102916] every word on a line starts at the beginning of the line
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2016-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||71732


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2016-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Timur  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #11 from Timur  ---
Reading Comment 6 here and the similar
https://bugs.documentfoundation.org/show_bug.cgi?id=91004#c7, I understand that
Linux (and Mac) first runs fontconfig and Windows first runs Font Substitution
Table. 
If it so, Help should be amended to clarify that priority:
https://help.libreoffice.org/index.php?title=5.1/Common/Fonts=en-US
Before I open a new bug, please confirm.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2016-03-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=96
   ||872

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2015-09-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=91
   ||004

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2015-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

--- Comment #10 from João Paulo  ---
Created attachment 118408
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118408=edit
vcl.xcu partial patch

Partial patch containing extra font substitutions for the following fonts:

- Lobster -> Lobster Two
- Utopia <-> Heuristica

(these were added to other places as well)
- CenturySchL <-> TeXGyreSchola
- NimbusMonL <-> TeXGyreCursor
- NimbusMono <-> TeXGyreCursor

Bitstream Vera and DejaVu font families weren't altered, as they were already
there.

More will be added with time. Please test this patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2015-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

--- Comment #9 from João Paulo  ---
Just recently found (via Google) the page
https://wiki.documentfoundation.org/LibreOffice_Localization_Guide/Advanced_Source_Code_Modifications
with some instructions on how to edit vcl.xcu. I will try it this weekend.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2015-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Timur gti...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||554

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2015-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Timur gti...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||842

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2015-06-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

--- Comment #8 from João Paulo joaopauloag-freedesk...@yahoo.com.br ---
(In reply to QA Administrators from comment #7)
 ** Please read this message in its entirety before responding **
 
 To make sure we're focusing on the bugs that affect our users today,
 LibreOffice QA is asking bug reporters and confirmers to retest open,
 confirmed bugs which have not been touched for over a year.
 
 There have been thousands of bug fixes and commits since anyone checked on
 this bug report. During that time, it's possible that the bug has been
 fixed, or the details of the problem have changed. We'd really appreciate
 your help in getting confirmation that the bug is still present.
 
 If you have time, please do the following:
 
 Test to see if the bug is still present on a currently supported version
 of LibreOffice (4.4.1 or later)
 https://www.libreoffice.org/download/
 
 If the bug is present, please leave a comment that includes the version
 of LibreOffice and your operating system, and any changes you see in the bug
 behavior
   
   If the bug is NOT present, please set the bug's Status field to
 RESOLVED-WORKSFORME and leave a short comment that includes your version of
 LibreOffice and Operating System
 
 Please DO NOT
 
 Update the version field
 Reply via email (please reply directly on the bug tracker)
 Set the bug's Status field to RESOLVED - FIXED (this status has a
 particular meaning that is not appropriate in this case)
 
 
 If you want to do more to help you can test to see if your issue is a
 REGRESSION. To do so:
 1. Download and install oldest version of LibreOffice (usually 3.3 unless
 your bug pertains to a feature added after 3.3)
 
 http://downloadarchive.documentfoundation.org/libreoffice/old/
 
 2. Test your bug
 3. Leave a comment with your results.
 4a. If the bug was present with 3.3 - set version to inherited from OOo;
 4b. If the bug was not present in 3.3 - add regression to keyword
 
 
 Feel free to come ask questions or to say hello in our QA chat:
 http://webchat.freenode.net/?channels=libreoffice-qa
 
 Thank you for your help!
 
 -- The LibreOffice QA Team This NEW Message was generated on: 2015-03-16

I am trying to understand the
http://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/VCL.xcu
file format so I could add the substitutions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2015-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

--- Comment #7 from QA Administrators qa-ad...@libreoffice.org ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice (4.4.1 or later)
https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

  If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a
particular meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to inherited from OOo;
4b. If the bug was not present in 3.3 - add regression to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2015-03-16

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64509] CONFIGURATION: Enhance Font Substitution Table

2013-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64509

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

Summary|CONFIGURATION: Font |CONFIGURATION: Enhance Font
   |Substitution Table  |Substitution Table

--- Comment #6 from Caolán McNamara caol...@redhat.com ---
re not reporting the font is not installed and is being substituted

in 4.1 the font name is italicized in the font selectors if it's not installed,
so that's fixed now.

re having a substitution table, so...

for most Unix platforms e.g Linux we run the font through fontconfig which has
a pile of rules and tables to give the best replacement font. So on those
platforms this is taken care of, and on MacOSX there's a similar built-in
MacOSX thing I believe.

The remaining issue is Windows, there we use our built-in tables in
registry/data/org/openoffice/VCL.xcu
(http://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/VCL.xcu)
see near the end, the section starting with node oor:name=FontSubstitutions
so we should already have the bitstreamverasans replacements for example.

It shouldn't be too hard to add to add extra entries or improve the existing
ones. Not something for me though, seeing as it doesn't affect the platform I
develop on.

I suggest you have a go at adding what entries are missing there from your own
list and submit the result to us. See
https://wiki.documentfoundation.org/Development/Patch_Handling_Guidelines for
some help.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs