mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
merge total remake
This commit is contained in:
17
modules/core_fonts/core_fonts.otmod
Normal file
17
modules/core_fonts/core_fonts.otmod
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
|
12
modules/core_fonts/helvetica-11px-bold.otfont
Normal file
12
modules/core_fonts/helvetica-11px-bold.otfont
Normal file
@@ -0,0 +1,12 @@
|
||||
Font
|
||||
name: helvetica-11px-bold
|
||||
height: 14
|
||||
spacing: 1 1
|
||||
top margin: 2
|
||||
texture: helvetica-11px-bold.png
|
||||
glyph size: 16 16
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
||||
65: 8
|
||||
|
BIN
modules/core_fonts/helvetica-11px-bold.png
Normal file
BIN
modules/core_fonts/helvetica-11px-bold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
11
modules/core_fonts/helvetica-11px.otfont
Normal file
11
modules/core_fonts/helvetica-11px.otfont
Normal file
@@ -0,0 +1,11 @@
|
||||
Font
|
||||
name: helvetica-11px
|
||||
height: 14
|
||||
spacing: 1 1
|
||||
top margin: 1
|
||||
texture: helvetica-11px.png
|
||||
glyph size: 16 16
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
||||
|
BIN
modules/core_fonts/helvetica-11px.png
Normal file
BIN
modules/core_fonts/helvetica-11px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
12
modules/core_fonts/helvetica-12px-bold.otfont
Normal file
12
modules/core_fonts/helvetica-12px-bold.otfont
Normal file
@@ -0,0 +1,12 @@
|
||||
Font
|
||||
name: helvetica-12px-bold
|
||||
height: 16
|
||||
spacing: 1 1
|
||||
top margin: 2
|
||||
texture: helvetica-12px-bold.png
|
||||
glyph size: 18 18
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
||||
65: 9
|
||||
|
BIN
modules/core_fonts/helvetica-12px-bold.png
Normal file
BIN
modules/core_fonts/helvetica-12px-bold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
11
modules/core_fonts/helvetica-12px.otfont
Normal file
11
modules/core_fonts/helvetica-12px.otfont
Normal file
@@ -0,0 +1,11 @@
|
||||
Font
|
||||
name: helvetica-12px
|
||||
height: 15
|
||||
spacing: 1 1
|
||||
top margin: 1
|
||||
texture: helvetica-12px.png
|
||||
glyph size: 16 16
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
||||
65: 8
|
BIN
modules/core_fonts/helvetica-12px.png
Normal file
BIN
modules/core_fonts/helvetica-12px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
12
modules/core_fonts/helvetica-14px-bold.otfont
Normal file
12
modules/core_fonts/helvetica-14px-bold.otfont
Normal file
@@ -0,0 +1,12 @@
|
||||
Font
|
||||
name: helvetica-14px-bold
|
||||
height: 16
|
||||
spacing: 1 1
|
||||
top margin: 2
|
||||
texture: helvetica-14px-bold.png
|
||||
glyph size: 20 20
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
||||
65: 9
|
||||
|
BIN
modules/core_fonts/helvetica-14px-bold.png
Normal file
BIN
modules/core_fonts/helvetica-14px-bold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user