Difference between revisions of "GlyphData"

(Applying listings to included added and removed fields.)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{newin|[[0.7.0]]|type=type}}
+
{{newin|[[0.7.0]]|070|type=type}}
 
A GlyphData represents a drawable symbol of a font Rasterizer.
 
A GlyphData represents a drawable symbol of a font Rasterizer.
 
== Constructors ==
 
== Constructors ==
{{#ask: [[Category:Functions]] [[Constructs::GlyphData]]
+
{{#ask: [[Category:Functions]] [[Constructs::GlyphData]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| default=None.
 
| default=None.
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions]] [[parent::GlyphData]]
+
{{#ask: [[Category:Functions]] [[parent::GlyphData||Data||Object]] [[Concept:Current]]
| headers=hide
 
| ?Description
 
}}
 
{{#ask: [[Category:Functions]] [[parent::Object]]
 
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
 
== Supertypes ==
 
== Supertypes ==
[[Object]]
+
* [[parent::Data]]
 +
* [[parent::Object]]
 
== See Also ==
 
== See Also ==
 
* [[parent::love.font]]
 
* [[parent::love.font]]
* [[love.font.newGlyphData]]
 
 
[[Category:Types]]
 
[[Category:Types]]
{{#set:Description=A GlyphData represents a drawable symbol of a font.
+
{{#set:Description=A GlyphData represents a drawable symbol of a font.}}
}}
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|GlyphData}}
 
{{i18n|GlyphData}}

Latest revision as of 23:17, 29 March 2013

Available since LÖVE 0.7.0
This type is not supported in earlier versions.

A GlyphData represents a drawable symbol of a font Rasterizer.

Constructors

Rasterizer:getGlyphData Gets glyph data of a specified glyph. Added since 0.7.0
love.font.newGlyphData Creates a new GlyphData. Added since 0.7.0

Functions

Data:clone Creates a new copy of the Data object. Added since 11.0
Data:getFFIPointer Gets an FFI pointer to the Data. Added since 11.3
Data:getPointer Gets a pointer to the Data.
Data:getSize Gets the Data's size in bytes.
Data:getString Gets the full Data as a string. Added since 0.9.0
GlyphData:getAdvance Gets glyph advance. Added since 0.7.0
GlyphData:getBearing Gets glyph bearing. Added since 0.7.0
GlyphData:getBoundingBox Gets glyph bounding box. Added since 0.7.0
GlyphData:getDimensions Gets glyph dimensions. Added since 0.7.0
GlyphData:getFormat Gets glyph pixel format. Added since 11.0
GlyphData:getGlyph Gets glyph number. Added since 0.7.0
GlyphData:getGlyphString Gets glyph string. Added since 0.7.0
GlyphData:getHeight Gets glyph height. Added since 0.7.0
GlyphData:getWidth Gets glyph width. Added since 0.7.0
Object:release Immediately destroys the object's Lua reference. Added since 11.0
Object:type Gets the type of the object as a string.
Object:typeOf Checks whether an object is of a certain type.

Supertypes

See Also

Other Languages