Questions tagged [font-rendering]

30 questions
1
vote
0 answers

How to fix differences in Font Rendering between Fedora (27/28) and CentOS 7

We are hosting a virtualized desktop for web stack developers on vmware. Currently, the developer box is based on Fedora (27/28), but I would like to move it to CentOS 7 since it's closer our Red Hat Prod Infrastructure. We are using mostly…
Wilbert
  • 7,251
  • 6
  • 51
  • 91
1
vote
2 answers

Windows Installer ugly font rendering

Problem occurs only on Windows Installer. How to fix that?
Doctor Coder
  • 1,001
  • 1
  • 10
  • 17
0
votes
0 answers

Why is the following code being rendered in plain font instead of bold?

Consider the following Android code executed in onBindViewHolder() of a RecyclerView adapter: String commentPrompt = "" + ((ViewHolder) viewHolder).comment.getText().toString() + ""; TextView commentText = new…
FractalBob
  • 3,225
  • 4
  • 29
  • 40
0
votes
0 answers

Using freetype-gl to render fonts but seemingly only getting the quads vertices and about 1/4 of the text

I am trying to create my own low-level game engine using OpenGL, freetype-gl and a few other dependencies. Been struggling with rendering fonts for quite a while. This is the current result I am getting. You can see the corner of the "2" in my fps…
0
votes
0 answers

How to solve blurry font in MacOS 13.4?

I upgrade my MacOS system to version 13.4 (ventura). However, I feel the whole system font seems to be blurry (especially in visual studio code). I feel even a little dizzy. How to fix it? My Images are here. vscode system Specifically, I feel…
konicy
  • 1
  • 2
0
votes
0 answers

Why is FreeType outputting the glyph bitmap weirdly?

I'm still new to FreeType, and at the moment, I'm just trying to save each glyph's bitmap into a png. I can loop through each glyph and save the png. But my main issue is just the fact that the bitmaps look really weird. I honestly don't know if…
Stanlyhalo
  • 29
  • 7
0
votes
1 answer

Visual Studio Code displays two separate characters as a single character

I'm using Arch Linux, and have configured my locale to en_GB.UTF-8. In any other program, including the integrated terminals, if I type `e, they are displayed as two separate characters. This is the behaviour I expect. Whenever I type `e into VSC,…
0
votes
2 answers

Why are my Google font uppercase letters displaying too light?

Using Google fonts in this website, some uppercase letters are too light(feint) compared to the lowercase. See the text here: https://katherinesolomon.com/farm-animals/ The problem seems to affect narrow uppercase letters more than wide letters.…
hommealone
  • 23
  • 7
0
votes
0 answers

PIL rendering strange artifacts in text

I'm trying to use PIL to render some images of characters. For some reason, about 1% of the characters rendered have strange artifacts like those shown below. The second one is supposed to be a "v". This is a consistent phenomenon. For the same…
0
votes
0 answers

Document rendering in android

How the document viewer displays and renders document. Does converting document to bitmap (by taking glyph and painting) and painted on canvas is the best way or there is any other way.
0
votes
1 answer

Unicode characters aren't combined properly

I am working with some Devanagari text data I want to display in the browser. Unfortunately, there's one combination of nonspacing combining characters that doesn't get rendered as a proberly combined character. The problem occurs every time a base…
bkis
  • 2,530
  • 1
  • 17
  • 31
0
votes
1 answer

Roboto font gets substituted for a default Time News Roman on only one DOM element in Windows Edge and IE10 on Win7

I made an svg animated banner using html, css and GSAP tweenies. Everything's perfectly fine up until a point where a counter starts counting up using simple innerHTML property. All texts in the banner should be Roboto and they are except for this…
Yah-Yah
  • 1
  • 2
0
votes
1 answer

Coldfusion doesn't display installed font in PDF

I installed Helvetica Neue Thin in Fontmanagement of Coldfusion 2016 (64-Bit). The installation havn't any error, but the font doesn't display in PDF. I have Barcode font, which installed and work perfectly. The Question is : Need the Font special…
zani
  • 88
  • 9
0
votes
1 answer

CSS property "will-change" changes font color (subpixel font rendering)

I am using Bootstrap 4. But when opening the dropdown component the font color is slightly changed. After looking for some color definitions which could be the problem (there aren't) I found something strange: when I disable the transform and the…
0
votes
1 answer

CSS - font rendering different size depending on users' Browser causes different menu length - how to fix?

The following is happening (font-family:'Arial',sans-serif;): IE: Firefox: Chrome: The CSS is the same for all Browsers - it is like this: #main_menu ul { height:41px; width:960px; font-size:13px; font-weight:bold; …
Blackbam
  • 17,496
  • 26
  • 97
  • 150
1
2