mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
add a new folder structure redesign organized by packages
This commit is contained in:
4
packages/core_fonts/fonts.lua
Normal file
4
packages/core_fonts/fonts.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
-- load default fonts
|
||||
App.loadFont("fonts/helvetica-11px")
|
||||
App.loadFont("fonts/helvetica-11px-bold")
|
||||
|
9
packages/core_fonts/fonts/helvetica-11px-bold.otml
Normal file
9
packages/core_fonts/fonts/helvetica-11px-bold.otml
Normal file
@@ -0,0 +1,9 @@
|
||||
glyph-height: 14
|
||||
glyph-spacing: 1 1
|
||||
top-margin: 2
|
||||
image: helvetica-11px-bold.png
|
||||
image-glyph-size: 16 16
|
||||
|
||||
glyph-widths:
|
||||
32: 4
|
||||
|
BIN
packages/core_fonts/fonts/helvetica-11px-bold.png
Normal file
BIN
packages/core_fonts/fonts/helvetica-11px-bold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
9
packages/core_fonts/fonts/helvetica-11px.otml
Normal file
9
packages/core_fonts/fonts/helvetica-11px.otml
Normal file
@@ -0,0 +1,9 @@
|
||||
glyph-height: 14
|
||||
glyph-spacing: 1 1
|
||||
top-margin: 1
|
||||
image: helvetica-11px.png
|
||||
image-glyph-size: 16 16
|
||||
|
||||
glyph-widths:
|
||||
32: 4
|
||||
|
BIN
packages/core_fonts/fonts/helvetica-11px.png
Normal file
BIN
packages/core_fonts/fonts/helvetica-11px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
9
packages/core_fonts/package.otml
Normal file
9
packages/core_fonts/package.otml
Normal file
@@ -0,0 +1,9 @@
|
||||
title: Fonts
|
||||
description: Fonts package
|
||||
author: otclient
|
||||
version: 1
|
||||
website: https://github.com/edubart/otclient
|
||||
enabled: true
|
||||
dependencies: []
|
||||
script: fonts.lua
|
||||
|
Reference in New Issue
Block a user