[Solved] Sans font where rn kerning doesn't become m

Talk about anything at all....
Locked
User avatar
White Phoenix
Posts: 311
Joined: Tue Jan 01, 2008 7:10 am

[Solved] Sans font where rn kerning doesn't become m

Post by White Phoenix »

Does anyone know of a sans font where “rn” doesn’t look like “m”? As many fonts Google came out with their Noto series, none of the sans fonts solve this kerning problem.
Last edited by MrProgrammer on Mon Jul 07, 2025 4:26 pm, edited 1 time in total.
Reason: Tagged ✓ [Solved]
Apache OpenOffice 4.1.15 on Linux Mint 21.3 with Cinnamon.
User avatar
MrProgrammer
Moderator
Posts: 5322
Joined: Fri Jun 04, 2010 7:57 pm
Location: Wisconsin, USA

Re: Sans Font That Solves “rn” Kerning Problem

Post by MrProgrammer »

White Phoenix wrote: Wed May 14, 2025 11:15 pm Does anyone know of a sans font where “rn” doesn’t look like “m”?
The sans serif font that the forum's web page uses seems to be fine to me. I don't read Kerning as Keming. I don't know the font name, but perhaps you can view the page's HTML or use a web page inspector to determine the font.
Attachments
Kerning.png
Kerning.png (72.65 KiB) Viewed 1549 times
Mr. Programmer
AOO 4.1.7 Build 9800, MacOS 13.7.6, iMac Intel.   The locale for any menus or Calc formulas in my posts is English (USA).
User avatar
Hagar Delest
Moderator
Posts: 33440
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Sans Font That Solves “rn” Kerning Problem

Post by Hagar Delest »

If you are talking about fonts in documents, can you upload a screenshot of what you see?
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE Faye) and 24.8 portable on Windows 11.
User avatar
RoryOF
Moderator
Posts: 35095
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Sans Font That Solves “rn” Kerning Problem

Post by RoryOF »

Arial and Arimo seem OK (tested on 1920 x 1080 screen) but the result probably depends on your screen resolution. Also, in Writer, be certain that you are not using /Format /Character : Position tab to reduce inter character spacing.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
User avatar
Lupp
Volunteer
Posts: 3710
Joined: Sat May 31, 2014 7:05 pm
Location: München, Germany

Re: Sans Font That Solves “rn” Kerning Problem

Post by Lupp »

My two cents: See attached example.
aoo_Grotesk_Grotesque_Fonts.odt
(15.32 KiB) Downloaded 14 times
On Windows 10: LibreOffice 25.2.4 and older versions, PortableOpenOffice 4.1.7 and older, StarOffice 5.2
---
Lupp from München
User avatar
White Phoenix
Posts: 311
Joined: Tue Jan 01, 2008 7:10 am

Re: Sans Font That Solves “rn” Kerning Problem

Post by White Phoenix »

You know, I never even noticed until it was brought to my attention. Probably because I could read Kerning instead of Keming.
Hagar Delest wrote: Thu May 15, 2025 7:55 am If you are talking about fonts in documents, can you upload a screenshot of what you see?
Actually while I prefer serif fonts in Writer, I prefer sans fonts in Calc. In any event the point is moot if I can get the font that MrProgrammer pointed out to me.
RoryOF wrote: Thu May 15, 2025 10:15 am Also, in Writer, be certain that you are not using /Format /Character : Position tab to reduce inter character spacing.
Never heard of Arimo. I don’t even know where those settings are. So if they aren’t defaults, I’m pretty sure I’m not using that setting.
Lupp wrote: Thu May 15, 2025 12:48 pm My two cents: See attached example.
aoo_Grotesk_Grotesque_Fonts.odt
I have tried Arial and Helvetica neither of them solve the rn/m problem. I thought AOO Grotesque was going to be the font that has been pointed out. However, it’s displayed in a larger size. At 10 pt, it might not be any better than any other font so far.
Using the browser to look at the HTML source then clicking on the link to the CSS font I found this:
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0')
Apparently its called FontAwesome? I tracked it down: fontawesome-free-6.7.2-desktop.zip There is a web version too, and both have a pro version which apparently isn’t free. All three OTF fonts are only uppercase, no lowercase.
Apache OpenOffice 4.1.15 on Linux Mint 21.3 with Cinnamon.
User avatar
Lupp
Volunteer
Posts: 3710
Joined: Sat May 31, 2014 7:05 pm
Location: München, Germany

