We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c0eef commit 10c0088Copy full SHA for 10c0088
_data/ref/alpha/dmgamesystem-cpp.json
@@ -189,13 +189,23 @@
189
"language": "",
190
"members": [
191
{
192
- "doc": "The glyph image width",
+ "doc": "The glyph bounding width",
193
"name": "m_Width",
194
+ "type": "float"
195
+ },
196
+ {
197
+ "doc": "The glyph bounding height",
198
+ "name": "m_Height",
199
200
201
202
+ "doc": "The glyph image width",
203
+ "name": "m_ImageWidth",
204
"type": "int16_t"
205
},
206
207
"doc": "The glyph image height",
- "name": "m_Height",
208
+ "name": "m_ImageHeight",
209
210
211
0 commit comments