font embed try #2
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
bin/flash/bin/assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf
|
bin/flash/bin/assets/fonts/Montserrat/MontserratSemiBold600.ttf
|
||||||
bin/flash/bin/manifest/default.json
|
bin/flash/bin/manifest/default.json
|
||||||
Binary file not shown.
@@ -35,7 +35,7 @@ class ApplicationMain
|
|||||||
ManifestResources.init(config);
|
ManifestResources.init(config);
|
||||||
#end
|
#end
|
||||||
|
|
||||||
app.meta["build"] = "4";
|
app.meta["build"] = "5";
|
||||||
app.meta["company"] = "Nekotoro";
|
app.meta["company"] = "Nekotoro";
|
||||||
app.meta["file"] = "LPTCManager2026";
|
app.meta["file"] = "LPTCManager2026";
|
||||||
app.meta["name"] = "LPTCManager2026";
|
app.meta["name"] = "LPTCManager2026";
|
||||||
|
|||||||
@@ -68,13 +68,13 @@ import sys.FileSystem;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if (openfl && !flash && !display)
|
#if (openfl && !flash && !display)
|
||||||
openfl.text.Font.registerFont (__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf);
|
openfl.text.Font.registerFont (__ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf);
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
var data, manifest, library, bundle;
|
var data, manifest, library, bundle;
|
||||||
|
|
||||||
data = '{"name":null,"assets":"aoy4:sizei260936y4:typey4:FONTy9:classNamey60:__ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttfy2:idy27:Montserrat_SemiBold_600.ttfgh","rootPath":null,"version":2,"libraryArgs":[],"libraryType":null}';
|
data = '{"name":null,"assets":"aoy4:sizei260936y4:typey4:FONTy9:classNamey58:__ASSET__assets_fonts_montserrat_montserratsemibold600_ttfy2:idy21:MontserratSemiBold600gh","rootPath":null,"version":2,"libraryArgs":[],"libraryType":null}';
|
||||||
manifest = AssetManifest.parse (data, rootPath);
|
manifest = AssetManifest.parse (data, rootPath);
|
||||||
library = AssetLibrary.fromManifest (manifest);
|
library = AssetLibrary.fromManifest (manifest);
|
||||||
Assets.registerLibrary ("default", library);
|
Assets.registerLibrary ("default", library);
|
||||||
@@ -93,20 +93,20 @@ import sys.FileSystem;
|
|||||||
#if !display
|
#if !display
|
||||||
#if flash
|
#if flash
|
||||||
|
|
||||||
@:keep @:bind @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends flash.text.Font { }
|
@:keep @:bind @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf extends flash.text.Font { }
|
||||||
@:keep @:bind @:noCompletion #if display private #end class __ASSET__manifest_default_json extends flash.utils.ByteArray { }
|
@:keep @:bind @:noCompletion #if display private #end class __ASSET__manifest_default_json extends flash.utils.ByteArray { }
|
||||||
|
|
||||||
|
|
||||||
#elseif (desktop || cpp)
|
#elseif (desktop || cpp)
|
||||||
|
|
||||||
@:keep @:font("assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf") @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends lime.text.Font {}
|
@:keep @:font("assets/fonts/Montserrat/MontserratSemiBold600.ttf") @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf extends lime.text.Font {}
|
||||||
@:keep @:file("") @:noCompletion #if display private #end class __ASSET__manifest_default_json extends haxe.io.Bytes {}
|
@:keep @:file("") @:noCompletion #if display private #end class __ASSET__manifest_default_json extends haxe.io.Bytes {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
@:keep @:expose('__ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends lime.text.Font { public function new () { #if !html5 __fontPath = "assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf"; #else ascender = null; descender = null; height = null; numGlyphs = null; underlinePosition = null; underlineThickness = null; unitsPerEM = null; #end name = "Montserrat SemiBold"; super (); }}
|
@:keep @:expose('__ASSET__assets_fonts_montserrat_montserratsemibold600_ttf') @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf extends lime.text.Font { public function new () { #if !html5 __fontPath = "assets/fonts/Montserrat/MontserratSemiBold600.ttf"; #else ascender = null; descender = null; height = null; numGlyphs = null; underlinePosition = null; underlineThickness = null; unitsPerEM = null; #end name = "Montserrat SemiBold"; super (); }}
|
||||||
|
|
||||||
|
|
||||||
#end
|
#end
|
||||||
@@ -114,10 +114,10 @@ import sys.FileSystem;
|
|||||||
#if (openfl && !flash)
|
#if (openfl && !flash)
|
||||||
|
|
||||||
#if html5
|
#if html5
|
||||||
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf extends openfl.text.Font { public function new () { __fromLimeFont (new __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf ()); super (); }}
|
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf extends openfl.text.Font { public function new () { __fromLimeFont (new __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf ()); super (); }}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf extends openfl.text.Font { public function new () { __fromLimeFont (new __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf ()); super (); }}
|
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf extends openfl.text.Font { public function new () { __fromLimeFont (new __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf ()); super (); }}
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
bin/html5/bin/assets/fonts/Montserrat/Montserrat_SemiBold_600
|
bin/html5/bin/assets/fonts/Montserrat/MontserratSemiBold600
|
||||||
bin/html5/bin/manifest/default.json
|
bin/html5/bin/manifest/default.json
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -28,7 +28,7 @@
|
|||||||
#openfl-content { background: #000000; width: 100%; height: 100%; }
|
#openfl-content { background: #000000; width: 100%; height: 100%; }
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Montserrat SemiBold';
|
font-family: 'Montserrat SemiBold';
|
||||||
src: url('assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf') format('truetype');
|
src: url('assets/fonts/Montserrat/MontserratSemiBold600.ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"name":null,"assets":"aoy4:sizei260936y4:typey4:FONTy9:classNamey60:__ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttfy2:idy27:Montserrat_SemiBold_600.ttfy7:preloadtgh","rootPath":null,"version":2,"libraryArgs":[],"libraryType":null}
|
{"name":null,"assets":"aoy4:sizei260936y4:typey4:FONTy9:classNamey58:__ASSET__assets_fonts_montserrat_montserratsemibold600_ttfy2:idy21:MontserratSemiBold600y7:preloadtgh","rootPath":null,"version":2,"libraryArgs":[],"libraryType":null}
|
||||||
@@ -35,7 +35,7 @@ class ApplicationMain
|
|||||||
ManifestResources.init(config);
|
ManifestResources.init(config);
|
||||||
#end
|
#end
|
||||||
|
|
||||||
app.meta["build"] = "4";
|
app.meta["build"] = "5";
|
||||||
app.meta["company"] = "Nekotoro";
|
app.meta["company"] = "Nekotoro";
|
||||||
app.meta["file"] = "LPTCManager2026";
|
app.meta["file"] = "LPTCManager2026";
|
||||||
app.meta["name"] = "lepetittrot.com - manager";
|
app.meta["name"] = "lepetittrot.com - manager";
|
||||||
|
|||||||
@@ -68,13 +68,13 @@ import sys.FileSystem;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if (openfl && !flash && !display)
|
#if (openfl && !flash && !display)
|
||||||
openfl.text.Font.registerFont (__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf);
|
openfl.text.Font.registerFont (__ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf);
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
var data, manifest, library, bundle;
|
var data, manifest, library, bundle;
|
||||||
|
|
||||||
data = '{"name":null,"assets":"aoy4:sizei260936y4:typey4:FONTy9:classNamey60:__ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttfy2:idy27:Montserrat_SemiBold_600.ttfy7:preloadtgh","rootPath":null,"version":2,"libraryArgs":[],"libraryType":null}';
|
data = '{"name":null,"assets":"aoy4:sizei260936y4:typey4:FONTy9:classNamey58:__ASSET__assets_fonts_montserrat_montserratsemibold600_ttfy2:idy21:MontserratSemiBold600y7:preloadtgh","rootPath":null,"version":2,"libraryArgs":[],"libraryType":null}';
|
||||||
manifest = AssetManifest.parse (data, rootPath);
|
manifest = AssetManifest.parse (data, rootPath);
|
||||||
library = AssetLibrary.fromManifest (manifest);
|
library = AssetLibrary.fromManifest (manifest);
|
||||||
Assets.registerLibrary ("default", library);
|
Assets.registerLibrary ("default", library);
|
||||||
@@ -93,20 +93,20 @@ import sys.FileSystem;
|
|||||||
#if !display
|
#if !display
|
||||||
#if flash
|
#if flash
|
||||||
|
|
||||||
@:keep @:bind @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends null { }
|
@:keep @:bind @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf extends null { }
|
||||||
@:keep @:bind @:noCompletion #if display private #end class __ASSET__manifest_default_json extends null { }
|
@:keep @:bind @:noCompletion #if display private #end class __ASSET__manifest_default_json extends null { }
|
||||||
|
|
||||||
|
|
||||||
#elseif (desktop || cpp)
|
#elseif (desktop || cpp)
|
||||||
|
|
||||||
@:keep @:font("bin/html5/obj/webfont/Montserrat_SemiBold_600.ttf") @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends lime.text.Font {}
|
@:keep @:font("bin/html5/obj/webfont/MontserratSemiBold600.ttf") @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf extends lime.text.Font {}
|
||||||
@:keep @:file("") @:noCompletion #if display private #end class __ASSET__manifest_default_json extends haxe.io.Bytes {}
|
@:keep @:file("") @:noCompletion #if display private #end class __ASSET__manifest_default_json extends haxe.io.Bytes {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
@:keep @:expose('__ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends lime.text.Font { public function new () { #if !html5 __fontPath = "assets/fonts/Montserrat/Montserrat_SemiBold_600"; #else ascender = 968; descender = -251; height = 1219; numGlyphs = 1943; underlinePosition = -100; underlineThickness = 50; unitsPerEM = 1000; #end name = "Montserrat SemiBold"; super (); }}
|
@:keep @:expose('__ASSET__assets_fonts_montserrat_montserratsemibold600_ttf') @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf extends lime.text.Font { public function new () { #if !html5 __fontPath = "assets/fonts/Montserrat/MontserratSemiBold600"; #else ascender = 968; descender = -251; height = 1219; numGlyphs = 1943; underlinePosition = -100; underlineThickness = 50; unitsPerEM = 1000; #end name = "Montserrat SemiBold"; super (); }}
|
||||||
|
|
||||||
|
|
||||||
#end
|
#end
|
||||||
@@ -114,10 +114,10 @@ import sys.FileSystem;
|
|||||||
#if (openfl && !flash)
|
#if (openfl && !flash)
|
||||||
|
|
||||||
#if html5
|
#if html5
|
||||||
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf extends openfl.text.Font { public function new () { __fromLimeFont (new __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf ()); super (); }}
|
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf extends openfl.text.Font { public function new () { __fromLimeFont (new __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf ()); super (); }}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf extends openfl.text.Font { public function new () { __fromLimeFont (new __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf ()); super (); }}
|
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserratsemibold600_ttf extends openfl.text.Font { public function new () { __fromLimeFont (new __ASSET__assets_fonts_montserrat_montserratsemibold600_ttf ()); super (); }}
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
bin/neko/bin/assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf
|
||||||
|
bin/neko/bin/manifest/default.json
|
||||||
Binary file not shown.
Binary file not shown.
@@ -20,7 +20,7 @@ class ApplicationMain
|
|||||||
|
|
||||||
#if (js && html5)
|
#if (js && html5)
|
||||||
#if (munit || (utest && openfl_enable_utest_legacy_mode))
|
#if (munit || (utest && openfl_enable_utest_legacy_mode))
|
||||||
lime.system.System.embed("LPTCManager2026", null, 800, 600);
|
lime.system.System.embed("LPTCManager2026", null, 500, 800);
|
||||||
#end
|
#end
|
||||||
#else
|
#else
|
||||||
create(null);
|
create(null);
|
||||||
@@ -35,7 +35,7 @@ class ApplicationMain
|
|||||||
ManifestResources.init(config);
|
ManifestResources.init(config);
|
||||||
#end
|
#end
|
||||||
|
|
||||||
app.meta["build"] = "2";
|
app.meta["build"] = "5";
|
||||||
app.meta["company"] = "Nekotoro";
|
app.meta["company"] = "Nekotoro";
|
||||||
app.meta["file"] = "LPTCManager2026";
|
app.meta["file"] = "LPTCManager2026";
|
||||||
app.meta["name"] = "LPTCManager2026";
|
app.meta["name"] = "LPTCManager2026";
|
||||||
@@ -54,21 +54,21 @@ class ApplicationMain
|
|||||||
element: null,
|
element: null,
|
||||||
frameRate: 60,
|
frameRate: 60,
|
||||||
#if !web fullscreen: false, #end
|
#if !web fullscreen: false, #end
|
||||||
height: 600,
|
height: 800,
|
||||||
hidden: #if munit true #else false #end,
|
hidden: #if munit true #else false #end,
|
||||||
maximized: false,
|
maximized: false,
|
||||||
minimized: false,
|
minimized: false,
|
||||||
parameters: {},
|
parameters: {},
|
||||||
resizable: true,
|
resizable: true,
|
||||||
title: "LPTCManager2026",
|
title: "LPTCManager2026",
|
||||||
width: 800,
|
width: 500,
|
||||||
x: null,
|
x: null,
|
||||||
y: null,
|
y: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
attributes.context = {
|
attributes.context = {
|
||||||
antialiasing: 0,
|
antialiasing: 0,
|
||||||
background: 16777215,
|
background: 13156797,
|
||||||
colorDepth: 32,
|
colorDepth: 32,
|
||||||
depth: true,
|
depth: true,
|
||||||
hardware: true,
|
hardware: true,
|
||||||
@@ -104,7 +104,7 @@ class ApplicationMain
|
|||||||
#elseif air
|
#elseif air
|
||||||
app.window.title = "LPTCManager2026";
|
app.window.title = "LPTCManager2026";
|
||||||
#else
|
#else
|
||||||
app.window.context.attributes.background = 16777215;
|
app.window.context.attributes.background = 13156797;
|
||||||
app.window.frameRate = 60;
|
app.window.frameRate = 60;
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|||||||
@@ -68,13 +68,21 @@ import sys.FileSystem;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if (openfl && !flash && !display)
|
#if (openfl && !flash && !display)
|
||||||
|
openfl.text.Font.registerFont (__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf);
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
var data, manifest, library, bundle;
|
var data, manifest, library, bundle;
|
||||||
|
|
||||||
|
data = '{"name":null,"assets":"aoy4:sizei260936y4:typey4:FONTy9:classNamey60:__ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttfy2:idy27:Montserrat_SemiBold_600.ttfgh","rootPath":null,"version":2,"libraryArgs":[],"libraryType":null}';
|
||||||
|
manifest = AssetManifest.parse (data, rootPath);
|
||||||
|
library = AssetLibrary.fromManifest (manifest);
|
||||||
|
Assets.registerLibrary ("default", library);
|
||||||
|
|
||||||
|
|
||||||
|
library = Assets.getLibrary ("default");
|
||||||
|
if (library != null) preloadLibraries.push (library);
|
||||||
|
else preloadLibraryNames.push ("default");
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -85,15 +93,20 @@ import sys.FileSystem;
|
|||||||
#if !display
|
#if !display
|
||||||
#if flash
|
#if flash
|
||||||
|
|
||||||
|
@:keep @:bind @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends null { }
|
||||||
|
@:keep @:bind @:noCompletion #if display private #end class __ASSET__manifest_default_json extends null { }
|
||||||
|
|
||||||
|
|
||||||
#elseif (desktop || cpp)
|
#elseif (desktop || cpp)
|
||||||
|
|
||||||
|
@:keep @:file("bin/neko/obj/tmp/manifest/default.json") @:noCompletion #if display private #end class __ASSET__manifest_default_json extends haxe.io.Bytes {}
|
||||||
|
|
||||||
|
@:keep @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends lime.text.Font { public function new () { __fontPath = ManifestResources.rootPath + "assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf"; name = "Montserrat SemiBold"; super (); }}
|
||||||
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
@:keep @:expose('__ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttf extends lime.text.Font { public function new () { #if !html5 __fontPath = "assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf"; #else ascender = null; descender = null; height = null; numGlyphs = null; underlinePosition = null; underlineThickness = null; unitsPerEM = null; #end name = "Montserrat SemiBold"; super (); }}
|
||||||
|
|
||||||
|
|
||||||
#end
|
#end
|
||||||
@@ -101,8 +114,10 @@ import sys.FileSystem;
|
|||||||
#if (openfl && !flash)
|
#if (openfl && !flash)
|
||||||
|
|
||||||
#if html5
|
#if html5
|
||||||
|
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf extends openfl.text.Font { public function new () { name = "Montserrat SemiBold"; super (); }}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
@:keep @:expose('__ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf') @:noCompletion #if display private #end class __ASSET__OPENFL__assets_fonts_montserrat_montserrat_semibold_600_ttf extends openfl.text.Font { public function new () { __fontPath = ManifestResources.rootPath + "assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf"; name = "Montserrat SemiBold"; super (); }}
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|||||||
+13
-16
@@ -1,40 +1,37 @@
|
|||||||
-main ApplicationMain
|
-main ApplicationMain
|
||||||
--macro lime._internal.macros.DefineMacro.run()
|
--macro lime._internal.macros.DefineMacro.run()
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/lime/8,2,3/src
|
-cp /home/chatmurai/haxelib/lime/8,2,3/src
|
||||||
-D lime=8.2.3
|
-D lime=8.2.3
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui-cairngorm/1,0,0/src
|
-cp /home/chatmurai/haxelib/feathersui-cairngorm/1,0,0/src
|
||||||
-D feathersui-cairngorm=1.0.0
|
-D feathersui-cairngorm=1.0.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui/1,3,0/src
|
-cp /home/chatmurai/haxelib/feathersui/1,3,0/src
|
||||||
-D feathersui=1.3.0
|
-D feathersui=1.3.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/actuate/1,9,0/src
|
-cp /home/chatmurai/haxelib/actuate/1,9,0/src
|
||||||
-D actuate=1.9.0
|
-D actuate=1.9.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/hxargs/4,0,0
|
-cp /home/chatmurai/haxelib/hxargs/4,0,0
|
||||||
-D hxargs=4.0.0
|
-D hxargs=4.0.0
|
||||||
--macro openfl.utils._internal.ExtraParamsMacro.include()
|
--macro openfl.utils._internal.ExtraParamsMacro.include()
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/openfl/9,4,2/src
|
-cp /home/chatmurai/haxelib/openfl/9,4,2/src
|
||||||
-D openfl=9.4.2
|
-D openfl=9.4.2
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui-rpc-services/1,0,3/src
|
-cp /home/chatmurai/haxelib/feathersui-rpc-services/1,0,3/src
|
||||||
-D feathersui-rpc-services=1.0.3
|
-D feathersui-rpc-services=1.0.3
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/amfio/1,0,2/src
|
-cp /home/chatmurai/haxelib/amfio/1,0,2/src
|
||||||
-D amfio=1.0.2
|
-D amfio=1.0.2
|
||||||
-cp src
|
-cp src
|
||||||
-D AIR_SDK=/Users/chatmurai/Documents/code/AS3/SDKs/AIR_SDK_32.0
|
|
||||||
-D lime-openal
|
|
||||||
-D native
|
|
||||||
-D lime-curl
|
|
||||||
-D openfl-native
|
|
||||||
-D lime-harfbuzz
|
-D lime-harfbuzz
|
||||||
|
-D lime-openal
|
||||||
-D lime-threads
|
-D lime-threads
|
||||||
-D tools=8.2.3
|
-D tools=8.2.3
|
||||||
-D lime-cairo
|
-D lime-cairo
|
||||||
-D lime-opengl
|
-D lime-opengl
|
||||||
-D no-compilation
|
-D no-compilation
|
||||||
-D disable_preloader_assets=1
|
-D native
|
||||||
|
-D lime-curl
|
||||||
-D lime-native
|
-D lime-native
|
||||||
-D lime-vorbis
|
-D lime-vorbis
|
||||||
-D MACOSX_DEPLOYMENT_TARGET=10.9
|
-D openfl-native
|
||||||
-D lime-cffi
|
-D lime-cffi
|
||||||
-D mac
|
-D linux
|
||||||
-D desktop
|
-D desktop
|
||||||
--remap flash:openfl
|
--remap flash:openfl
|
||||||
-cp bin/neko/haxe
|
-cp bin/neko/haxe
|
||||||
|
|||||||
+13
-16
@@ -1,40 +1,37 @@
|
|||||||
-main ApplicationMain
|
-main ApplicationMain
|
||||||
--macro lime._internal.macros.DefineMacro.run()
|
--macro lime._internal.macros.DefineMacro.run()
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/lime/8,2,3/src
|
-cp /home/chatmurai/haxelib/lime/8,2,3/src
|
||||||
-D lime=8.2.3
|
-D lime=8.2.3
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui-cairngorm/1,0,0/src
|
-cp /home/chatmurai/haxelib/feathersui-cairngorm/1,0,0/src
|
||||||
-D feathersui-cairngorm=1.0.0
|
-D feathersui-cairngorm=1.0.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui/1,3,0/src
|
-cp /home/chatmurai/haxelib/feathersui/1,3,0/src
|
||||||
-D feathersui=1.3.0
|
-D feathersui=1.3.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/actuate/1,9,0/src
|
-cp /home/chatmurai/haxelib/actuate/1,9,0/src
|
||||||
-D actuate=1.9.0
|
-D actuate=1.9.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/hxargs/4,0,0
|
-cp /home/chatmurai/haxelib/hxargs/4,0,0
|
||||||
-D hxargs=4.0.0
|
-D hxargs=4.0.0
|
||||||
--macro openfl.utils._internal.ExtraParamsMacro.include()
|
--macro openfl.utils._internal.ExtraParamsMacro.include()
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/openfl/9,4,2/src
|
-cp /home/chatmurai/haxelib/openfl/9,4,2/src
|
||||||
-D openfl=9.4.2
|
-D openfl=9.4.2
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui-rpc-services/1,0,3/src
|
-cp /home/chatmurai/haxelib/feathersui-rpc-services/1,0,3/src
|
||||||
-D feathersui-rpc-services=1.0.3
|
-D feathersui-rpc-services=1.0.3
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/amfio/1,0,2/src
|
-cp /home/chatmurai/haxelib/amfio/1,0,2/src
|
||||||
-D amfio=1.0.2
|
-D amfio=1.0.2
|
||||||
-cp src
|
-cp src
|
||||||
-D AIR_SDK=/Users/chatmurai/Documents/code/AS3/SDKs/AIR_SDK_32.0
|
|
||||||
-D lime-openal
|
|
||||||
-D native
|
|
||||||
-D lime-curl
|
|
||||||
-D openfl-native
|
|
||||||
-D lime-harfbuzz
|
-D lime-harfbuzz
|
||||||
|
-D lime-openal
|
||||||
-D lime-threads
|
-D lime-threads
|
||||||
-D tools=8.2.3
|
-D tools=8.2.3
|
||||||
-D lime-cairo
|
-D lime-cairo
|
||||||
-D lime-opengl
|
-D lime-opengl
|
||||||
-D no-compilation
|
-D no-compilation
|
||||||
-D disable_preloader_assets=1
|
-D native
|
||||||
|
-D lime-curl
|
||||||
-D lime-native
|
-D lime-native
|
||||||
-D lime-vorbis
|
-D lime-vorbis
|
||||||
-D MACOSX_DEPLOYMENT_TARGET=10.9
|
-D openfl-native
|
||||||
-D lime-cffi
|
-D lime-cffi
|
||||||
-D mac
|
-D linux
|
||||||
-D desktop
|
-D desktop
|
||||||
--remap flash:openfl
|
--remap flash:openfl
|
||||||
-cp bin/neko/haxe
|
-cp bin/neko/haxe
|
||||||
|
|||||||
+13
-16
@@ -1,40 +1,37 @@
|
|||||||
-main ApplicationMain
|
-main ApplicationMain
|
||||||
--macro lime._internal.macros.DefineMacro.run()
|
--macro lime._internal.macros.DefineMacro.run()
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/lime/8,2,3/src
|
-cp /home/chatmurai/haxelib/lime/8,2,3/src
|
||||||
-D lime=8.2.3
|
-D lime=8.2.3
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui-cairngorm/1,0,0/src
|
-cp /home/chatmurai/haxelib/feathersui-cairngorm/1,0,0/src
|
||||||
-D feathersui-cairngorm=1.0.0
|
-D feathersui-cairngorm=1.0.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui/1,3,0/src
|
-cp /home/chatmurai/haxelib/feathersui/1,3,0/src
|
||||||
-D feathersui=1.3.0
|
-D feathersui=1.3.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/actuate/1,9,0/src
|
-cp /home/chatmurai/haxelib/actuate/1,9,0/src
|
||||||
-D actuate=1.9.0
|
-D actuate=1.9.0
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/hxargs/4,0,0
|
-cp /home/chatmurai/haxelib/hxargs/4,0,0
|
||||||
-D hxargs=4.0.0
|
-D hxargs=4.0.0
|
||||||
--macro openfl.utils._internal.ExtraParamsMacro.include()
|
--macro openfl.utils._internal.ExtraParamsMacro.include()
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/openfl/9,4,2/src
|
-cp /home/chatmurai/haxelib/openfl/9,4,2/src
|
||||||
-D openfl=9.4.2
|
-D openfl=9.4.2
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/feathersui-rpc-services/1,0,3/src
|
-cp /home/chatmurai/haxelib/feathersui-rpc-services/1,0,3/src
|
||||||
-D feathersui-rpc-services=1.0.3
|
-D feathersui-rpc-services=1.0.3
|
||||||
-cp /Users/chatmurai/Documents/code/Haxe/lib/amfio/1,0,2/src
|
-cp /home/chatmurai/haxelib/amfio/1,0,2/src
|
||||||
-D amfio=1.0.2
|
-D amfio=1.0.2
|
||||||
-cp src
|
-cp src
|
||||||
-D AIR_SDK=/Users/chatmurai/Documents/code/AS3/SDKs/AIR_SDK_32.0
|
|
||||||
-D lime-openal
|
|
||||||
-D native
|
|
||||||
-D lime-curl
|
|
||||||
-D openfl-native
|
|
||||||
-D lime-harfbuzz
|
-D lime-harfbuzz
|
||||||
|
-D lime-openal
|
||||||
-D lime-threads
|
-D lime-threads
|
||||||
-D tools=8.2.3
|
-D tools=8.2.3
|
||||||
-D lime-cairo
|
-D lime-cairo
|
||||||
-D lime-opengl
|
-D lime-opengl
|
||||||
-D no-compilation
|
-D no-compilation
|
||||||
-D disable_preloader_assets=1
|
-D native
|
||||||
|
-D lime-curl
|
||||||
-D lime-native
|
-D lime-native
|
||||||
-D lime-vorbis
|
-D lime-vorbis
|
||||||
-D MACOSX_DEPLOYMENT_TARGET=10.9
|
-D openfl-native
|
||||||
-D lime-cffi
|
-D lime-cffi
|
||||||
-D mac
|
-D linux
|
||||||
-D desktop
|
-D desktop
|
||||||
--remap flash:openfl
|
--remap flash:openfl
|
||||||
-cp bin/neko/haxe
|
-cp bin/neko/haxe
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
{"name":null,"assets":"aoy4:sizei260936y4:typey4:FONTy9:classNamey60:__ASSET__assets_fonts_montserrat_montserrat_semibold_600_ttfy2:idy27:Montserrat_SemiBold_600.ttfgh","rootPath":null,"version":2,"libraryArgs":[],"libraryType":null}
|
||||||
+8
-1
@@ -20,5 +20,12 @@
|
|||||||
<haxelib name="feathersui-cairngorm"/>
|
<haxelib name="feathersui-cairngorm"/>
|
||||||
|
|
||||||
<icon path="assets/icons/icon.svg"/>
|
<icon path="assets/icons/icon.svg"/>
|
||||||
<assets type="font" path="assets/fonts/Montserrat/Montserrat_SemiBold_600.ttf" id="Montserrat_SemiBold_600.ttf"/>
|
|
||||||
|
<assets path="assets">
|
||||||
|
<font path="fonts/Montserrat/MontserratSemiBold600.ttf" id="MontserratSemiBold600" />
|
||||||
|
</assets>
|
||||||
|
|
||||||
|
|
||||||
|
<!--<assets type="font" path="assets/fonts/Montserrat/MontserratSemiBold600.ttf" id="Montserrat_SemiBold_600"/>-->
|
||||||
|
<!--<assets path="assets/fonts/Montserrat" rename="fonts" include="*" />-->
|
||||||
</project>
|
</project>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import lime.tools.Asset;
|
import openfl.Assets;
|
||||||
import openfl.text.Font;
|
import openfl.text.Font;
|
||||||
import feathers.text.TextFormat;
|
import feathers.text.TextFormat;
|
||||||
import model.Constants;
|
import model.Constants;
|
||||||
@@ -43,6 +43,7 @@ class LPTCManager2026 extends Application {
|
|||||||
var title = new Label();
|
var title = new Label();
|
||||||
title.text = "Header";
|
title.text = "Header";
|
||||||
var fnt:Font = Assets.getFont(Constants.MONTSERRAT_SEMIBOLD_600);
|
var fnt:Font = Assets.getFont(Constants.MONTSERRAT_SEMIBOLD_600);
|
||||||
|
|
||||||
title.textFormat = new TextFormat(fnt.fontName, 20, Constants.MAIN_COLOR3);
|
title.textFormat = new TextFormat(fnt.fontName, 20, Constants.MAIN_COLOR3);
|
||||||
title.variant = Label.VARIANT_HEADING;
|
title.variant = Label.VARIANT_HEADING;
|
||||||
title.layoutData = AnchorLayoutData.center();
|
title.layoutData = AnchorLayoutData.center();
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ class Constants {
|
|||||||
public static final MAIN_COLOR3:Int = 0xECEFF0;
|
public static final MAIN_COLOR3:Int = 0xECEFF0;
|
||||||
|
|
||||||
// Fonts
|
// Fonts
|
||||||
public static final MONTSERRAT_SEMIBOLD_600:String = "Montserrat_SemiBold_600.ttf";
|
public static final MONTSERRAT_SEMIBOLD_600:String = "Montserrat_SemiBold_600";
|
||||||
|
|
||||||
|
|
||||||
private function new() {
|
private function new() {
|
||||||
|
|||||||
Reference in New Issue
Block a user