0 votes
204 views

For some reason, in some fonts, the bold or italic formatting does not appear in PrintDraft.
For instance, I have a test project using the Andika font. In PrintDraft all the text that should have been bold (section heads for example) was not bold, and the text that should have been italic was not. But if I changed the font to Times New Roman in the PrintDraft dialog, the bold and italic text appeared.

I found I could make bold and italic appear in Andika if I modified the PrintDraft-mod.tex file (inside the PrintDraft folder) to add these definitions.

\def\bold{“Andika:embolden=2”}
\def\italic{“Andika:slant=0.2”}
\def\bolditalic{“Andika:embolden=2;slant=0.2”}

I suppose this is related to the fact that in the Windows control panel, Times New Roman is a font family, if I open it I see Times New Roman Regular, Times New Roman Bold, Times New Roman Italic and Times New Roman Bold Italic. Andika is just one font, not a family.

For non-Roman scripts you may need to add a script definition to your command. This is how I enabled bold & italic for a project using the Annapurna SIL font:

\def\bold{“Annapurna SIL:script=deva;embolden=2”}
\def\italic{“Annapurna SIL:script=deva;slant=0.2”}
\def\bolditalic{“Annapurna SIL:script=deva;embolden=2;slant=0.2”}

Paratext by [Expert]
(3.3k points)
| 204 views

2 Answers

0 votes

Andika New Basic has bold and italic faces. But it doesn’t have as wide a character coverage as full Andika. NRSI recently created this chart to help you see if your language is covered.

by (104 points)
0 votes

Be aware that the choice of digit style (under Advanced, “Choice of digit style for \c and \v”) is also controlled by these lines, via a mapping parameter. In other words, if you choose Devanagari digits in PrintDraft and then put these lines in your PrintDraft-mods.tex file, any regular digits will be Devanagari (since you haven’t included a font def line for regular), but if, say, your chapter numbers are bold they will come out as regular ASCII digits. To preserve the digit mapping you have to add it to your font def line, eg:

\def\bold{“Annapurna SIL:script=deva;embolden=2;mapping=devanagaridigits”}

by (304 points)

Related questions

0 votes
1 answer 315 views
I am producing a Bible with added commentary \add \add* that I want printed in color. By default \add is Bold and Italic ... this in PT8.0 but the issue also applies to PT7.6.
Kent Spielmann 1.8k asked Aug 8, 2017
0 votes
3 answers 331 views
Hello All, This project uses \pn \pn* to bold all proper names and I'm wondering this is part of the problem. This ... didn't work. Any ideas on how to fix this? Blessings, Craig
rcraigwebb 110 asked Aug 15, 2023
0 votes
2 answers 175 views
A user wants to make an entire section of poetry bold. Is there a way to do this without having to add the bold marker ... cause the end of the bold text (even without the \bd*).
Sara 246 asked Aug 5, 2024
0 votes
2 answers 218 views
I am working on typesetting diglots. In Paratext, certain styles in my Secondary Text (T2) appear more bold than the same ... for any help you can give me on this. John Nystrom
john_nystrom 312 asked Mar 23, 2021
0 votes
1 answer 288 views
(mnjames writes) The usfm.sty stylesheet has \Italic as one of the attributes of \Marker qt I would like to have ... and \Bold formatting but not a way to take them away.
anonymous asked Apr 10, 2015
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
For where two or three gather in my name, there am I with them.
Matthew 18:20
3,037 questions
5,994 answers
5,661 comments
2,022 users