Difference between revisions of "FontBase"

From GiderosMobile
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
 
 
<!-- GIDEROSOBJ:FontBase -->
 
<!-- GIDEROSOBJ:FontBase -->
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
+
'''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Inherits from</translate>:''' [[Special:MyLanguage/Object|Object]]<br/>
+
'''Inherits from:''' [[Object]]<br/>
  
=== <translate>Description</translate> ===
+
=== Description ===
[[Special:MyLanguage/FontBase|FontBase]] is the base class for [[Special:MyLanguage/Font|Font]] and [[Special:MyLanguage/TTFont|TTFont]] classes.
+
'''FontBase''' is the base class for Font and TTFont classes.
  
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== <translate>Methods</translate> ===
+
=== Methods ===
[[Special:MyLanguage/FontBase:getAdvanceX|FontBase:getAdvanceX]] ''returns the width of the first character''<br/>
+
[[FontBase:getAdvanceX]] ''returns the width of the first character''<br/><!--GIDEROSMTD:FontBase:getAdvanceX(text,letterSpacing,size) returns the width of the first character-->
<!-- GIDEROSMTD:FontBase:getAdvanceX(text,letterSpacing,size) returns the width of the first character -->
+
[[FontBase:getAscender]] ''returns the ascender of the font''<br/><!--GIDEROSMTD:FontBase:getAscender() returns the ascender of the font-->
[[Special:MyLanguage/FontBase:getAscender|FontBase:getAscender]] ''returns the ascender of the font''<br/>
+
[[FontBase:getBounds]] ''returns the tight bounding rectangle of the characters in the string specified by text''<br/><!--GIDEROSMTD:FontBase:getBounds(text) returns the tight bounding rectangle of the characters in the string specified by text-->
<!-- GIDEROSMTD:FontBase:getAscender() returns the ascender of the font -->
+
[[FontBase:getCharIndexAtOffset]] ''returns the offset within the given text string''<br/><!--GIDEROSMTD:FontBase:getCharIndexAtOffset(text,offset,letterSpacing,size) returns the offset within the given text string-->
[[Special:MyLanguage/FontBase:getBounds|FontBase:getBounds]] ''returns the tight bounding rectangle of the characters in the string specified by text''<br/>
+
[[FontBase:getLineHeight]] ''returns the distance from one base line to the next''<br/><!--GIDEROSMTD:FontBase:getLineHeight() returns the distance from one base line to the next-->
<!-- GIDEROSMTD:FontBase:getBounds(text) returns the tight bounding rectangle of the characters in the string specified by text -->
+
[[FontBase:layoutText]] ''computes the text layout with given constraints''<br/><!--GIDEROSMTD:FontBase:layoutText(text,width,height,flags,letterSpacing,lineSpacing,tabSpace,breakChar) computes the text layout with given constraints-->
[[Special:MyLanguage/FontBase:getCharIndexAtOffset|FontBase:getCharIndexAtOffset]] ''returns the offset within the given text string''<br/>
 
<!-- GIDEROSMTD:FontBase:getCharIndexAtOffset(text,offset,letterSpacing,size) returns the offset within the given text string -->
 
[[Special:MyLanguage/FontBase:getLineHeight|FontBase:getLineHeight]] ''returns the distance from one base line to the next''<br/>
 
<!-- GIDEROSMTD:FontBase:getLineHeight() returns the distance from one base line to the next -->
 
