Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
Can you see the snell roundhand (cursive type) font in my experiment?
Can you see the snell roundhand (cursive type) font in my experiment?
Post Reply
Like
81
Can you see the snell roundhand (cursive type) font in my experiment?
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
ash8787
ash8787
posted 7 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 24,
Visits: 44
Hello,
I wanted to see if someone could try to run this program on their computer and let me know if the Snell Roundhand font shows properly. I am running version 4 on a MacBook, and I emailed the program to one person who is also running version 4 on a mac running Inquisit 4 but it will not display properly. The Snell Roundhand font should appear for the stimuli after a few practice trials. Any help would be greatly appreciated. If you try this, please let me know whether it displayed properly and what type of computer you are using.
Thank you in advance.
AK
Attachments
NewScript_07182017.iqx
(
462 views,
86.00 KB
)
Reply
Like
81
Dave
Dave
posted 7 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 104K
+
x
ash8787 - Wednesday, August 2, 2017
Hello,
I wanted to see if someone could try to run this program on their computer and let me know if the Snell Roundhand font shows properly. I am running version 4 on a MacBook, and I emailed the program to one person who is also running version 4 on a mac running Inquisit 4 but it will not display properly. The Snell Roundhand font should appear for the stimuli after a few practice trials. Any help would be greatly appreciated. If you try this, please let me know whether it displayed properly and what type of computer you are using.
Thank you in advance.
AK
Your <text> element using the Snell font will only displayed properly if the system the script is executed on happens to have that font installed. As far as I know, Snell Roundhand isn't a particularly common font, i.e. many if not most systems you'll encounter in the wild will probably _not_ have that font available. This is also true for the fairly standard Windows 7 system I've tested your script on: It doesn't have Snell Roundhand available, and consequently the text is displayed in a different font (Inquisit substitutes unavailable fonts with Arial).
Reply
Like
68
ash8787
ash8787
posted 7 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 24,
Visits: 44
+
x
Dave - Wednesday, August 2, 2017
+
x
ash8787 - Wednesday, August 2, 2017
Hello,
I wanted to see if someone could try to run this program on their computer and let me know if the Snell Roundhand font shows properly. I am running version 4 on a MacBook, and I emailed the program to one person who is also running version 4 on a mac running Inquisit 4 but it will not display properly. The Snell Roundhand font should appear for the stimuli after a few practice trials. Any help would be greatly appreciated. If you try this, please let me know whether it displayed properly and what type of computer you are using.
Thank you in advance.
AK
Your <text> element using the Snell font will only displayed properly if the system the script is executed on happens to have that font installed. As far as I know, Snell Roundhand isn't a particularly common font, i.e. many if not most systems you'll encounter in the wild will probably _not_ have that font available. This is also true for the fairly standard Windows 7 system I've tested your script on: It doesn't have Snell Roundhand available, and consequently the text is displayed in a different font (Inquisit substitutes unavailable fonts with Arial).
Ok, that is good to know, thank you. How do I install this font on a computer? I will need to do this for the computers I will be using for my experiment.
Reply
Like
79
Dave
Dave
posted 7 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 104K
+
x
ash8787 - Wednesday, August 2, 2017
+
x
Dave - Wednesday, August 2, 2017
+
x
ash8787 - Wednesday, August 2, 2017
Hello,
I wanted to see if someone could try to run this program on their computer and let me know if the Snell Roundhand font shows properly. I am running version 4 on a MacBook, and I emailed the program to one person who is also running version 4 on a mac running Inquisit 4 but it will not display properly. The Snell Roundhand font should appear for the stimuli after a few practice trials. Any help would be greatly appreciated. If you try this, please let me know whether it displayed properly and what type of computer you are using.
Thank you in advance.
AK
Your <text> element using the Snell font will only displayed properly if the system the script is executed on happens to have that font installed. As far as I know, Snell Roundhand isn't a particularly common font, i.e. many if not most systems you'll encounter in the wild will probably _not_ have that font available. This is also true for the fairly standard Windows 7 system I've tested your script on: It doesn't have Snell Roundhand available, and consequently the text is displayed in a different font (Inquisit substitutes unavailable fonts with Arial).
Ok, that is good to know, thank you. How do I install this font on a computer? I will need to do this for the computers I will be using for my experiment.
Depends on the operating system. You need to obtain the font file (often has a *.ttf extension) from a computer that has the font installed, transfer the file to the other machines (e.g. via a USB stick) and then install the font according to the OS instructions. For Macs, see e.g.
https://www.lifewire.com/how-to-manually-install-fonts-on-mac-2260815
and for Windows see e.g.
https://www.cnet.com/how-to/how-to-add-remove-and-modify-fonts-in-windows-10/
.
Reply
Like
70
ash8787
ash8787
posted 7 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 24,
Visits: 44
+
x
Dave - Wednesday, August 2, 2017
+
x
ash8787 - Wednesday, August 2, 2017
+
x
Dave - Wednesday, August 2, 2017
+
x
ash8787 - Wednesday, August 2, 2017
Hello,
I wanted to see if someone could try to run this program on their computer and let me know if the Snell Roundhand font shows properly. I am running version 4 on a MacBook, and I emailed the program to one person who is also running version 4 on a mac running Inquisit 4 but it will not display properly. The Snell Roundhand font should appear for the stimuli after a few practice trials. Any help would be greatly appreciated. If you try this, please let me know whether it displayed properly and what type of computer you are using.
Thank you in advance.
AK
Your <text> element using the Snell font will only displayed properly if the system the script is executed on happens to have that font installed. As far as I know, Snell Roundhand isn't a particularly common font, i.e. many if not most systems you'll encounter in the wild will probably _not_ have that font available. This is also true for the fairly standard Windows 7 system I've tested your script on: It doesn't have Snell Roundhand available, and consequently the text is displayed in a different font (Inquisit substitutes unavailable fonts with Arial).
Ok, that is good to know, thank you. How do I install this font on a computer? I will need to do this for the computers I will be using for my experiment.
Depends on the operating system. You need to obtain the font file (often has a *.ttf extension) from a computer that has the font installed, transfer the file to the other machines (e.g. via a USB stick) and then install the font according to the OS instructions. For Macs, see e.g.
https://www.lifewire.com/how-to-manually-install-fonts-on-mac-2260815
and for Windows see e.g.
https://www.cnet.com/how-to/how-to-add-remove-and-modify-fonts-in-windows-10/
.
Ok, I will try this. Thank you!
Reply
Like
63
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
81
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search