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
- 46 Introductions
- 3.9K Typeface Design
- 485 Type Design Critiques
- 560 Type Design Software
- 1.1K Type Design Technique & Theory
- 654 Type Business
- 853 Font Technology
- 29 Punchcutting
- 519 Typography
- 119 Type Education
- 323 Type History
- 77 Type Resources
- 112 Lettering and Calligraphy
- 33 Lettering Critiques
- 79 Lettering Technique & Theory
- 550 Announcements
- 91 Events
- 114 Job Postings
- 170 Type Releases
- 174 Miscellaneous News
- 276 About TypeDrawers
- 54 TypeDrawers Announcements
- 120 Suggestions and Bug Reports