[[Special:MyLanguage/FontBase:layoutText|FontBase:layoutText]] ''computes the text layout with given constraints''<br/><!-- GIDEROSMTD:FontBase:layoutText(text,width,height,flags,letterSpacing,lineSpacing,tabSpace,breakChar) computes the text layout with given constraints -->
 
  
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== <translate>Events</translate> ===
+
=== Events ===
=== <translate>Constants</translate> ===
+
=== Constants ===
[[Special:MyLanguage/FontBase.TLF_BOTTOM|FontBase.TLF_BOTTOM]]<br/>
+
'''[[FontBase Constants]]'''
<!-- GIDEROSCST:FontBase.TLF_BOTTOM TLF_BOTTOM -->
+
<!--GIDEROSCST:FontBase.TLF_BOTTOM TLF_BOTTOM-->
[[Special:MyLanguage/FontBase.TLF_BREAKWORDS|FontBase.TLF_BREAKWORDS]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_BREAKWORDS TLF_BREAKWORDS-->
<!-- GIDEROSCST:FontBase.TLF_BREAKWORDS TLF_BREAKWORDS -->
+
<!--GIDEROSCST:FontBase.TLF_CENTER TLF_CENTER-->
[[Special:MyLanguage/FontBase.TLF_CENTER|FontBase.TLF_CENTER]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_JUSTIFIED TLF_JUSTIFIED-->
<!-- GIDEROSCST:FontBase.TLF_CENTER TLF_CENTER -->
+
<!--GIDEROSCST:FontBase.TLF_LEFT TLF_LEFT-->
[[Special:MyLanguage/FontBase.TLF_JUSTIFIED|FontBase.TLF_JUSTIFIED]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_LTR TLF_LTR-->
<!-- GIDEROSCST:FontBase.TLF_JUSTIFIED TLF_JUSTIFIED -->
+
<!--GIDEROSCST:FontBase.TLF_NOBIDI TLF_NOBIDI-->
[[Special:MyLanguage/FontBase.TLF_LEFT|FontBase.TLF_LEFT]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_NOSHAPING TLF_NOSHAPING-->
<!-- GIDEROSCST:FontBase.TLF_LEFT TLF_LEFT -->
+
<!--GIDEROSCST:FontBase.TLF_NOWRAP TLF_NOWRAP-->
[[Special:MyLanguage/FontBase.TLF_LTR|FontBase.TLF_LTR]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_REF_ASCENT TLF_REF_ASCENT-->
<!-- GIDEROSCST:FontBase.TLF_LTR TLF_LTR -->
+
<!--GIDEROSCST:FontBase.TLF_REF_BASELINE TLF_REF_BASELINE-->
[[Special:MyLanguage/FontBase.TLF_NOBIDI|FontBase.TLF_NOBIDI]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_REF_BOTTOM TLF_REF_BOTTOM-->
<!-- GIDEROSCST:FontBase.TLF_NOBIDI TLF_NOBIDI -->
+
<!--GIDEROSCST:FontBase.TLF_REF_DESCENT TLF_REF_DESCENT-->
[[Special:MyLanguage/FontBase.TLF_NOSHAPING|FontBase.TLF_NOSHAPING]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_REF_LINETOP TLF_REF_LINETOP-->
<!-- GIDEROSCST:FontBase.TLF_NOSHAPING TLF_NOSHAPING -->
+
<!--GIDEROSCST:FontBase.TLF_REF_MEDIAN TLF_REF_MEDIAN-->
[[Special:MyLanguage/FontBase.TLF_NOWRAP|FontBase.TLF_NOWRAP]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_REF_MIDDLE TLF_REF_MIDDLE-->
<!-- GIDEROSCST:FontBase.TLF_NOWRAP TLF_NOWRAP -->
+
<!--GIDEROSCST:FontBase.TLF_REF_TOP TLF_REF_TOP-->
[[Special:MyLanguage/FontBase.TLF_REF_ASCENT|FontBase.TLF_REF_ASCENT]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_RIGHT TLF_RIGHT-->
<!-- GIDEROSCST:FontBase.TLF_REF_ASCENT TLF_REF_ASCENT -->
+
<!--GIDEROSCST:FontBase.TLF_RTL TLF_RTL-->
[[Special:MyLanguage/FontBase.TLF_REF_BASELINE|FontBase.TLF_REF_BASELINE]]<br/>
+
<!--GIDEROSCST:FontBase.TLF_TOP TLF_TOP-->
<!-- GIDEROSCST:FontBase.TLF_REF_BASELINE TLF_REF_BASELINE -->
+
<!--GIDEROSCST:FontBase.TLF_VCENTER TLF_VCENTER-->
[[Special:MyLanguage/FontBase.TLF_REF_BOTTOM|FontBase.TLF_REF_BOTTOM]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_REF_BOTTOM TLF_REF_BOTTOM -->
 
[[Special:MyLanguage/FontBase.TLF_REF_DESCENT|FontBase.TLF_REF_DESCENT]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_REF_DESCENT TLF_REF_DESCENT -->
 
[[Special:MyLanguage/FontBase.TLF_REF_MEDIAN|FontBase.TLF_REF_MEDIAN]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_REF_MEDIAN TLF_REF_MEDIAN -->
 
[[Special:MyLanguage/FontBase.TLF_REF_MIDDLE|FontBase.TLF_REF_MIDDLE]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_REF_MIDDLE TLF_REF_MIDDLE -->
 
[[Special:MyLanguage/FontBase.TLF_REF_TOP|FontBase.TLF_REF_TOP]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_REF_TOP TLF_REF_TOP -->
 
[[Special:MyLanguage/FontBase.TLF_RIGHT|FontBase.TLF_RIGHT]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_RIGHT TLF_RIGHT -->
 
[[Special:MyLanguage/FontBase.TLF_RTL|FontBase.TLF_RTL]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_RTL TLF_RTL -->
 
[[Special:MyLanguage/FontBase.TLF_TOP|FontBase.TLF_TOP]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_TOP TLF_TOP -->
 
[[Special:MyLanguage/FontBase.TLF_VCENTER|FontBase.TLF_VCENTER]]<br/>
 
<!-- GIDEROSCST:FontBase.TLF_VCENTER TLF_VCENTER -->
 
 
|}
 
|}
  
 
{{GIDEROS IMPORTANT LINKS}}
 
{{GIDEROS IMPORTANT LINKS}}

Latest revision as of 19:11, 17 November 2023

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2011.6
Inherits from: Object

Description

FontBase is the base class for Font and TTFont classes.

Methods

FontBase:getAdvanceX returns the width of the first character
FontBase:getAscender returns the ascender of the font
FontBase:getBounds returns the tight bounding rectangle of the characters in the string specified by text
FontBase:getCharIndexAtOffset returns the offset within the given text string
FontBase:getLineHeight returns the distance from one base line to the next
FontBase:layoutText computes the text layout with given constraints

Events

Constants

FontBase Constants