@akashic-extension/akashic-label
Advanced tools
Comparing version 2.0.7 to 3.0.0-beta.1
# CHANGELOG | ||
## 3.0.0-beta.1 | ||
* akashic-engine@3.0.0-beta.28 に追従 | ||
## 3.0.0-beta.0 | ||
* akashic-engine@3.0.0-beta.17 に追従 | ||
## 2.0.7 | ||
@@ -4,0 +12,0 @@ |
@@ -0,0 +0,0 @@ import rp = require("./RubyParser"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parse = void 0; | ||
/** | ||
@@ -4,0 +5,0 @@ * 文字列からルビをパースする。 |
@@ -0,0 +0,0 @@ import rp = require("./RubyParser"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RubyFragmentDrawInfo = exports.StringDrawInfo = void 0; | ||
/** | ||
@@ -4,0 +5,0 @@ * 行に含まれる文字列要素。 |
@@ -0,0 +0,0 @@ export import Label = require("./Label"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.defaultRubyParser = exports.RubyAlign = void 0; | ||
exports.Label = require("./Label"); | ||
@@ -4,0 +5,0 @@ exports.FragmentDrawInfo = require("./FragmentDrawInfo"); |
@@ -144,3 +144,3 @@ import LabelParameterObject = require("./LabelParameterObject"); | ||
*/ | ||
readonly lineCount: number; | ||
get lineCount(): number; | ||
_offsetX(width: number): number; | ||
@@ -147,0 +147,0 @@ private _destroyLines; |
"use strict"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -86,3 +89,3 @@ extendStatics(d, b); | ||
if (this.textColor) { | ||
renderer.setCompositeOperation(g.CompositeOperation.SourceAtop); | ||
renderer.setCompositeOperation("source-atop"); | ||
renderer.fillRect(0, 0, this._lineBreakWidth, this.height, this.textColor); | ||
@@ -120,3 +123,3 @@ } | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -445,3 +448,3 @@ }); | ||
var str = (code & 0xFFFF0000) ? String.fromCharCode((code & 0xFFFF0000) >>> 16, code & 0xFFFF) : String.fromCharCode(code); | ||
this.game().logger.warn("Label#_invalidateSelf(): failed to get a glyph for '" + str + "' " + | ||
console.warn("Label#_invalidateSelf(): failed to get a glyph for '" + str + "' " + | ||
"(BitmapFont might not have the glyph or DynamicFont might create a glyph larger than its atlas)."); | ||
@@ -448,0 +451,0 @@ } |
@@ -0,0 +0,0 @@ import rt = require("./RubyParser"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface RubyOptions { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.flatmap = exports.RubyAlign = void 0; | ||
var RubyAlign; | ||
@@ -4,0 +5,0 @@ (function (RubyAlign) { |
{ | ||
"name": "@akashic-extension/akashic-label", | ||
"version": "2.0.7", | ||
"version": "3.0.0-beta.1", | ||
"description": "text library for akashic", | ||
@@ -31,8 +31,8 @@ "main": "lib/index.js", | ||
"tslint": "~5.4.3", | ||
"typedoc": "^0.8.0", | ||
"typescript": "^2.1.6" | ||
"typedoc": "^0.16.11", | ||
"typescript": "^3.8.3" | ||
}, | ||
"typings": "lib/index.d.ts", | ||
"dependencies": { | ||
"@akashic/akashic-engine": "~2.1.2" | ||
"@akashic/akashic-engine": "~3.0.0-beta.28" | ||
}, | ||
@@ -39,0 +39,0 @@ "files": [ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1099
68201
2
+ Added@akashic/akashic-engine@3.0.4(transitive)
+ Added@akashic/amflow@3.0.0(transitive)
+ Added@akashic/pdi-types@1.1.1(transitive)
+ Added@akashic/playlog@3.1.0(transitive)
+ Added@akashic/trigger@1.0.1(transitive)
- Removed@akashic/akashic-engine@2.1.2(transitive)