20 Topics

Member Avatar for
Member Avatar for tun712

I h've created custom font in **Adobe Illustrator** for my client. My client want to use it on **windows** as well as his **website**. I used some website to convert font from **.ai** &** .svg** font to **.ttf** they are creating .ttf file but it is **not accessible** by **windows**. …

Member Avatar for SteveRocknrolla
1
75
Member Avatar for Reverend Jim

Have a look at [this page](https://madeby.google.com/wifi/). <rant> This seems to be the thing lately to take fonts in colours that were easy to read and make them lighter so that they look washed out. It may be prettier to look at, but it is certainly not easy to read. I'm …

Member Avatar for AssertNull
0
400
Member Avatar for Oxiegen

Hi guys! It's been a while since I last posted here. I'm having an issue with not being able to remove non-installed fonts. Meaning, the fonts are not installed in the Windows/Fonts folder and cannot be uninstalled the proper way. These fonts came with some kind of hidden-object game that …

Member Avatar for rproffitt
0
256
Member Avatar for Papa_Don

Group, I'm converting a text file into a .pdf file using ItextSharp. The code below works perfectly to do this. Unfortunately the default font size is to large. I need to make it smaller. Here's my code: Private Sub ConvertToPDF() ' Converting the Restran text file to a PDF file …

Member Avatar for tinstaafl
0
4K
Member Avatar for toplisek

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/styles1.css" type="text/css" /> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script> </head> <body> <div data-role="page"> <br /><br /><br /><br /><br /> <div class="row-of-icons"> <a class="icon-alone" href="#Email"><span data-icon="phone" aria-hidden="true"></span><!--<span>E-mail</span>--></a> <a class="icon-alone" href="#Phone"><span data-icon="email" aria-hidden="true"></span><!--<span>Phone</span>--></a> </div> </div> </body> </html> …

Member Avatar for pritaeas
0
207
Member Avatar for pankajagar2002

Hi, We are facing font issue in our java swing application in linux. Kindly help to solve issue. In our application we are explicity setting font as 'Arial' for labels and others in swing Application. Since Arial is not available in linux so it picks 'Lucida Sans Regular' as default …

Member Avatar for iamthwee
0
728
Member Avatar for ANKUR1806

i want to display hindi text in label but there is no option of hindi font in the font property of label ?

Member Avatar for nmaillet
0
416
Member Avatar for PhilEaton

Hi! An issue I'm having is using CSS's font-family code to change the font of my website's text. However, the issue is that the font I need is not native to Windows. I know I could download the font and view it like that. But this is of course not …

Member Avatar for Gabriela34
0
208
Member Avatar for Labdabeta

How can I get the coordinates of the output of a truetype font. I need to write a function like so: [CODE]struct CartesianCoord{float x,float y}; CartesionCoord *printfont(const char *filename,char ch, int &len) { /*Read the font in filename.ttf and convert it to a set of vertices describing the resulting shape. …

Member Avatar for Labdabeta
0
248
Member Avatar for Kevingon

Hi, I'm trying to set custom fonts, I can do it without problem with this code: [CODE] InputStream is = this.getClass().getResourceAsStream("/src/someFontName.ttf"); Font f=null; try { f = Font.createFont(Font.TRUETYPE_FONT,is).deriveFont(15f); } catch (FontFormatException ex) { Logger.getLogger(PanelLiquidacion.class.getName()).log(Level.SEVERE, null, ex); } catch (IOException ex) { Logger.getLogger(PanelLiquidacion.class.getName()).log(Level.SEVERE, null, ex); } txtPlace=new JTextField();txtPlace.setBounds(185,10,310,20); if(f!=null){ txtPlace.setFont(f); lblPlace.setFont(f); …

Member Avatar for Kevingon
1
558
Member Avatar for getmepaid

I have a device that generates on air graphics. This device needs to get glyph code in each font not the glyph dimensions to be drawn correctly. For example, if I need the Arabic character "Ø£" Alef I have to send it in an integer value according to the font …

Member Avatar for getmepaid
0
187
Member Avatar for praschat

I am trying to state my problem very clearly. I want to retrieve a set of fonts. They are not found in the System's default font directory, and also their path is not written or set in the registry. But still they are shown in the font dialog box of …

Member Avatar for mjdodd
0
135
Member Avatar for freemanirl

So, I've wrote a program awhile ago that prints barcode labels. The old version needed the font to be installed in the fonts folder, but that made it a pain for people using the program for the first time, as the program would print the barcode label with a default …

Member Avatar for Oxiegen
0
353
Member Avatar for samarudge

Hey, I'm having an issue with custom fonts on my site. I copied the code from a Google Fontlibary CSS file [CODE=css]/* Custom fonts for the site */ @font-face { font-family: 'Reenie Beanie'; font-style: normal; font-weight: normal; src: local('Reenie Beanie'), url('http://themes.googleusercontent.com/font?kit=ljpKc6CdXusL1cnGUSamX_cCQibwlboQP4eCflnqtq0') format('truetype'); } /*Assign the custom font's to where there …

Member Avatar for samarudge
0
164
Member Avatar for wolfeater017

Im trying to use a different font in pygame but every time I run it I get this syntax error message [Traceback (most recent call last): File "C:\Python31\pytest.py", line 22, in <module> font1 = pygame.font.Font('C:\ActionIsShaded.ttf', 12) IOError: unable to read font filename] I tried getting rid of the qoutes around …

Member Avatar for vegaseat
0
5K
Member Avatar for fruitgum

I have finally managed a page with CSS layout BUT ... While header text fonts are exactly the same in IE and Firefox, all the <p> text is much smaller in Firefox than IE. It's messing up my layout, the difference is quite large. My text size is set as …

Member Avatar for colweb
0
116
Member Avatar for gruffy321

Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but …

Member Avatar for gruffy321
0
139
Member Avatar for pato wlmc

Well, i'm developing a program, ( API ) and i'd like to use a [url=http://www.snap2objects.com/wp-content/uploads/2009/10/6.jpg]non standar font,[/url] for some section of my program. My question is, how can i do this, i mean, i supose i have to install the font on the user pc, but how do i do …

Member Avatar for pato wlmc
0
190
Member Avatar for Steveorevo

I'm in the process of developing a new extension for my product and I'm wondering what developers use when creating custom typography solutions. sFIR, Cufon, PHP with GD rendering, using a third party type linking site, or perhaps ThemeForest's recipe ( [url]http://blog.themeforest.net/tutorials/how-to-achieve-cross-browser-font-face-support/[/url] )? If it was a snap to do …

Member Avatar for pritaeas
0
126
Member Avatar for BigTurtle

In one of my MS Word documents I want to change the simplified Chinese font (Simsun) for one that's more readable at small point sizes. Now I have to figure out which of my hundreds of fonts supports simplified Chinese. It's not totally straightforward, since I have Japanese & Korean …

0
133

The End.