Illustrator SDK :: Setting Font - Times New Roman To Text Range
Feb 6, 2014
I am trying to set font = "Times New Roman" to a text range.
But the API constantly fails with error code = "1430996551".
AIErr result = sAIFont->FindFont("Times New Roman Regular", kAIUnknownFontTechnology, kUnknownAIScript, false, &headingFontKey);
I tried "Times New Roman"
"Times Roman"
"Times-Roman"
"Times New Roman Bold"
I have all these fonts installed on my windows 7 machine and can see them in the AI's font selection menu as well.
What might be the problem ? And how to decode the errorcode (1430996551) ??
View 2 Replies
ADVERTISEMENT
Sep 20, 2012
problem with (times roman open font) in x5 CDR, not working,
View 1 Replies
View Related
May 29, 2012
for some time now I cant use Times New Roman, Arial, and some other Font Families that comes with Windows 7. I can use the fonts in Word but not in any Adobe product. Why? That wasnt happening on Windows XP.
Another thing, is it possible to sort the fonts in illustrator..
View 2 Replies
View Related
Mar 6, 2014
Alright, so I'm running Windows 7 64-bit and Illustrator CS5.
Times New Roman Regular does not display correctly on my machine when using Illustrator CS5, but Bold, Italic, Italic Bold display just fine. Times New Roman does display correctly in every other program I use. InDesign, Word, etc. I've attached a screenshot to show what I mean.
View 4 Replies
View Related
Jan 27, 2012
I typicaly use romans for my text, however it doesnt allow you to bold or use italics.
Is there a way to change this, or is there a font that is very similar that will let you bold and italic?
View 3 Replies
View Related
Nov 6, 2013
Pulling at now and trying to get my money back... waste to much time already
View 6 Replies
View Related
May 7, 2013
What would be the pros and cons associated with changing out our standard font of Roman.shx to Arial.
- From what I hear, Revit drawings don't use shape files and do not do translate well with Revit. Is this correct?
- Is it easier to make a searchable PDF or DWF with a true type font?
Are there any other advantages or stumbling blocks?
View 8 Replies
View Related
Mar 26, 2013
This is the scenario.
I select a text in the doc, then run a command.
The command provides a unique id for the selected text range.
I use that id (may be at later point of time, may be after close/reopen of file) and run another command that selects that range using id and performs some operations.
Questions:
Is textrange associated with a unique id? (I am guessing yes, atleast internally) How do I get this id? Will this id be consistent accross sessions? (even if I close and open the file does it remain same)
View 7 Replies
View Related
Apr 15, 2013
I am programmatically setting the text of selected text range from plugin. The text is obtained from external system. It is html formatted (ex: <b>bold</b> text and this is <i>italics</i>) . Is there a way to set the formatted text into text range? Currently it is showing the entire text including formatting tags as text.
View 3 Replies
View Related
Oct 1, 2012
How can I repeat text several times and put it into a circle with the words continuously repeated into the circle if that makes sense.
View 2 Replies
View Related
Aug 8, 2012
there i wanted to know a method to control my view frames range or how to do so in the sheets ,
as per attachment i get the Profile view , out of frame
Yeah Will Not that much :
Sony VPCCW26FA
Intel Core i5 M 520 @ 2.40GHz
8192MB RAM
NVIDIA GeForce GT 330M 512MB Dedicated
View 3 Replies
View Related
Nov 20, 2013
I have a Multi-Value Parameter "MV" that I want to populate using a Named Range from an Excel file that is already populating other parameters for the same file.
I currently have the file working by populating "MV" by using the snippet from iLogic below...
MultiValue.List("MV") = GoExcel.CellValues("filename.xls", "Sheet1", "A2", "A10")
The reason I don't like this method is because if ever that range changes... all the iLogic code will have to be updated as well. How to set a Multi-Value Parameter using a Named Range from an Excel file? I assumed the below snippet would work but I am receiving
"Array was not a one-dimensional array." as an error.
MultiValue.List("MV")=GoExcel.NamedRangeValue("Named_Range_Value")
View 4 Replies
View Related
Jun 6, 2013
The text in question will not be html, just text, mainly Times Roman and black. The graphics I produce should look clear online and I don't know which is best - sharp/crisp/strong - can I get some clarification on this?
View 5 Replies
View Related
Aug 21, 2013
I've recently started getting into Illustrator and was wondering if there existed a way to set a "document" font that all the text within the Illustrator file will follow? I'm building a generic document that I'd like to customize for clients by using their standard font. Is there a way to do this such that you only set the font in one place? I'd prefer to also font once rather than selecting all the text layers and changing the font for all.
View 3 Replies
View Related
Sep 23, 2013
how can i write text without a font?
View 5 Replies
View Related
May 21, 2013
I have lost the ability to highlight text to change fonts. How can I retrieve this funtionality?
View 3 Replies
View Related
May 14, 2013
The bottom portion of my text content is not appearing, so I assumed it would be fixed by an adjustment to the baseline text. When I altered the baseline text, the only thing that happened was the text moved upwards, but did not adjust the actual baseline. I need to copy and paste the text from Illustrator into Microsoft PowerPoint.
View 4 Replies
View Related
Jun 12, 2010
I am creating a restaurant menu which has a lot of different sized text. Is there a way to mass change the sizes of the fonts all in one go?I'd like to be able to reduce all the lines by 1pt in one go, is there a way to do that?
View 3 Replies
View Related
May 9, 2013
I have lot of various fonts and various size of font used in a particular illustration. Can i able to know all the fonts and its size used in a single shot. Instead of going and checking one by one.
View 13 Replies
View Related
Jan 2, 2013
i created a pdf file a long time ago. the text is written in times new roman regular. now when i open the pdf in illustrator it shows a wrong font. i think the wrong font could be new times romance or something) but if mark the text and change the font from regular in bold, it shows the right font (times new roman bold).
how can i change back the text in times new roman regular?
im using cs4 on win7. already checked the fonts in systemfolder
View 2 Replies
View Related
Dec 2, 2011
I want to change the font(let's say Times New Roman) of selected text in textframe when I click on menu-item of my plug-in. I went through the Adobe Text Engine documentation and tried some code for setting font but failed. I don't see any member function in IFont class to set desired font, so unable to move forward. see the code. I would like to know one more thing that how can we set a particular font for a textframe?
TextRangesRef rangesRef = NULL;
result = sAIDocument->GetTextSelection(&rangesRef);
aisdk::check_ai_error(result);
ITextRanges ranges(rangesRef);
[Code].....
View 3 Replies
View Related
Jun 6, 2012
I'm wondering if there is a way to change the font of all text in all layers all at the same time in Illustrator CS5.
View 1 Replies
View Related
Feb 22, 2014
I am trying to outline my text so that I can apply a gradient color fill and when I go to TYPE > CREATE OUTLINES it is greyed out. I try to expand the appearance and then create outlines. When I try to expand the appearance of the font, it is also greyed out.
View 5 Replies
View Related
Jun 2, 2012
I saw scripts that adapt a box to the amount of text, but i'am looking for a script that does it the other way around. I have a amount of text that has to fit in a predefined box for example 50 x 30 mm.
The script has to solve the text overflow issue by adapting the fontsize. Is this possible?
View 3 Replies
View Related
Mar 1, 2014
I can go to Google Translate and type in a phrase and get it rendered into Arabic, and it looks correct. But when I copy and paste the Arabic characters into Illustrator, the letters that come out (using one of the many Arabic/Farsi fonts I have) aren't the same. It's as if you had "Mary Had A Little Lamb" in Arabic in Google Translate, but when you copy and paste you get "wblwevarrtblempswciartmfe" - total gibberish. I can paste it to a TextEdit file and it looks correct, just not when I paste it into Illustrator.
Here's a screen shot. At the top is a screen shot taken from having pasted it into a TextEdit file. The bottom is the exact same "paste" into Illustrator.
View 3 Replies
View Related
Aug 20, 2013
I can't find the font preview size option in Photoshop CC. How do I change the font drop down font preview size in Photoshop CC?
View 1 Replies
View Related
Apr 15, 2013
I would like to be able to create a box around text that is able to resize when increasing/decreasing font.
My working solution is to create a text box with text then use direct selection tool to select the anchors and convert that into a shape, either a rectangle or rounded rectangle. This isn't bad since it allows an equal amount of space around the text but it does have problems. If the font size increases or decreases, the box remains the same. I have to use the Area Type Option to resize the box. Also, if I wanted to do this for lots of boxes then I have to select all of the individual anchors which will be time consuming.
View 1 Replies
View Related
Jun 19, 2013
How to change all the text font, leaving previous letter formatting? I mean leave Bold, Underline, Italic, e.t.c.
View 8 Replies
View Related
Nov 1, 2010
I recently had to reinstall Corel VideoStudio Pro X3 because of some missing/damaged files (long story). Anyway, I downloaded Title Pack 6 so I had some more, well, titles. Afterwards, when I tried to use the new titles, after moving them to the timeline and double clicking to edit the text the problem starts...
1) There is no text box to edit text or the text box is REALLY tiny (so tiny I cant resize it) and tucked away in the top-left corner of the preview box.
2) The font defaults to a ridiculously high setting (~150-200).
3) When I try to type something in, nothing happens.
4) When I click off the text box I get an error message saying "Font Apply Error!".
View 1 Replies
View Related
Jan 21, 2014
Is there a way I can set this with a switch appended to the "...gimp.exe" shortcut? Or any way that I can set it at all?
View 2 Replies
View Related
Jun 9, 2011
I am working with a 3D model, we are using a addon for ACAD which allows us to clip the view port (ie: allows us to look at everything on the drawing but only between certain elevations { for example I could clip my drawing to only view between elevation (Z) 1000 - 1020 })
My question is: Is there any way to have text/Polylines show up even if they are not within the clipping range, specifically we would like to have a grid set up say at 0 elevation, and have it the same grid when we clip through our levels without having to manually copy it to each level we plan on clipping.
View 4 Replies
View Related