[Solved] Sans font where rn kerning doesn't become m
- White Phoenix
- Posts: 311
- Joined: Tue Jan 01, 2008 7:10 am
[Solved] Sans font where rn kerning doesn't become m
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]
Reason: Tagged ✓ [Solved]
Apache OpenOffice 4.1.15 on Linux Mint 21.3 with Cinnamon.
- MrProgrammer
- Moderator
- Posts: 5322
- Joined: Fri Jun 04, 2010 7:57 pm
- Location: Wisconsin, USA
Re: Sans Font That Solves “rn” Kerning Problem
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.White Phoenix wrote: ↑Wed May 14, 2025 11:15 pm Does anyone know of a sans font where “rn” doesn’t look like “m”?
- Attachments
-
- 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).
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).
- Hagar Delest
- Moderator
- Posts: 33440
- Joined: Sun Oct 07, 2007 9:07 pm
- Location: France
Re: Sans Font That Solves “rn” Kerning Problem
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.
Re: Sans Font That Solves “rn” Kerning Problem
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
Re: Sans Font That Solves “rn” Kerning Problem
My two cents: See attached example.
On Windows 10: LibreOffice 25.2.4 and older versions, PortableOpenOffice 4.1.7 and older, StarOffice 5.2
---
Lupp from München
---
Lupp from München
- White Phoenix
- Posts: 311
- Joined: Tue Jan 01, 2008 7:10 am
Re: Sans Font That Solves “rn” Kerning Problem
You know, I never even noticed until it was brought to my attention. Probably because I could read Kerning instead of Keming.
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.
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.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?
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.
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.
Re: Sans Font That Solves “rn” Kerning Problem
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.
.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
---
Lupp from München
Re: Sans Font That Solves “rn” Kerning Problem
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.
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
- White Phoenix
- Posts: 311
- Joined: Tue Jan 01, 2008 7:10 am
Re: Sans Font That Solves “rn” Kerning Problem
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.
I have an approximately 27 in screen.
Apache OpenOffice 4.1.15 on Linux Mint 21.3 with Cinnamon.
Re: Sans Font That Solves “rn” Kerning Problem
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
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
- White Phoenix
- Posts: 311
- Joined: Tue Jan 01, 2008 7:10 am
Re: Sans Font That Solves “rn” Kerning Problem
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.
- White Phoenix
- Posts: 311
- Joined: Tue Jan 01, 2008 7:10 am
[Solved] Sans font that solves “rn” kerning problem
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. The second one is Consolas. This one is better because the extender of the ar is more curved making ar en more distinct from em.
The first one is a font called Works Sans. The second one is Consolas. 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.