- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Can't change non-I/O font size in schematic entry
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-27-2011 04:02 PM
Re: Can't change non-I/O font size in schematic entry
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2011 03:19 PM
I have exactly the same problem - rather confusing with large schematics (Win7, 64b, ISE 13.1).
Re: Can't change non-I/O font size in schematic entry
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-17-2011 04:51 PM
I found out that the error is probably in missing "fontsize" attribute in .sch xml-format file for branches.
E.g.
<branch name="REGSEL">
<attrtext style="alignment:SOFT-LEFT" attrname="Name" x="3200" y="1088" type="branch" />
<wire x2="3200" y1="1088" y2="1088" x1="3168" />
</branch>
may be changed to
<branch name="REGSEL">
<attrtext style="fontsize:28;fontname:Arial;alignment:SOFT-
<wire x2="3200" y1="1088" y2="1088" x1="3168" />
</branch>
with correct fontsize (now 28) and fontname (now Arial) after .sch file reopen.
Re: Can't change non-I/O font size in schematic entry
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2011 03:42 PM
So it seems that the SED-like command line find&replace tools can provisionally help after each save schematic:
find: <attrtext style="alignment:
replace: <attrtext style="fontsize:28;fontname:Arial;alignment:
(mind the quotation mark problem in command line)
Re: Can't change non-I/O font size in schematic entry
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2011 03:51 PM
Re: Can't change non-I/O font size in schematic entry
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-10-2011 02:15 AM
Hi! I'm searching for a long time for font size change solution in Schematic editor of ISE Webpack. I still not found anything useful. I'm use Linux. The qt4config app only let me change interface font, but i need to increase symbol's pin names. I can't tolerate with extremely small pin name font size. This pervent me of using ISE and i'm stuck in legal Foundation 4.2i, it is last version i have which has good support for fonts size change. So i unfortunately can't use Spartan-3 devices as Foundation 4.2i never support it. So my designs even in year 2011 still limited to Spartan-2. Please help me to increase all fonts in Schematic editor. (Please do not suggest use screen magnifiers or other strange solutions). I still need real solution, and it is so simple and easy to realize for softeare developers. Thanks!
Re: Can't change non-I/O font size in schematic entry
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2012 07:37 AM
I develop the partial solution (and test it on production environmemt before post here). Please look at http://bdyssh.ru/?p=1026











