#uppercase

Pixnuggetmrramon
2024-12-26

Ryde - sans serif color font
👇 This Product Includes:
• Sans serifs
• All uppercase display, numerals & punctuation
• .otf*
• AI files
• Ryde-CleanGold
• Ryde-CleanPurple
• Ryde-FullGold
• Ryde-FullPurple

Pixnuggetmrramon
2024-12-26

Ryde - sans serif color font
👇 This Product Includes:
• Sans serifs
• All uppercase display, numerals & punctuation
• .otf*
• AI files
• Ryde-CleanGold
• Ryde-CleanPurple
• Ryde-FullGold
• Ryde-FullPurple

Pixnuggetmrramon
2024-12-26

🌿Introducing SVG color font - Arco👑
This a sweet bold script font made of all things lovely and sweet. It’s a sans serif font family. This font has a fun bohemian vibe. It suitable for logo, branding, poster, packaging, book cover, cards and any lettering needs.

Download:
creativemarket.com/mr.ramon/63

mrramon.gumroad.com/l/Colorfon

fontbundles.net/mrramon/272618

epicpxls.com/items/otf-color-f

creativefabrica.com/product/ar

Pixnuggetmrramon
2024-12-26

Color font - Arco
👇 This Product Includes:
• All uppercase&lowercase display, numerals & punctuation
• .otf*
• AI files
• Arco-CleanBlue
• Arco-CleanPurple
• Arco-CleanRed
• Arco-FullBlue
• Arco-FullPurple
• Arco-FullRed
• Arco-Shadow

Pixnuggetmrramon
2024-12-26

Color font - Arco
👇 This Product Includes:
• All uppercase&lowercase display, numerals & punctuation
• .otf*
• AI files
• Arco-CleanBlue
• Arco-CleanPurple
• Arco-CleanRed
• Arco-FullBlue
• Arco-FullPurple
• Arco-FullRed
• Arco-Shadow

Pixnuggetmrramon
2024-12-26

Frat Font - Modern Uppercase Sans Serif
👇 This Product Includes:
• Sans serifs
• All uppercase display
• .ttf
• AI files
• 10 layers
• Frat-Base
• Frat-Block
• Frat-Full
• Frat-Line
• Frat-Line-Shadow
• Frat-Shadow
• Frat-Waves
• Frat-Waves-Line
• Frat-Waves-Shadow
• Frat-Waves-Shadow-Line
• bonus (three icons)

Pixnuggetmrramon
2024-12-26

Frat Font - Modern Uppercase Sans Serif
👇 This Product Includes:
• Sans serifs
• All uppercase display
• .ttf
• AI files
• 10 layers
• Frat-Base
• Frat-Block
• Frat-Full
• Frat-Line
• Frat-Line-Shadow
• Frat-Shadow
• Frat-Waves
• Frat-Waves-Line
• Frat-Waves-Shadow
• Frat-Waves-Shadow-Line
• bonus (three icons)

2024-11-07

[Перевод] Когда есть разница регистров, но это не верхний и не нижний регистры?

Если вы начнёте изучать стандарт Unicode, то, к своему удивлению, можете обнаружить некоторые символы, имеющие различия в регистре, при этом они сами по себе ни в верхнем, ни в нижнем регистре. У-у-у-у, загадочно и пугающе. Иными словами, это символ c , обладающий следующими свойствами: toUpper( c ) ≠ toLower( c ), однако c ≠ toUpper( c ) и c ≠ toLower( c ). Поздравляю, вы обнаружили таинственный третий регистр: Title case.

habr.com/ru/articles/856784/

#unicode #uppercase #lowercase #title_case #верхний_регистр #нижний_регистр

2024-10-15

[Перевод] Популярный, но неправильный способ перевода строки в нижний регистр

Похоже, популярный способ преобразования строки в верхний или нижний регистр заключается в побуквенном изменении. Но он ошибочен по многим причинам. Во-первых, std::tolower — это неадресуемая функция . Среди прочего, это значит, что мы не можем брать адрес функции, как мы делаем это здесь, когда передаём указатель на функцию std::transform . То есть нам нужно использовать лямбду.

habr.com/ru/articles/850586/

#верхний_регистр #нижний_регистр #lowercase #uppercase

2024-09-06

The Trajan column text inscription size changes the higher up the surface. A trick for the eye from below.

