Content-Length: 252173 | pFad | http://github.com/NativeScript/docs-v8/blob/feat/firebase/plugins/auto-fit-text.md

F5 docs-v8/plugins/auto-fit-text.md at feat/firebase · NativeScript/docs-v8 · GitHub
Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.19 KB

auto-fit-text.md

File metadata and controls

57 lines (43 loc) · 1.19 KB
title link
Auto Fit Text

@nativescript/auto-fit-text

ns plugin add @nativescript/auto-fit-text

This plugin is based on the Nativescript Label implementation but with changes to adjust the font size according of the label's width

Usage

Nativescript

<Page
  xmlns="http://schemas.nativescript.org/tns.xsd"
  loaded="pageLoaded"
  class="page"
  xmlns:AFT="@nativescript/auto-fit-text"
>
  <StackLayout class="p-20">
    <AFT:AutoFitText text="Testinggggggggggggggggg" textWrap="false" />
  </StackLayout>
</Page>

Angular NativeScript

import { NativeScriptAutoFitTextModule } from '@nativescript/auto-fit-text/angular';

// Be sure to add the plugin module to your NgModule
@NgModule({
	imports: [NativeScriptAutoFitTextModule],
})
<AutoFitText
  row="2"
  fontSize="48"
  text="Lorem Ipsum this line of text with fontSize ignored because the text is so long."
  textWrap="false"
/>

Credits

@grantland - android-autofittextview

License

Apache License Version 2.0, January 2004









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/NativeScript/docs-v8/blob/feat/firebase/plugins/auto-fit-text.md

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy