CustomFonts

From ARK Modding Wiki
Revision as of 14:43, 24 March 2017 by SamKO (talk | contribs) (Created page with "Category:Fonts == General == Installing and importing a custom font in the ADK to be used in Widgets of your mod. == Installing the Font on your Operating System == To I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


General

Installing and importing a custom font in the ADK to be used in Widgets of your mod.

Installing the Font on your Operating System

To Import a font to the ADK, you first need to find and install it on your Operating System if you don't have it already installed, which is an easy task.

Installing a font:

  1. Find a font which you like (in this example I will use the website http://www.1001fonts.com). - see Screenshot #1
    Screenshot #1
    1. Make sure the license of the font is compatible with your need.
    2. Test if the font supports all the characters you will be using in your mode (this won't be an issue with English characters, but for other languages which have some additional or full different characters in the alphabet).
  2. Download the font.
  3. Locate the downloaded font files (.otf or .ttf). - see Screenshot #2
    Screenshot #2
  4. Open the font file you want to use and select "install" to install it on your Operating System.

Importing the Font to ADK

Next step is to create a font object inside the ADK and import the installed font.

Importing a font:

  1. Inside ADK, Content Browser, open your Mod folder and for organization you can create a sub folder "Fonts" inside it and open that sub folder.
  2. Select "New" or Right Click somewhere in the empty "Fonts" folder, choose "Materials & Textures" > "Font". - see Screenshot #3
    Screenshot #3
  3. A new popup will open where you have to pick a font from all the fonts installed on your OS. - see Screenshot #4
    Screenshot #4
  4. Search for your font and select the "Style" and "Size" of the font to be imported and hit "OK".
  5. A new font object will be created, prompting you to name it. Enter a name and hit "Enter". - see Screenshot #5
    Screenshot #5
  6. Select the new created font file and hit Enter or Double Left Click to open a new Window with setting for the font. - see Screenshot #6
    Screenshot #6