tibia-client/modules/core_fonts/core_fonts.otmod

18 lines
419 B
Plaintext
Raw Normal View History

2011-08-14 04:09:11 +02:00
Module
name: core_fonts
description: Contains fonts used by core
author: OTClient team
website: https://github.com/edubart/otclient
version: 0.2
autoLoad: true
onLoad: |
importFont('helvetica-11px-bold')
importFont('helvetica-11px')
importFont('helvetica-12px-bold')
importFont('helvetica-12px')
importFont('helvetica-14px-bold')
setDefaultFont('helvetica-12px')
return true