Re: Sans Font That Solves “rn” Kerning Problem

Post by Lupp »

A few additional remarks:
.CharKerning is named as a character property, but in fact it's only available for TextRange objects. In addition it's treated as a "word property". That's a bit funny - and possibly confusing. In specific it's annoying because you only can set/change the kerning in edit mode, and have to do it for the textual content of every single cell.
SheetCell objects as a whole don't support TextRange services/interfaces.
Out of curiosity I researched the facts, and wrote (sketched) a little program (Basic code) being able to apply a value for kerning to the complete text content of cells / cell ranges. It can take the kerning value from the name of the cell style of any subrange.
Personally I will never need that code, because I only use monospace fonts in spreadsheets (mostly Liberation Mono).
If somebody wants the code, I will supply it "as is" - and that's sloppy and not tidy.
On Windows 10: LibreOffice 25.2.4 and older versions, PortableOpenOffice 4.1.7 and older, StarOffice 5.2
---
Lupp from München
User avatar
RoryOF
Moderator
Posts: 35095
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Sans Font That Solves “rn” Kerning Problem

Post by RoryOF »

Arimo is a Google font, said to be metrically identical to Arial; I cannot say when it arrived, but it is installed on my computer.

The rn/m difference may be resolved by use of a higher resolution display; as I said, I found no such problem with my tests on a 1920x1080 display, but on moving that window to a 1280x1024, a side screen on a multiple screen setup, the difference became more difficult to see.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
User avatar
White Phoenix
Posts: 311
Joined: Tue Jan 01, 2008 7:10 am

Re: Sans Font That Solves “rn” Kerning Problem

Post by White Phoenix »

I just went to settings to switch to 1920x1080. It’s already set at that resolution. ?! That’s the highest Linux Mint will go? Nuts.
I have an approximately 27 in screen.
Apache OpenOffice 4.1.15 on Linux Mint 21.3 with Cinnamon.
User avatar
RoryOF
Moderator
Posts: 35095
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Sans Font That Solves “rn” Kerning Problem

Post by RoryOF »

I use a 27" 1920x1080 centre screen with 1280x1024 17" screens either side.

I think Linux will not display a screen resolution greater than the screen reports on power-up
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
User avatar
White Phoenix
Posts: 311
Joined: Tue Jan 01, 2008 7:10 am

Re: Sans Font That Solves “rn” Kerning Problem

Post by White Phoenix »

RoryOF wrote: Sun May 18, 2025 9:28 am I use a 27" 1920x1080 centre screen with 1280x1024 17" screens either side.

I think Linux will not display a screen resolution greater than the screen reports on power-up
Which renders the screen resolution irrelevant in my case. Someone needs to make a proportional sans font that makes a clear distinction between “rn” and “m”. Possibly by making the m narrower as it is in a fixed font.
Apache OpenOffice 4.1.15 on Linux Mint 21.3 with Cinnamon.
User avatar
White Phoenix
Posts: 311
Joined: Tue Jan 01, 2008 7:10 am

[Solved] Sans font that solves “rn” kerning problem

Post by White Phoenix »

I have recently found two variable width sans fonts that solve the problem. In both images look at the end of the fourth line from the top. Both fonts are regular at 10 points.
The first one is a font called Works Sans.
Work Sans Regular 10 pt.PNG
Work Sans Regular 10 pt.PNG (109.42 KiB) Viewed 1307 times
The second one is Consolas.
Consolas Regular 10 pt.PNG
Consolas Regular 10 pt.PNG (122.76 KiB) Viewed 1307 times
This one is better because the extender of the ar is more curved making ar en more distinct from em.
Apache OpenOffice 4.1.15 on Linux Mint 21.3 with Cinnamon.
Locked