Hello All,
I hope this is the right place to ask this question.
I am trying to make my desktop app (written in C++Builder) look slightly more modern/cloud/browser-like. Researching this, I find that one (aesthetic) way of giving more of a cloud impression, is to use use (Google) web-fonts rather than (Microsoft) desktop fonts. But when I click on "Font" in any of my VCL components (labels, etc) the fonts offered to me are all (Microsoft) desktop fonts.
So my question is: how can I use a web-font such as 'Open Sans', which is free/open-source: https://fonts.adobe.com/fonts/open-sans ... in C++Builder ?
Thanks in advance for any suggestions.