custom-font Questions

1

We are trying to use FFmpeg draw text to support Hindi fonts. but some characters are not rendering properly. Used Hindi Language Font file :-https://fonts.google.com/specimen/Khula Input string :-...
Courtly asked 21/4, 2021 at 12:45

4

I have a project in Next.js but can't figure out how to use Google Font with Tailwind CSS.
Cornellcornelle asked 12/8, 2022 at 7:50

27

I am doing assets pre-compile, and running the application in production mode. After compilation when I load the my index page I got followings warnings in the chrome console: Failed to decode dow...
Praetor asked 15/12, 2015 at 12:2

4

Solved

I did what his documentation has instructed upon setting up the default font: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setupDefaultFon...
Boland asked 14/7, 2015 at 4:53

2

Solved

I want to customize the action buttons on context menu for iOS 13+ Menus are something like this: I thought I could set the custom font like UIAlertController actions like this: let action = U...
Logwood asked 8/4, 2020 at 8:49

8

I have a custom font which is displaying the box character. The font I am using does not support all languages apparently. I want to check if the String I am about to display can be displayed by my...
Eakins asked 5/8, 2012 at 9:49

2

Solved

How can i make my text bold with custom font in SwiftUI Text: Text("Any text").font(.custom("PFDinTextCompPro-Regular", size: 10)) .fontWeight(.heavy) and .custom("PFDinTe...
Bruise asked 31/5, 2021 at 13:41

2

Solved

Usually, when I initialize the fonts I want to use in my SWING applications, I do it this way: public static final Font TITLEFONT = new Font("Calibri", Font.BOLD, 40); Now, I have to do it a bit...
Ellette asked 23/8, 2011 at 0:13

15

I want change the default font of webview to a custom font. I'm using webview in developing an bilingual browser app for Android. I tried getting an instance of custom typeface by placing my custo...
Mordent asked 10/10, 2010 at 14:18

1

Solved

Why self-hosted fonts and also other files like the the fav.icon must be located in the /static folder, while other assets like images, are placed inside the /src folder?
Tabu asked 23/4, 2021 at 15:9

4

Solved

I am trying to include a custom font for a page I am building. My problem is that the font vertical alignment looks different on my ubuntu development machine and on windows pc's. First, here are ...
Blueberry asked 6/4, 2012 at 13:27

5

Solved

I have a subclass of UIButton that uses a custom font. The problem is that capital letters don't show diaeresis. Below there are images of the same button sample with and without the custom font. ...
Barbarism asked 12/6, 2013 at 11:7

4

The Problem I'm creating a Super Mario themed css style sheet for my application, and I want to change the font of my buttons to a custom font called Press Start 2P, which is the pixelated font us...
Rask asked 25/4, 2015 at 12:46

1

Solved

So I am developing flutter mobile apps for some time now, and I want to explore flutter web, now I tried to add custom font but it is not showing custom font. I have added all the dependencies and...
Shanda asked 4/8, 2019 at 6:56

11

Solved

I am trying to use custom font (Bebas Neue) in my iOS application. The steps I took are: Copy the .otf files to the project. Confirm the .otf files have set the project as target. Added the .otf ...
Fridell asked 21/10, 2016 at 4:17

17

Solved

I want to use HelveticaNeue-UltraLight in my ios application. I'm adding the font file as a resource to my project and adding the "Fonts provided by application" key in the plist file. The file nam...
Scotch asked 8/7, 2011 at 22:40

1

Solved

I have created a web component using custom elements with Angular 8. Part of the component is to show some custom icons (developed and packaged as a different app). I have included the package of t...
Anomie asked 4/2, 2020 at 14:50

2

I am using Helvetica fonts throughout my application. Currently I am creating the fonts separately from assets. So I have say these three HelveticaNeue = Typeface.createFromAsset(application.getAs...
Pumpernickel asked 1/4, 2011 at 22:14

7

Solved

I'm trying to add a custom font to my project in Xcode 4.2, but whenever I try to use it, I get a error that the object is nil. I have done the following: 1) Added a row to my .plist 'Fonts provid...
Hattiehatton asked 28/1, 2012 at 17:21

11

I have a UITextView with some text that came from a .rtf (pasted directly onto Xcode) The context contain only one custom font (Futura Book BT 11.0) If I set the "text(attributed)" property to "...
Castora asked 28/6, 2015 at 17:0

3

I want to change font face of html string loaded into WebView similarly as mentioned in this question: How to change font face of Webview in Android? The difference is that I am not using old app...
Insensibility asked 21/9, 2017 at 13:4

6

Solved

I try to use custom fonts in my swift app, but they don't load. I copy the fonts.ttf in my resources folder, and I added the names in Info.plist under "Fonts provided by application " key. I've...
Rimma asked 28/12, 2014 at 21:46

7

Solved

I have a font added to my iOS project. It's in the project and copied when the project builds. It appears to be a valid font and will show up if I list all fonts on the device through the app. I ha...
Vesta asked 1/2, 2012 at 4:20

9

Solved

I want to use font "MgOpen Modata" in my iOS App. But I don't see it in the font list in Property inspector. How do I include that font so that I can use it?
Accouplement asked 11/2, 2011 at 13:7

5

Solved

Is there any way to How to Apply global font [new custom font] to whole application in iphone objective-c. I know that we can use below method to set font for each label [self.titleLabel setFont:...
Syncopate asked 30/9, 2011 at 7:14

© 2022 - 2024 — McMap. All rights reserved.