Any know a FREE font that similar to Arial or Segoe that has a lot more fractions?
-
It seems impossible to get a fraction with more than 10 in the denominator from these fonts. Certainly someone has produced such a font.
Maybe this one, but it doesn't seem free: https://www.myfonts.com/collections/larp-font-par-dfaut[^] Or make your own font with this free editor: GitHub - fontforge/fontforge: Free (libre) font editor for Windows, Mac OS X and GNU+Linux[^] Or in C# you could use a library like: GitHub - verybadcat/CSharpMath: LaTeX. in C#.[^]
-
It seems impossible to get a fraction with more than 10 in the denominator from these fonts. Certainly someone has produced such a font.
I don't have a specific recommendation but I go to fontsquirrel.com to get my fonts.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
It seems impossible to get a fraction with more than 10 in the denominator from these fonts. Certainly someone has produced such a font.
Do the fractions you want exist in Unicode? I would think that if not, then no font will have them.
-
It seems impossible to get a fraction with more than 10 in the denominator from these fonts. Certainly someone has produced such a font.
Browse Fonts - Google Fonts[^] - Look for Open Sans DejaVu Sans Font Family · 1001 Fonts[^] - Or check DejaVu Sans
"It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox
-
It seems impossible to get a fraction with more than 10 in the denominator from these fonts. Certainly someone has produced such a font.
For really complicated math things, I use Latex and embed the generated PDF extract into my Word doc.
-
It seems impossible to get a fraction with more than 10 in the denominator from these fonts. Certainly someone has produced such a font.
Are you using Unicode? If so, there is a set of codepoints for the most common fractions: ↉ ⅒ ⅑ ⅛ ⅐ ⅙ ⅕ ¼ ⅓ ½ ⅖ ⅔ ⅜ ⅗ ¾ ⅘ ⅝ ⅚ ⅞ But Unicode also has the possibility of using super and subscript making it possible to create any fraction, such as ²³³⁄₄₅₆. There are several generators on the net, for example: [Unicode Fraction Converter](https://qaz.wtf/u/fraction.cgi)
Wrong is evil and must be defeated. - Jeff Ello
-
Are you using Unicode? If so, there is a set of codepoints for the most common fractions: ↉ ⅒ ⅑ ⅛ ⅐ ⅙ ⅕ ¼ ⅓ ½ ⅖ ⅔ ⅜ ⅗ ¾ ⅘ ⅝ ⅚ ⅞ But Unicode also has the possibility of using super and subscript making it possible to create any fraction, such as ²³³⁄₄₅₆. There are several generators on the net, for example: [Unicode Fraction Converter](https://qaz.wtf/u/fraction.cgi)
Wrong is evil and must be defeated. - Jeff Ello