Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text: Refer to TextLine as FTE, not TLF #19070

Merged
merged 1 commit into from
Dec 26, 2024
Merged

Conversation

kjarosh
Copy link
Member

@kjarosh kjarosh commented Dec 26, 2024

Using the term TLF (Text Layout Framework) is technically incorrect, as TLF is a high level library written in AS, compared to FTE (Flash Text Engine) being the low-level API that TLF uses. TextLine is a part of FTE, not TLF.

See https://docs.ruffle.rs/en_US/as3/dev/WS9dd7ed846a005b294b857bfa122bd808ea6-8000.html
See https://docs.ruffle.rs/en_US/as3/dev/WSb2ba3b1aad8a27b0-1b8898a412218ad3df9-8000.html
See https://docs.ruffle.rs/en_US/FlashPlatform/reference/actionscript/3/flash/text/engine/package-detail.html

Using the term TLF (Text Layout Framework) is technically incorrect,
as TLF is a high level library written in AS, compared to
FTE (Flash Text Engine) being the low-level API that TLF uses.
TextLine is a part of FTE, not TLF.

See <https://docs.ruffle.rs/en_US/as3/dev/WS9dd7ed846a005b294b857bfa122bd808ea6-8000.html>
See <https://docs.ruffle.rs/en_US/as3/dev/WSb2ba3b1aad8a27b0-1b8898a412218ad3df9-8000.html>
See <https://docs.ruffle.rs/en_US/FlashPlatform/reference/actionscript/3/flash/text/engine/package-detail.html>
@kjarosh kjarosh added text Issues relating to text rendering/input A-core Area: Core player, where no other category fits T-refactor Type: Refactor / Cleanup tlf Issues relating to TLF text rendering or the TLF APIs in AVM2 labels Dec 26, 2024
@torokati44 torokati44 merged commit e1ad029 into ruffle-rs:master Dec 26, 2024
22 checks passed
@kjarosh kjarosh deleted the fte-tlf branch December 26, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core player, where no other category fits T-refactor Type: Refactor / Cleanup text Issues relating to text rendering/input tlf Issues relating to TLF text rendering or the TLF APIs in AVM2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants