Secret languages

If you have searched the other User Creations subforums and an answer to your question has not been found, please post here!

Moderators: dorpond, trevor, Azhrei, Gamerdude

Post Reply
coolebyak
Kobold
Posts: 3
Joined: Sun Apr 12, 2020 5:23 am

Secret languages

Post by coolebyak »

Disclaimer: my native language Russian, so... sorry for mistakes :oops:

I saw a great instrument in fantasy grounds - you can chose the language (for examle dragon's) and spoke.
I tried use some custom fonts for this purpose:

Code: Select all

<font face='GOST type B' size="9" color="red">Привет! Hello!</font><br>
<font face='SWGothe' size="9" color="red">Привет! Hello!</font><br>
<font face='PF DaVinci Script Pro Inked' size="9">Привет! Hello!</font><br>
<font face='Aplderz Vuten' size="9">Привет! Hello!</font><br>
<font face='Dwarf Runes' size="9">Привет! Hello!</font><br><e>
2020-04-12_16-04-33.png
2020-04-12_16-04-33.png (22.2 KiB) Viewed 4781 times
but only some of them be applied to...
My idea is use custom fonts for different languages, and if PC know the langusge, then message duplicates whith normal font for him. This may be bad in case of "Ctrtl-C+Ctrtl-V" in any text redactor and switch font, but it is good for RP|atmosphere!

Can somebody help?
I ready to make or find fantasy fonts for eng+rus

Phergus
Deity
Posts: 7132
Joined: Fri May 12, 2006 8:56 pm
Location: Middle of Nowhere, NM
Contact:

Re: Secret languages

Post by Phergus »

One issue is that all clients will need to have the same fonts installed.

coolebyak
Kobold
Posts: 3
Joined: Sun Apr 12, 2020 5:23 am

Re: Secret languages

Post by coolebyak »

Phergus wrote:
Mon Apr 13, 2020 7:54 am
One issue is that all clients will need to have the same fonts installed.
Yes, but I think this is not big deal to install fonts (not bigger than understanding PFs'/DNDs'/<...> frameworks).

Now I meet this issue: some fonts does not displayed (look at pic upper), but I have them installed.
I want figure it out, why fonts does not displayed...

Or maybe somebody already solve this problem [how to make sectet languages] by other way

coolebyak
Kobold
Posts: 3
Joined: Sun Apr 12, 2020 5:23 am

Re: Secret languages

Post by coolebyak »

I tried CSS but result the same.
Otherwise it works in browser (Opera, Chrome confirmed)

Code: Select all

<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: #ADD8E6;
}

h1 {
  color: white; 
  text-align: center; 
  font-family: Dwarf Runes-1; 
  background-color: black;
  user-select: none;
}

p {
  font-family: DS_Aqua-1;
  font-size: 20px;
}
</style>
</head>
<body>

<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>

</body>
</html>
2020-04-13_21-04-23.png
2020-04-13_21-04-23.png (65.37 KiB) Viewed 4766 times
2020-04-13_21-04-09.png
2020-04-13_21-04-09.png (49.44 KiB) Viewed 4766 times
So, I am losing hope there is simple way

Phergus
Deity
Posts: 7132
Joined: Fri May 12, 2006 8:56 pm
Location: Middle of Nowhere, NM
Contact:

Re: Secret languages

Post by Phergus »

The chat output and dialog/frame outputs (except newer dialog5/frame5) are limited in what they can render. The macro parser has its own issues extended character sets that may impact this.

Post Reply

Return to “Requests for HELLLLP!”