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.8K Typeface Design
- 815 Font Technology
- 1.1K Technique and Theory
- 633 Type Business
- 450 Type Design Critiques
- 549 Type Design Software
- 30 Punchcutting
- 138 Lettering and Calligraphy
- 85 Technique and Theory
- 53 Lettering Critiques
- 499 Typography
- 308 History of Typography
- 117 Education
- 74 Resources
- 513 Announcements
- 82 Events
- 107 Job Postings
- 156 Type Releases
- 167 Miscellaneous News
- 271 About TypeDrawers
- 53 TypeDrawers Announcements
- 117 Suggestions and Bug Reports