Any app that support OpenType "rand" feature?
Comments
-
Roel Nieskens
You're right!
The 'rand' function is enabled by default.
I did not use the font-feature-settings property.
In Windows, everything works according to the specification: https://learn.microsoft.com/ru-ru/typography/opentype/spec/features_pt#rand
HTML Code Example:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Test</title>
<style>
@font-face {
font-family: 'FeatureSans';
src: url('FeatureSans-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
body { font-size: 36px; font-family: "FeatureSans"; }
</style>
</head>
<body>
<p contenteditable="true">AAA The quick brown fox jumps over the lazy dog. 1234567890</p>
</body></html>John Butler
I think that browser support is implemented by WPF, but I can't say for sure.
0 -
I wanted to add an issue to @Simon Cozens's repo when I found more info in this existing issue: https://github.com/simoncozens/feature-tags/issues/9
If you do set it through `font-feature-settings`, a value of `255` works too (still not in Safari though).
0
Categories
- All Categories
- 43 Introductions
- 3.7K Typeface Design
- 800 Font Technology
- 1K Technique and Theory
- 617 Type Business
- 444 Type Design Critiques
- 542 Type Design Software
- 30 Punchcutting
- 136 Lettering and Calligraphy
- 83 Technique and Theory
- 53 Lettering Critiques
- 483 Typography
- 301 History of Typography
- 114 Education
- 68 Resources
- 498 Announcements
- 79 Events
- 105 Job Postings
- 148 Type Releases
- 165 Miscellaneous News
- 269 About TypeDrawers
- 53 TypeDrawers Announcements
- 116 Suggestions and Bug Reports