#TextSize
section .data
text: db '𝗛𝗘𝗟𝗟𝗢 𝗕𝗟𝗨𝗘𝗦𝗞𝗬!',15
textSize: equ $-text

section .text
global _Main

_Main:
mov eax,4
mov ebx,1
mov ecx,text
mov edx,textSize
int 80h
mov eax,1
mov ebx,0
int 80h;
January 28, 2025 at 7:08 AM
Location data retrieved from wife's phone of our holiday this year and places and days we visited on the the Dalmatian coast.
#30DayMapChallenge | Day 04 - My Data #rstats
(code in alt)
November 4, 2025 at 9:15 PM
Still very happy I wrote these!

And plus the first growing drawing I did, way more recently
March 31, 2026 at 3:09 AM
ไม่ต้องเพ่งจออีกต่อไป ขยายตัวอักษรให้ใหญ่สะใจ อ่าน Blockdit ให้ง่ายขึ้น

อ่านต่อ : www.blockdit.com/posts/68a944...

#ShoperGamer #Blockdit #Text #TextSize #Feature #Feed
August 24, 2025 at 4:06 AM
obviously I know what I'm doing
August 27, 2025 at 5:33 PM
Limiting Results with TEXTSIZE in SQL Server: #SQLNewBlogger voiceofthedba.com/2025/04/07/l...
April 7, 2025 at 3:21 PM
also i really need to petition the gods of bluesky UI to test with larger textsize:-/
June 25, 2024 at 12:29 PM
#SwiftUI Tuesday Trivia
❓How do you set the font size of a Text view?
1️⃣.fontSize(24)
2️⃣.font(.system(size: 24))
3️⃣.textSize(24)
July 1, 2025 at 1:57 PM
Happy New Year
#tinycode #sizecoding #processing #java
float x,y,z,w=1280;
void setup(){size(1280,720);noStroke();fill(-1);background(0);
for(y=0;y<720;y++)for(x=0;xtextSize(30);String s ="To the Future and Beyond";text(s,w/2-textWidth(s)/2,190);}
December 31, 2024 at 5:08 PM
Thanks for your review. Wondering if there is a setting in the Switch-version to adjust the textsize? I only have Switch lite right now and the text is sometimes very small in the demo on Xbox. Did not find a demo on the Switch-eShop to test myself.
April 7, 2025 at 3:40 PM
I haven't written a review this long in so long, so it really showed that I had a lot I wanted to say despite the high risk this will be largely ignored simply due to the textsize and the overall lack of interest in this game.
December 1, 2024 at 12:21 PM
Kann man die Gutenberg-Entwickler eigentlich straffrei verprügeln?
Ich frage für einen Freund.

(Hm... soll ich mit einem Admin-Sytlesheet ein Hack mache, um die trotz add_theme_support('disable-custom-font-sizes'); angezeigte Textsize-Auswahl zu verbergen??)
December 26, 2024 at 7:49 AM
📝 Text too small everywhere in Windows 11? Fix it once — affects EVERY app! Settings → Accessibility → Text size → drag the slider → Apply. Pro tip: start at 125% and adjust from there! 👁️ #ConnectedGeek #Windows11 #Accessibility #TextSize
May 13, 2026 at 10:31 AM
t=0
draw=_=>{t++||createCanvas(W=720,W)
background(0,.03)
R=random
colorMode(HSB)
fill(R(360),R(90),W)
translate(R(W),R(W))
C=int(R(262144))
D=R(20)
textSize(R(D*3))
for(r=0;r#minacoding 20250613
#つぶやきProcessing
youtu.be/h_6Wjn35PCQ
つぶやきCoding No.0870 | 2025/06/13
YouTube video by はぅ君プロジェクト・ジェネラティブアート
youtu.be
June 13, 2025 at 12:44 PM
t=0
draw=_=>{t++||(createCanvas(W=720,W)+background(0)+($=createGraphics(W,W).fill(W))+($.textSize(99))+($.text("Happy\n #minacoding",50,300)))
R=random
noStroke()
for(i=0;i#つぶやきProcessing
youtu.be/Z8Y3xNFK3hg
つぶやきCoding No.0869 | 2025/06/12
YouTube video by はぅ君プロジェクト・ジェネラティブアート
youtu.be
June 12, 2025 at 12:52 PM
April 17, 2026 at 9:42 PM
Parts 1-2/2 — EFTA02635972.jpg
#epsteinweb #efta02635972
https://epsteinweb.org
Available in the iOS app store now!
https://apps.apple.com/us/app/epstein-web/id6758880661
April 16, 2026 at 12:19 PM
Parts 1-2/2 — EFTA02635865.jpg
#epsteinweb #efta02635865
https://epsteinweb.org
Available in the iOS app store now!
https://apps.apple.com/us/app/epstein-web/id6758880661
April 16, 2026 at 12:14 PM
Parts 1-2/2 — EFTA02390114.jpg
#epsteinweb #efta02390114
https://epsteinweb.org
Available in the iOS app store now!
https://apps.apple.com/us/app/epstein-web/id6758880661
April 7, 2026 at 5:52 PM
Parts 1-2/2 — EFTA02326539.jpg
#epsteinweb #efta02326539
https://epsteinweb.org
Available in the iOS app store now!
https://apps.apple.com/us/app/epstein-web/id6758880661
April 5, 2026 at 6:54 AM
textsize
October 17, 2024 at 3:04 AM
📦 cms-alchemy/textsize-control v1.0.1

Drupal module providing dynamic user-controlled text scaling with intelligent fallback strategies.

🔗 https://github.com/DanielMoody/textsize_control
March 30, 2026 at 2:52 AM
Project: golang/go
File: src/cmd/internal/codesign/codesign.go:205

func Sign(out []byte, data io.Reader, id string, codeSize, textOff, textSize int64, isMain bool)

SVG: dark, light
April 17, 2025 at 7:36 PM
#tinycode #sizecoding
float a,i,s,x,y;void setup(){size(1080,720);background(0);stroke(255,50);for(i=0;i<1e3;i++){x=random(0,1080);y=random(0,720);a=random(20,200);fill(255,a);s=a/50;circle(x,y,s);if(random(1)>.997)filter(DILATE);}filter(BLUR);fill(255);textSize(20);text("<-You are Here!",690,690);}
January 8, 2025 at 6:53 PM