I never would’ve noticed.

scottboms.com/documenting/mind

Via @scottboms ‘s post & via @stewf
at @letterformarchive

Much thanks to Carol Twombly for the typeface and Paul Herrera for all his work in gold and slate, and teaching.

letterformarchive.org/news/thi

#Trajan #roman #italic #uppercase #typography #history #blog #design

Slate and gold inscription recreated from the Trajan Column in Roma

SENATVSPOPVIVSOVEROMANVS
IMP CAESARI DIVI NERVAEF NERVAE
TRAIAN OAVG GERM DACICOPONTIF
MAXIMOTRIBPOTXVI IMPVICOSVIPP
ADDECLARANDMOVANTAEALTITVDINISMONSETLOCVSTANTISOPERIBVS SITE GESTVSPost from Letterform Archive about Trajan column textPhoto by Scott Boms of his carved and gilded piece from Paul Herrera
2024-01-20

[Перевод] Почему текст в нижнем регистре сжимается лучше

Буквы в нижнем и верхнем регистре содержат одинаковое количество данных — по 1 байту каждая. Поэтому удивительно, что замена заглавных букв на строчные снижает объём данных. Пример: я взял главную страницу Hacker News и переписал заголовок каждой статьи, капитализировав только первые буквы в предложениях (sentence case) вместо первых букв во всех словах (title case). Это позволило мне снизить размер на 31 байт . Sentence case: The cat sat on the mat Title case: The Cat Sat on the Mat Как может замена нескольких заглавных букв на строчные снижать объём? Всё дело в сжатии . Это непривычно, но если понять, как работает сжатие текста, то начинает казаться логичным.

habr.com/ru/articles/787722/

#нижний_регистр #верхний_регистр #uppercase #lowercase #минификация_файлов

Jon Arvidjonarvid
2023-10-04

Today I learned:

This little script:
```
echo -n "Write something: "
declare -u something
read something
echo "In uppercase it is: $something"
```
Gives:
> Write something: Zaphod Beeblebrox
> In uppercase it is: ZAPHOD BEEBLEBROX

The `declare -u something` means "convert the value of $something to upper case on assignment".

`read something` then reads from keyboard input, and the value gets converted to uppercase.

You can use -l to get lowercase instead.

@lauren

This reminded me - if anyone here has not seen "Linotype: The Film", it's a fantastic documentary and well worth watching. If Lauren's post was interesting to you, you'll like the film.

#documentary #linotype #uppercase #lowercase #type

@xsukax@social.xsukax.comxsukax@xsukax.net
2023-07-27
#Convert text to #Uppercase & #Lowercase #Bash #Script

-------------------------------
#!/bin/bash

echo -n "Enter File Name : "
read fileName

if [ ! -f $fileName ]; then
echo "Filename $fileName does not exists"
exit 1
fi
GREEN='\033[1;32m'
UpLow='Choose Conversion Type: '
choiceul=("From Lowercase to Uppercase" "From Uppercase to Lowercase")
select fav in "${choiceul[@]}"; do
case $fav in
"From Lowercase to Uppercase")
tr '[a-z]' '[A-Z]' <$fileName >Uppercase.txt
echo -e "Text in File Converted From Lowercase to Uppercase, Check ${GREEN}Uppercase.txt"

break;;
"From Uppercase to Lowercase")
tr '[A-Z]' '[a-z]' <$fileName >Lowercase.txt
echo -e "Text in File Converted From Lowercase to Uppercase, Check ${GREEN}Lowercase.txt"

break;;
"Quit")
echo "User requested exit"
exit;;
*) echo "invalid option $REPLY";;
esac
done
-------------------------------
https://xsukax.com/2021/08/101/convert-text-to-uppercase-lowercase/
2023-01-11

Dear Doctors. You probably shouldn't notify people of results like this. I'm sure it would freak some people out. #uppercase

A screen shot of a text message from a Dr's informing of some returned results. The upper case text makes it seem threatening.
2022-12-12

Anisette is my new favorite #typeface. Wide #uppercase and narrow #lowercase set in all caps. Brilliant. And look at all of these #ligatures (!). by @typofonderie
typofonderie.com/fonts/anisett

Anisette ligatures
2022-11-22

@juliaknows @theguy
When typing one, use #UpperCase for the starts of words (rather than #uppercase) to help with pronunciation for screen readers

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst