Skip to main content
Topic: Page Text and Page Numbering (Read 1732 times) previous topic - next topic

Page Text and Page Numbering

Hello.  I'm wondering if there's a way to gives more descriptive names to the user fonts to better keep track of them?  Also, the page numbering font is a little.... no, WAY too small for these old eyes.  How do I make them way bigger?

Re: Page Text and Page Numbering

Reply #1
Page numbers are rendered in PageSmallText. Making it bigger will also make the Copyright bigger:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|PageNumbers:1
|Font|Style:PageSmallText|Size:16|CharSet:1
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposer-End
Or you can use MarkupPage.rg
Perhaps, like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|User|MarkupPage.rg|Pos:0|Class:StaffSig|Opts:,3,,,,,,,,4,3|m1:/f6.5/p0|m2:/f6.5/p0
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposerClip-End
Registered user since 1996

 

Re: Page Text and Page Numbering

Reply #2
I always found the use of MarkupPage.rg quite cryptic.
Now I think I got it but... good luck!