Return to site

Graphik condensed font free download github

broken image
broken image

If you have extra questions about this answer, please click ' Comment'. If the answer is the right solution, please click ' Accept Answer' and kindly upvote it. Var fontNames = UIFont.FontNamesForFamilyName('Graphik Web') Ĭontrol.Font = UIFont.FromName(fontNames, 16)

broken image
broken image

Protected override void OnElementChanged(ElementChangedEventArgs e) Public class MyLabelRender : LabelRenderer In addition, I add three files but it only print one, I'm afraid the other style are not supported for iOS. When I build and run the project, the font name whose font family name is Graphik Web is deferent every time. Then I add the otf ttf files to Resources folder in iOS project, add the font to ist and print all font name.įontList.Append(String.Format('Family: \n', fontName)) So I install the font you provided into my Mac, I got an error when I install the font. I download some other fonts( GraphikBold.otf, GraphikLight.otf ) and add them to my project, it works. In addition, this is my test, you could also test other fonts, refer to : I'm afraid this is a issue about Graphik Web font in iOS, I will report it by my internal way. You could try to download GraphikBold.otf, GraphikLight.otf GraphikRegular.otf and use these fonts. I test the ttf file you provided, the regular and light ones look like the same style.

broken image