Skip to main content
0 votes
0 answers
89 views

I am building a Quran app in React Native and using an IndoPak Nastaleeq font (ttf) to render Arabic text. The problem is that some diacritics (especially Kasra ِ U+0650) are overlapping with letters ...
Abubakkar Siddique K's user avatar
0 votes
0 answers
105 views

I'm trying to rasterise text in a specified font into an image to be written to a file; this is part of typeface testing, so layout, line breaks, etc. do not matter, but OpenType features like ...
Ambarish's user avatar
  • 719
1 vote
0 answers
36 views

I'm building an Android app where I need to overlay styled text on images using Canvas and Paint. I’ve successfully drawn basic text, but I'm running into two main issues: Text appears jagged or ...
Salu Tech's user avatar
0 votes
0 answers
69 views

I have this small codepen: https://codepen.io/Ardeshir81/pen/Byoapav This is the code snippet: <style> .root { transform-origin: top left; scale: 20 } span { background:red; position:...
Ardeshir Izadi's user avatar
1 vote
1 answer
88 views

Take a look at this codepen: https://codepen.io/Ardeshir81/pen/EaVYXJp * { font-family: "Audiowide"; font-weight: 900; } .root { transform-origin: top left; scale: 15 } span { background: ...
Ardeshir Izadi's user avatar
1 vote
2 answers
93 views

I was trying to create custom text rendering composable using the the Canvas composable. However, I don't understand how TextMeasurer is calculating the final height of the composable. Here is a ...
Ayush Shakya's user avatar
0 votes
1 answer
100 views

I am using drawingContext.DrawGlyphRun in my scenario, as I need the best performance I can get as I am rendering a large amount of text at lots of different positions on screen. However, I have come ...
jessejbweld's user avatar
0 votes
0 answers
56 views

I noticed that if I draw the text with the same font size and font family, the text on canvas is thicker than the text on SVG. Does anyone know what causes this and if it can be fixed? Is it possible ...
Otaka's user avatar
  • 1
1 vote
0 answers
197 views

I want to render the text as this: But this is what I got: here's the full code but for the sake of conciseness I also wrote a small demo in c: #include "freetype2/ft2build.h" #include &...
Lyhokia's user avatar
  • 133
0 votes
0 answers
98 views

I'm currently working on a simple R script in RStudio that generates text-based images. I've almost completed the script and would like to share it with you. Here's my code so far... # Check if ...
Karol's user avatar
  • 82
1 vote
1 answer
166 views

I want the effect to run immediately when I call the function, but when I call the function I have to wait 3-4 seconds for the effect to work. I use canvas in HTML const canvas = document....
Hieu_Tran's user avatar
0 votes
0 answers
38 views

I'm currently trying to create a game in C++17 with SDL2 (and SDL_ttf). When I'm trying to initialize the text renderer, I'm getting an error that says: "Exception thrown at 0x00007FFFB5A19116 (...
Lemons's user avatar
  • 13
1 vote
0 answers
90 views

I'm writing code which needs to find the advances for each grapheme in the original text (e.g., for cursor positioning and selection), and I would like to use the Unicode grapheme boundaries rather ...
trbabb's user avatar
  • 2,135
2 votes
0 answers
58 views

How can I use sympy’s symbols in my aiogram telegram bot’s answers like Jupiter notebook does? For example this code: from sympy import Symbol, Eq, sqrt h = Symbol('h') a = Symbol('a') AB = sqrt(h**...
Alex's user avatar
  • 23
1 vote
0 answers
110 views

I have this template in mustache-sharp: Good Day, {{#newline}} The following asset has been retired by {{Actor}}: {{#newline}} {{AssetNumber}}: {{AssetDescription}} Date retirement: {{DateRetired:dd....
marc_s's user avatar
  • 760k

15 30 50 per page
1
2 3 4 5
24