General XMetaL Discussion
XMetaL Community Forum › General XMetaL Discussion › Font is too small, hard to read
-
zzz March 4, 2017 at 4:18 am
Font is too small, hard to read
March 4, 2017 at 4:18 amParticipants 2Replies 3Last Activity 5 years, 11 months agoA lot of the text in Normal View is too small to easily read. Is there any way to zoom in? The XMetal options let you change the Plain Text View font size, but why not Normal View? (I'm using XMetal 10)
Derek Read March 7, 2017 at 12:24 am
Reply to: Font is too small, hard to read
March 7, 2017 at 12:24 amThis is controlled by the CSS file associated with your DTD or XSD. Have the people that created your CSS file modify it so that it uses a larger font size for any elements you want to be larger. If all of the font sizes in the CSS are declared using relative font sizes then this change is easy to make as you just need to change the font size for an ancestor of those elements (usually the document's root element).
zzz March 10, 2017 at 11:10 pm
Reply to: Font is too small, hard to read
March 10, 2017 at 11:10 pmI appreciate your reply! If you happen to know the css filename that would be edited, that'd be nice so I could just do it myself rather than go through administrators.
Derek Read March 14, 2017 at 11:43 pm
Reply to: Font is too small, hard to read
March 14, 2017 at 11:43 pmAt minimum your customization will have these files:
yourschemafile.dtd
yourschemafile.ctm
yourschemafile.cssOr:
yourschemafile.xsd
yourschemafile.ctm
yourschemafile.css -
AuthorPosts
- You must be logged in to reply to this topic.