Font of field won't change
Posted: Sat Nov 22, 2008 10:11 pm
Me again : )
I have a multiline field with text in it. I am trying to change the font on it to a different font but no matter what I do, the font remains the same. If I use the property inspector or message command line box, a change in font still retains the old font. I imagine this has to do with the custom property shown below.
I populate this field using:
put field "Gloss" & uniEncode(comma & space) & field "Vernacular" & \
uniEncode(comma & space) & UniEncode(id of this card) into tEnglishCardName
set the EnglishCardName of this card to tEnglishCardName --THIS IS ALREADY IN UTF16
put the EnglishCardName of this card & UniEncode(return) into line (the number of this card) of fld "listEnglish"
Thanks,
Larry
I have a multiline field with text in it. I am trying to change the font on it to a different font but no matter what I do, the font remains the same. If I use the property inspector or message command line box, a change in font still retains the old font. I imagine this has to do with the custom property shown below.
I populate this field using:
put field "Gloss" & uniEncode(comma & space) & field "Vernacular" & \
uniEncode(comma & space) & UniEncode(id of this card) into tEnglishCardName
set the EnglishCardName of this card to tEnglishCardName --THIS IS ALREADY IN UTF16
put the EnglishCardName of this card & UniEncode(return) into line (the number of this card) of fld "listEnglish"
Thanks,
Larry